Skip to content

Conversation

@vinitshetty
Copy link

@vinitshetty vinitshetty commented Dec 28, 2025

  • Introduced a verify boolean field in MCPServerHTTP and MCPServerSSE models to control SSL certificate verification.
  • Updated HTTPTransport and SSETransport classes to utilize the new verify parameter when establishing connections.
  • Default behavior remains to verify SSL certificates, enhancing security while allowing flexibility for specific use cases.

Note

Introduces configurable SSL certificate verification for MCP over HTTP/SSE.

  • Adds verify boolean to MCPServerHTTP and MCPServerSSE models in mcp/config.py
  • Updates HTTPTransport and SSETransport to accept verify and pass it to underlying MCP clients
  • Wires verify through Agent._get_native_mcp_tools when constructing HTTPTransport/SSETransport

Default behavior remains verification enabled.

Written by Cursor Bugbot for commit 7fb3eef. This will update automatically on new commits. Configure here.

- Introduced a `verify` boolean field in `MCPServerHTTP` and `MCPServerSSE` models to control SSL certificate verification.
- Updated `HTTPTransport` and `SSETransport` classes to utilize the new `verify` parameter when establishing connections.
- Default behavior remains to verify SSL certificates, enhancing security while allowing flexibility for specific use cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants