Expand description
MCP proxy tool.
Implements AgentTool for the unified mcp tool that acts as a
gateway to all MCP servers. The LLM calls this single tool with
different parameters to search, describe, connect, and call MCP tools.
The proxy tool is the fallback / search path. Specific tools may
also be registered directly via crate::mcp::McpDirectTool (Phase 3); the two
paths coexist.
Structsยง
- McpTool
- The unified MCP gateway tool.