[WIP] Update MCP Gateway to v0.0.76 #11216
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update MCP Gateway to v0.0.76
DefaultMCPGatewayVersionconstant inpkg/constants/constants.gofromv0.0.74tov0.0.76make buildto rebuild the binarymake recompileto regenerate all workflow lock files with new versionmake test-unitto ensure no test failuresmake agent-finishfor final validationOriginal prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update MCP Gateway to v0.0.76</issue_title>
<issue_description>## Update MCP Gateway
Previous Version: v0.0.74 → New Version: v0.0.76
Intermediate Version: v0.0.75 (released same day as v0.0.76)
Release Date: January 22, 2026
Timeline: 2 versions released within ~9 minutes on 2026-01-22
🌟 Breaking Changes
None
✨ New Features
Extensible Server Types (v0.0.75, v0.0.76)
customSchemasfor validating custom server configurations beyond standardstdioandhttptypesEnhanced CLI Experience (v0.0.75, v0.0.76)
-v/--verbose), and shell completion supportDebug Logging Infrastructure (v0.0.75, v0.0.76)
DEBUG=server:*🔒 Security Improvements
Credential Sanitization (v0.0.75, v0.0.76)
🐛 Bug Fixes
Variable Expansion Fix (v0.0.75, v0.0.76)
${VAR_NAME}) now occurs before schema validationcontainerfieldAuthentication Simplification (v0.0.75, v0.0.76)
🧪 Testing & Quality (v0.0.75, v0.0.76)
📦 Impact Assessment
Risk Level: Medium
Affected Features:
Migration Notes:
constants.goto use v0.0.76📚 Package Links
🐳 Docker Image
Supported Platforms: linux/amd64, linux/arm64
✅ Update Status
pkg/constants/constants.gomake recompileto regenerate workflow lock files🔍 Additional Context
Note: This update includes both v0.0.75 and v0.0.76, which were released within 9 minutes of each other on January 22, 2026. Both versions contain the same feature set and improvements, suggesting v0.0.76 was a quick follow-up release.
The MCP Gateway is used as the default sandbox.agent container in MCP Gateway configuration (see
pkg/constants/constants.go). The new customSchemas feature provides significant flexibility for defining custom MCP server types beyond the standard stdio and http transports.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.