-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
P2Moderate issues affecting some users, edge cases, potentially valuable featureModerate issues affecting some users, edge cases, potentially valuable featurefeature requestRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedready for workEnough information for someone to start working onEnough information for someone to start working on
Description
Is your feature request related to a problem? Please describe.
To run testing on local servers, I would like the option to not verify certificates.
Describe the solution you'd like
the streamablehttp_client needs a verify=False option. httpx clients allow this option, but the client factories with MCP do not have that option available.
Describe alternatives you've considered
I can see that a custom create_mcp_http_client factory can be created, but it simply results in recoding the existing 20+ line function with one extra call.
Additional context
it might be better to pass any **kwargs directly to HTTPSteamable client from the factory function -- this would include the option for a verify arguement.
Fity, josecanciani, mariusp12, 850081290 and lucasalvarezlacasa
Metadata
Metadata
Assignees
Labels
P2Moderate issues affecting some users, edge cases, potentially valuable featureModerate issues affecting some users, edge cases, potentially valuable featurefeature requestRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedready for workEnough information for someone to start working onEnough information for someone to start working on