Skip to content

[ca] CLI Version Update: MCP Gateway v0.3.23 → v0.3.24 #37769

@github-actions

Description

@github-actions

Summary

A new MCP Gateway (gh-aw-mcpg) release is available. This is the only agentic CLI/MCP component with a version change since the last check; all other monitored tools are current.

Component Current Latest Status
MCP Gateway (gh-aw-mcpg) v0.3.23 v0.3.24 ⚠️ Update available
Claude Code 2.1.168 2.1.168 ✅ Current
Copilot CLI 1.0.60 1.0.60 ✅ Current
Codex 0.137.0 0.137.0 ✅ Current
GitHub MCP Server v1.1.2 v1.1.2 ✅ Current
Playwright MCP 0.0.75 0.0.75 ✅ Current
Playwright CLI 0.1.13 0.1.13 ✅ Current
Playwright Browser v1.60.0 v1.60.0 ✅ Current

Update MCP Gateway

  • Previous: v0.3.23 → New: v0.3.24
  • Timeline: v0.3.23 (2026-06-05) → v0.3.24 (2026-06-08) — 3 days
  • Constant: DefaultMCPGatewayVersion in pkg/constants/version_constants.go
  • Note: Used as the default sandbox.agent container image (ghcr.io/github/gh-aw-mcpg:v{VERSION}).

Breaking Changes

Key Features

Performance

View Full Changelog

Fixes

Refactors / Internal

Tests

Docs / Chore

View Migration Guide
  1. Edit pkg/constants/version_constants.go:
    • DefaultMCPGatewayVersion Version = "v0.3.23""v0.3.24"
  2. Per the constant's in-code warning, MCP Gateway bumps require a full rebuild and a double recompile:
    make build && make recompile && make recompile
    
    The first recompile regenerates lock files with the new version; the second refreshes the container SHA pins resolved during the first pass.
  3. Verify with git status (do NOT commit *.lock.yml or pkg/workflow/js/*.js directly).
  4. Verify the Agent ID rename does not break gateway routing in gh-aw (search for any API-key surface usage; ensure X-Agent-ID routing is used).

Note: This automated checker has create_issue-only safe outputs (no PR/push), so the constant edit and recompile were not performed in this run — they require a human-driven PR.

Impact Assessment

  • Risk: Medium — primarily refactors/tests, but includes a routing-surface rename (API key → Agent ID) with removed deprecated aliases. The double-recompile requirement and container SHA re-pinning warrant a careful PR + CI run.
  • Affects: default sandbox.agent container, gateway/proxy routing, DIFC reflect observability.

Recommendations

  • Priority: Normal. Schedule a PR bumping DefaultMCPGatewayVersion to v0.3.24, run make build && make recompile && make recompile, and let CI validate before merge.
  • Pay attention to the Agent ID rename when reviewing gateway integration code.

Package Links

References:

Generated by 🔢 CLI Version Checker · 101.8 AIC · ⌖ 33.6 AIC · ⊞ 11.3K ·

  • expires on Jun 9, 2026, 11:05 PM UTC-08:00

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions