-
Notifications
You must be signed in to change notification settings - Fork 0
RDCIST-3853: Add support to private gateway #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. Pull Request Developer GuidancePlease contact the Security Office if you encounter issues with Wiz PR scanning. |
# Conflicts: # cicd/azure-pipeline-merge.yaml # cicd/azure-pipeline-pr.yaml # uv.lock
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251202170015' |
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203121823' |
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203144233' |
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203150231' |
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203152847' |
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203153654' |
This reverts commit d160e47.
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203160537' |
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251203161413' |
examples/clients/simple-private-gateway/mcp_simple_private_gateway/main.py
Outdated
Show resolved
Hide resolved
|
If you want to use this version in your service, please update the pyproject.toml with the following dependency: mcp-python-sdk = '0.1.465rc.20251204205613' |
|



Jira Issue
RDCIST-3853
Context
This PR what has been marked by the official team as a bug of the official mcp lib.
At the moment, sse and streamablehttp_client have no way to pass custom extensions to httpx client, this PR addresses that.
Local tests - link
More tests will be done in dev ring.
Impacts