Expand description
MCP tool bridge: wraps an MCP server tool as a BaseTool.
Each McpBridgeTool instance represents a single tool from a connected
MCP server. It stores the tool’s metadata (name, description, schema)
and holds an Arc<McpManager> to dispatch call_tool requests.
Structs§
- McpBridge
Tool - A
BaseToolwrapper around a single MCP server tool.