Skip to main content

proxy_call

Function proxy_call 

Source
pub async fn proxy_call(
    transport: &ResolvedTransport,
    tool: &str,
    arguments: Map<String, Value>,
    timeout: Duration,
) -> Result<CallToolResult, String>
Expand description

Proxy a single tool call to a downstream server (connect → tools/call → disconnect).