Skip to main content

connect_streamable

Function connect_streamable 

Source
pub async fn connect_streamable(
    url: &str,
    auth_headers: &[(String, String)],
    oauth: Option<&OAuthReady>,
) -> Result<McpClient>