Skip to main content

Module mcp_proxy

Module mcp_proxy 

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

McpProxyTool
A tool backed by an MCP server. Proxies call() to the server via tools/call JSON-RPC and converts the response.

Functions§

create_proxy_tools
Create proxy tools from all tools discovered on an MCP server.