Skip to main content

create_proxy_tools

Function create_proxy_tools 

Source
pub fn create_proxy_tools(
    server_name: &str,
    mcp_tools: &[McpTool],
    client: Arc<Mutex<McpClient>>,
) -> Vec<Arc<dyn Tool>>
Expand description

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