Skip to main content

Crate hanzo_mcp

Crate hanzo_mcp 

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

ToolRegistry
Tool registry for managing all available tools
ToolResult
Result from tool execution
ToolWrapper
Tool wrapper for unified execution

Traits§

MCPTool
MCP Tool trait that all tools must implement

Functions§

version
Get version information