Module mcp_tool
Expand description
Wraps a discovered MCP tool as a zeroclaw Tool so it is dispatched
through the existing tool registry and agent loop without modification.
Structsยง
- McpTool
Wrapper - A zeroclaw
Toolbacked by an MCP server tool. Theprefixed_name(e.g.filesystem__read_file) is what the agent loop sees. The registry knows how to route it to the correct server.