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).