Skip to content

Update MCP Gateway to v0.0.71#10834

Merged
pelikhan merged 2 commits intomainfrom
copilot/update-mcp-gateway-v0071
Jan 20, 2026
Merged

Update MCP Gateway to v0.0.71#10834
pelikhan merged 2 commits intomainfrom
copilot/update-mcp-gateway-v0071

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Updates MCP Gateway from v0.0.69 to v0.0.71, bringing 1.8-5.25x faster JSON processing through pre-compiled gojq queries and improved cross-platform compatibility.

Changes

  • Version constant: Updated DefaultMCPGatewayVersion in pkg/constants/constants.go from "v0.0.69" to "v0.0.71"
  • Test update: Updated corresponding test expectation in pkg/constants/constants_test.go
  • Workflow recompilation: 131 workflow lock files regenerated with new Docker image reference ghcr.io/githubnext/gh-aw-mcpg:v0.0.71

Release highlights

  • Performance: Pre-compiled gojq queries significantly reduce latency in middleware JSON transformations
  • Reliability: Fixed Go command PATH resolution in containerized environments
  • Observability: Enhanced debug logging with request/response tracking
  • Compatibility: Improved cross-platform support (macOS/Ubuntu)

No breaking changes. Drop-in replacement.

References

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update MCP Gateway to v0.0.71</issue_title>
<issue_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)

✨ New Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing & Quality


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

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:latest

Supported platforms: linux/amd64, linux/arm64


Files Modified

  • pkg/constants/constants.go - Updated `DefaultMCPGate...

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update MCP Gateway to v0.0.71 Update MCP Gateway to v0.0.71 Jan 20, 2026
Copilot AI requested a review from pelikhan January 20, 2026 12:29
@pelikhan pelikhan marked this pull request as ready for review January 20, 2026 15:01
@pelikhan pelikhan merged commit 3998ac2 into main Jan 20, 2026
@pelikhan pelikhan deleted the copilot/update-mcp-gateway-v0071 branch January 20, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update MCP Gateway to v0.0.71

2 participants