Expand description
MCP proxy tool: bridges MCP server tools into the local tool system.
Each MCP tool discovered from a server is wrapped as a local Tool
implementation that proxies calls through the MCP client.
Structs§
- McpProxy
Tool - A tool backed by an MCP server. Proxies
call()to the server viatools/callJSON-RPC and converts the response.
Functions§
- create_
proxy_ tools - Create proxy tools from all tools discovered on an MCP server.