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)
Enhanced CLI Experience (v0.0.75, v0.0.76)
Debug Logging Infrastructure (v0.0.75, v0.0.76)
🔒 Security Improvements
Credential Sanitization (v0.0.75, v0.0.76)
🐛 Bug Fixes
Variable Expansion Fix (v0.0.75, v0.0.76)
Authentication Simplification (v0.0.75, v0.0.76)
🧪 Testing & Quality (v0.0.75, v0.0.76)
📦 Impact Assessment
Risk Level: Medium
Affected Features:
- MCP Gateway server configuration and validation
- Docker container command logging
- CLI tooling for MCP Gateway operations
- Custom MCP server type definitions
Migration Notes:
- Required Migration: Update
constants.go to use v0.0.76
- Optional Migration: Consider adopting new customSchemas feature for custom MCP server types
- Optional Migration: Use new CLI verbosity flags for debugging
- Compatibility: No breaking changes; existing configurations continue to work
📚 Package Links
🐳 Docker Image
docker pull ghcr.io/githubnext/gh-aw-mcpg:v0.0.76
Supported Platforms: linux/amd64, linux/arm64
✅ Update Status
🔍 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.
AI generated by CLI Version Checker
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.