Expand description
Hanzo MCP Server - Rust implementation (HIP-0300)
Re-exports§
pub use config::Config;pub use server::MCPServer;pub use tools::ExecTool;pub use tools::FsTool;pub use tools::PlanTool;pub use tools::ThinkTool;pub use tools::MemoryTool;pub use tools::ComputerTool;pub use tools::BrowserTool;pub use tools::ModeTool;pub use tools::CodeTool;pub use tools::GitTool;pub use tools::FetchTool;pub use tools::WorkspaceTool;pub use tools::TasksTool;pub use tools::HanzoTool;pub use tools::list_tools;pub use tools::parity_status;
Modules§
- brain
- Provides full tool parity with Python hanzo-mcp:
- config
- ffi
- C FFI for hanzo-mcp tools.
- hanzo_
api - Hanzo API client — the shared conduit to the live api.hanzo.ai backend.
- protocol
- search
- server
- tools
Structs§
- Tool
Registry - Tool registry for managing all available tools
- Tool
Result - Result from tool execution
- Tool
Wrapper - Tool wrapper for unified execution
Traits§
- MCPTool
- MCP Tool trait that all tools must implement
Functions§
- version
- Get version information