Is your feature request related to a problem?
Sometimes our MCP external test server will be in private network and need to connect to that by skipping the certificate verification(mainly for easy testing purpose, not for production). So please provide an option to skip certificate verification.
What solution would you like?
We are using java http client for MCP connectors, this is valid for MCP and MCPStreamableHTTP connectors.
Fix will be somewhere here -
|
McpClientTransport transport = HttpClientSseClientTransport |