mcp-exec 0.4.8

Greentic executor for running wasix:mcp-compatible WebAssembly components with policy-driven verification and sandboxing.
Documentation
1
2
3
4
5
6
7
#[test]
#[ignore = "echo_tool.wasm ABI is still under investigation"]
fn echo_wasm_smoke() {
    // Placeholder smoke test: once the Wasm fixture is aligned with the
    // executor’s canonical ABI, this test should load it via DefaultRunner and
    // assert the `tool-invoke` action succeeds.
}