Skip to content

[ca] Update MCP Gateway to v0.0.76 #11257

@github-actions

Description

@github-actions

Version Update: MCP Gateway v0.0.74 → v0.0.76

Release Date: 2026-01-22
Timeline: 2 minor versions (v0.0.74 → v0.0.75 → v0.0.76)
Docker Image: ghcr.io/githubnext/gh-aw-mcpg:v0.0.76


Breaking Changes

None - This is a backwards-compatible feature and bug fix release.


New Features

✨ Extensible Server Types (#414)

  • Added customSchemas support for validating custom server configurations
  • Enables defining custom server types beyond standard stdio and http with JSON schema validation
  • Provides maximum flexibility for custom MCP server integrations

🔧 Enhanced CLI Experience (#415)

  • New Cobra-based CLI with validation hooks
  • Verbosity control via -v/--verbose flags
  • Shell completion support for bash, zsh, and fish shells
  • Improved user feedback and faster workflows

🔍 Debug Logging Infrastructure (#411)

  • Comprehensive debug logging in request handlers
  • Makes troubleshooting MCP routing and backend communication easier
  • Use DEBUG=server:* environment variable to see detailed request flows

Security Improvements

🔒 Credential Sanitization (#419)

  • Docker command logs now automatically sanitize sensitive environment variables
  • Prevents accidental exposure of tokens, passwords, and secrets in log files
  • Improves security posture for production deployments

Bug Fixes

Variable Expansion Fix (#416)

  • Environment variable expansion (${VAR_NAME}) now happens before schema validation
  • Allows dynamic configuration values in the container field
  • Resolves issues where variables in container configs were incorrectly rejected

Simplified Authentication (#418)

  • Removed unnecessary authentication wrapper layer
  • Clarified authentication flow and improved maintainability
  • Better version management and error type documentation

Testing & Quality


Release Highlights Summary

This release brings significant improvements to:

  • Configuration flexibility with extensible server types and custom schemas
  • Security with credential sanitization in logs
  • Developer experience with enhanced CLI capabilities and debug logging
  • Reliability with bug fixes for variable expansion and authentication

Impact Assessment

Risk Level: Low

Affected Features:

  • MCP Gateway container deployment
  • Custom MCP server configurations
  • Debug logging and troubleshooting workflows

Migration Notes:

  • No breaking changes - drop-in replacement
  • Optional: Update workflows to use new -v/--verbose CLI flags for better debugging
  • Optional: Consider using customSchemas for custom server type validation
  • Optional: Set DEBUG=server:* environment variable for detailed request logging

Package Links


Merged PRs


Status

Constants updated in pkg/constants/constants.go (line 294)
⚠️ Recompile required: Run make recompile to regenerate workflow lock files
📝 Note: Recompile was skipped in this workflow run due to missing build tools (make/go not available in this environment)


Next Steps

  1. A developer with Go build tools should run make recompile to regenerate workflow lock files
  2. Review and merge the constants.go change
  3. Test MCP Gateway v0.0.76 in a staging environment
  4. Deploy to production after validation

AI generated by CLI Version Checker

Metadata

Metadata

Labels

automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency fileenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions