Skip to content

Bump default GitHub MCP Server to v1.5.0 and MCP Gateway to v0.3.31 - #42026

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/ca-cli-version-updates
Closed

Bump default GitHub MCP Server to v1.5.0 and MCP Gateway to v0.3.31#42026
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/ca-cli-version-updates

Conversation

CopilotAI commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This updates the two pinned MCP container defaults called out in the CLI version update issue: GitHub MCP Server v1.4.0 → v1.5.0 and MCP Gateway v0.3.30 → v0.3.31. The generated workflow artifacts and embedded pin data are refreshed so compiled workflows consistently reference the new versions and digests.

  • Default version updates

    • Updated /home/runner/work/gh-aw/gh-aw/pkg/constants/version_constants.go:
      • DefaultGitHubMCPServerVersion = "v1.5.0"
      • DefaultMCPGatewayVersion = "v0.3.31"
  • Compiled workflow refresh

    • Regenerated all workflow lockfiles so emitted workflow YAML now references the new MCP images.
    • Refreshed the workflow manifests and download steps to use the new pinned container refs.
  • Container pin cache sync

    • Updated .github/aw/actions-lock.json and synced embedded action/container pin data:
      • pkg/actionpins/data/action_pins.json
      • pkg/workflow/data/action_pins.json
    • Added the new GHCR digests for gh-aw-mcpg:v0.3.31 and github-mcp-server:v1.5.0.
    • Removed superseded cache entries for the previous default versions.
  • Golden fixture updates

    • Updated the WASM golden fixtures that snapshot compiled output so they match the new default MCP image references.
constDefaultGitHubMCPServerVersionVersion="v1.5.0"constDefaultMCPGatewayVersionVersion="v0.3.31"

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Update Docker images for GitHub MCP Server and MCP GatewayBump default GitHub MCP Server to v1.5.0 and MCP Gateway to v0.3.31Jun 28, 2026
CopilotAI requested a review from pelikhanJune 28, 2026 07:53
@pelikhan
pelikhan marked this pull request as ready for review June 28, 2026 09:00
CopilotAI review requested due to automatic review settings June 28, 2026 09:00

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request bumps the default pinned container versions for the GitHub MCP Server and MCP Gateway used by gh-aw, and refreshes generated artifacts so compiled workflows consistently reference the updated image tags and digests.

Changes:

  • Updated the default versions in pkg/constants/version_constants.go to GitHub MCP Server v1.5.0 and MCP Gateway v0.3.31.
  • Regenerated workflow lockfiles and WASM golden fixtures so emitted workflow YAML references the new container images.
  • Synced container pin caches (.github/aw/actions-lock.json, pkg/*/data/action_pins.json) to add the new digests and drop the superseded ones.
Show a summary per file
FileDescription
pkg/constants/version_constants.goBumps the default GitHub MCP Server and MCP Gateway versions used by the compiler.
pkg/workflow/data/action_pins.jsonUpdates embedded container pin data to include the new MCP image digests.
pkg/actionpins/data/action_pins.jsonKeeps the action/container pin cache in sync with the updated MCP image defaults.
.github/aw/actions-lock.jsonRefreshes the generated lock cache with the new MCP image digests.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.goldenUpdates golden compiled output to reference the new MCP Gateway image tag.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.goldenUpdates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.goldenUpdates golden compiled output to reference the new MCP container tags.
.github/workflows/test-quality-sentinel.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/pr-description-caveman.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/objective-impact-report.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/github-remote-mcp-auth-test.lock.ymlRegenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/github-mcp-tools-report.lock.ymlRegenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/eslint-miner.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/designer-drift-audit.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/daily-windows-terminal-integration-builder.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/daily-max-ai-credits-test.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/craft.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/copilot-pr-merged-report.lock.ymlRegenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/copilot-opt.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/codex-github-remote-mcp-test.lock.ymlRegenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/artifacts-summary.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/agentic-token-optimizer.lock.ymlRegenerated lockfile to pin the updated MCP container images/digests.
.changeset/patch-bump-github-mcp-server-v1-5-0-mcpg-v0-3-31.mdAdds a patch changeset entry documenting the default MCP version bumps.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 82/271 changed files
  • Comments generated: 0
  • Review effort level: Low

@github-actions
github-actionsBot deleted the copilot/ca-cli-version-updates branch July 6, 2026 03:00
Sign up for freeto 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.

3 participants

@pelikhan