Expand description
Host-side ToolMap management and WASIX/WASI execution bridge for Greentic MCP tools.
Re-exports§
pub use config::load_tool_map_config;pub use executor::WasixExecutor;pub use tool_map::ToolMap;pub use types::McpError;pub use types::ToolInput;pub use types::ToolMapConfig;pub use types::ToolOutput;pub use types::ToolRef;
Modules§
Enums§
- Test
Backend - Test-only helpers that run native “tools” without Wasm.
Functions§
- exec_
test_ backend - exec_
with_ retries - exec_
with_ retries_ backend - invoke_
with_ map - Invoke a tool by name using a
ToolMapandWasixExecutor. - load_
tool_ map - Convenience helper for loading a tool map from disk and building a
ToolMap.