pub async fn connect_https(
url: &str,
certificate_chain: Option<Arc<CertificateChain>>,
progress_tx: Option<Sender<ToolCallResultProgress>>,
) -> Result<McpClient>Expand description
Connect to an MCP server via HTTPS with optional mTLS
pub async fn connect_https(
url: &str,
certificate_chain: Option<Arc<CertificateChain>>,
progress_tx: Option<Sender<ToolCallResultProgress>>,
) -> Result<McpClient>Connect to an MCP server via HTTPS with optional mTLS