Skip to main content

open

Function open 

Source
pub async fn open(
    transport: &ResolvedTransport,
    timeout: Duration,
) -> Result<ClientService, String>
Expand description

Open a connection to a downstream MCP server (runs the MCP initialize handshake). The whole connect is bounded by timeout.