Skip to main content

Module mcp_tool

Module mcp_tool 

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

McpBridgeTool
A BaseTool wrapper around a single MCP server tool.