๐ฆ MCP Gateway v0.1.1 โ 2025โ06โ15
This is a feature-packed minor release focused on stability, packaging, wrapper enhancements, and documentation polish. It builds upon the initial public release (v0.1.0) by refining the developer experience and broadening deployment capabilities.
โจ Highlights
- ๐ New stdio-to-SSE wrapper (
mcpgateway.wrapper) that allows legacy MCP clients to interact with modern gateways - ๐ฆ Run as a Python module:
python3 -m mcpgateway.wrappernow supported thanks to package restructure - ๐งช /ready endpoint for Kubernetes readiness probes
- ๐งฌ /version API and UI tab for runtime inspection
- ๐ Helm charts, improved Makefile and CI/CD support
- ๐ Major documentation refresh: Quick starts, pip install, Docker, FAQs, debugging tips, ArgoCD
๐ Added
- New
mcpgateway.wrapperwith CLI and stdio support to connect to authenticated SSE gateways /versionendpoint (also available via UI tab and CLI--version)/readyendpoint for Kubernetes readiness probes- New Helm charts and Kubernetes deployment assets
- Improved CLI entry point via
mcpgatewayscript (uses Uvicorn under the hood) - Python module now supports
python3 -m mcpgateway.wrapperfor stdio clients - Documentation updates: quoting advice for zsh, docker quick start, dev container, FAQ, GitHub review process, PyPi setup, ArgoCD
- Makefile targets for ArgoCD
- Initial
mcpgateway.translatesupport to turn stdio -> SSE. More features & protocol translation options coming soon.
๐ Fixed
- Fixed errors when deleting gateways with active metrics
- Improved gateway addition logic when tools overlap โ now adds missing tools without failure
- Resolved basic authentication header bugs for tools and gateways
- Captured detailed exceptions using
ExceptionGroupsupport for better logs - Corrected static path resolution when installing as a wheel
๐ฆ Packaging & Deployment
- Renamed PyPi package to avoid conflicts (
mcp-contextforge-gateway) - Enhanced Makefile with
docker-run-ssl-hostand new publishing targets - Added VS Code Dev Container + GitHub Codespaces support
- Added support for
APP_ROOT_PATHwhen reverse proxying (e.g., behind/gateway)
๐ฅ New Contributors
๐ Resources
- ๐ Docs: https://ibm.github.io/mcp-context-forge/
- ๐ณ Container:
ghcr.io/ibm/mcp-context-forge:v0.1.1 - ๐ PyPI:
mcp-contextforge-gateway - ๐ Full changelog: Compare v0.1.0...v0.1.1