Skip to main content

Crate greentic_mcp

Crate greentic_mcp 

Source
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§

auth
compose
config
executor
protocol
retry
test_tools
tool_map
types

Enums§

TestBackend
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 ToolMap and WasixExecutor.
load_tool_map
Convenience helper for loading a tool map from disk and building a ToolMap.