Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Update MCP Gateway to v0.0.76

  • Update DefaultMCPGatewayVersion constant in pkg/constants/constants.go from v0.0.74 to v0.0.76
  • Run make build to rebuild the binary
  • Run make recompile to regenerate all workflow lock files with new version
  • Run make test-unit to ensure no test failures
  • Run make agent-finish for final validation
  • Verify the version update is properly reflected in compiled workflows
Original 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)

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

  • Constants updated in pkg/constants/constants.go
  • Requires recompile: Run make recompile to regenerate workflow lock files
  • Test MCP Gateway integration with updated version

🔍 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


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan
Copy link
Contributor

@copilot merge main and recompile

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.76

2 participants