Skip to content

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

Closed
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
Copilot wants to merge 2 commits into
mainfrom
copilot/ca-cli-version-updates

Conversation

Copilot AI 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.
const DefaultGitHubMCPServerVersion Version = "v1.5.0"
const DefaultMCPGatewayVersion Version = "v0.3.31"

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

Copilot AI 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
File Description
pkg/constants/version_constants.go Bumps the default GitHub MCP Server and MCP Gateway versions used by the compiler.
pkg/workflow/data/action_pins.json Updates embedded container pin data to include the new MCP image digests.
pkg/actionpins/data/action_pins.json Keeps the action/container pin cache in sync with the updated MCP image defaults.
.github/aw/actions-lock.json Refreshes the generated lock cache with the new MCP image digests.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Updates golden compiled output to reference the new MCP Gateway image tag.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Updates golden compiled output to reference the new MCP container tags.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Updates golden compiled output to reference the new MCP container tags.
.github/workflows/test-quality-sentinel.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/pr-description-caveman.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/objective-impact-report.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/github-mcp-tools-report.lock.yml Regenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/eslint-miner.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/designer-drift-audit.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/daily-windows-terminal-integration-builder.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/daily-max-ai-credits-test.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/craft.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/copilot-pr-merged-report.lock.yml Regenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/copilot-opt.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated lockfile to pin the updated MCP Gateway image/digest.
.github/workflows/artifacts-summary.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.github/workflows/agentic-token-optimizer.lock.yml Regenerated lockfile to pin the updated MCP container images/digests.
.changeset/patch-bump-github-mcp-server-v1-5-0-mcpg-v0-3-31.md Adds 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

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.

3 participants