Skip to content

Need to add verify=False to steamablehttp_clientΒ #826

@lairdresearch

Description

@lairdresearch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Moderate issues affecting some users, edge cases, potentially valuable featurefeature requestRequest for a new feature that's not currently supportedready for workEnough information for someone to start working on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions