-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Version Update: MCP Gateway
Previous: v0.0.69 → New: v0.0.71
Release Date: 2026-01-20
Timeline: 2 versions released (v0.0.70, v0.0.71)
Release Highlights
⚡ Performance Improvements (v0.0.71)
- 1.8-5.25x faster JSON processing: Pre-compiled gojq queries dramatically reduce latency for JSON transformation operations in the middleware layer
✨ New Features
-
Comprehensive Serena MCP Server Testing: New multi-language test suite validates tool execution across Node.js, Python, Go, and shell environments with complete coverage of all tool types
-
Enhanced Debug Logging: Frontend logging capabilities and detailed request/response tracking for easier troubleshooting
-
Gateway Compatibility Documentation: New architecture patterns guide explains stdio vs HTTP behavioral differences and compatibility considerations
🐛 Bug Fixes
-
Go Command PATH Resolution: Fixed PATH resolution in Serena container environments for reliable Go tool execution
-
Entrypoint Override Handling: Corrected test.sh entrypoint behavior for proper runtime verification
-
Cross-Platform Portability: test_serena.sh now works seamlessly on both macOS and Ubuntu
-
Tool Reference Fixes: Corrected serena-go tool references in smoke test workflows
-
Smoke Testing: Various improvements to smoke test reliability and coverage
📚 Documentation
-
Architecture Patterns Guide: Comprehensive documentation of MCP server design patterns and best practices
-
Serena Test Analysis: Detailed test execution results and behavioral analysis for the Serena MCP server
-
HTTP Backend Compatibility: Documentation explaining stdio/HTTP transport differences
🧪 Testing & Quality
-
Improved Test Coverage: Enhanced tests for unified mode server operations and HTTP transport fallback behavior
-
Automated Improvements: Continuous test quality enhancements via automated workflows
Impact Assessment
Risk Level: Low
Breaking Changes: None
Security: No CVEs or security patches mentioned
Affected Features:
- MCP Gateway performance (significantly improved)
- Serena MCP server integration (improved reliability)
- Debugging capabilities (enhanced logging)
- Test infrastructure (comprehensive coverage)
Migration Required: No - this is a drop-in upgrade with backward compatibility
Changes Summary
Performance
- 1.8-5.25x speedup for JSON transformation operations via pre-compiled gojq queries
Features
- Multi-language Serena MCP server test suite
- Enhanced debug logging with frontend support
- Comprehensive architecture documentation
- Cross-platform test compatibility
Bug Fixes
- Go command PATH resolution in containers
- Entrypoint override handling
- Smoke test improvements
Security
- None detected
Package Links
- Docker Image: https://github.com/githubnext/gh-aw-mcpg/pkgs/container/gh-aw-mcpg
- Repository: https://github.com/githubnext/gh-aw-mcpg
- Release Notes: https://github.com/githubnext/gh-aw-mcpg/releases
- Specific Release v0.0.71: https://github.com/githubnext/gh-aw-mcpg/releases/tag/v0.0.71
- Full Changelog: githubnext/gh-aw-mcpg@v0.0.68...v0.0.71
Docker Image
The Docker image for v0.0.71 is available at:
docker pull ghcr.io/githubnext/gh-aw-mcpg:v0.0.71
# or use latest
docker pull ghcr.io/githubnext/gh-aw-mcpg:latestSupported platforms: linux/amd64, linux/arm64
Files Modified
pkg/constants/constants.go- UpdatedDefaultMCPGatewayVersionfromv0.0.69tov0.0.71
Next Steps
- This PR updates the version constant
- Run
make recompileto update workflows (will be done in CI) - Test the update in a staging environment
- Monitor for any issues with the new version
AI generated by CLI Version Checker