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
Closed
Bump default GitHub MCP Server to v1.5.0 and MCP Gateway to v0.3.31#42026Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
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
Contributor
There was a problem hiding this comment.
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.goto GitHub MCP Serverv1.5.0and MCP Gatewayv0.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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the two pinned MCP container defaults called out in the CLI version update issue: GitHub MCP Server
v1.4.0 → v1.5.0and MCP Gatewayv0.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
/home/runner/work/gh-aw/gh-aw/pkg/constants/version_constants.go:DefaultGitHubMCPServerVersion = "v1.5.0"DefaultMCPGatewayVersion = "v0.3.31"Compiled workflow refresh
Container pin cache sync
.github/aw/actions-lock.jsonand synced embedded action/container pin data:pkg/actionpins/data/action_pins.jsonpkg/workflow/data/action_pins.jsongh-aw-mcpg:v0.3.31andgithub-mcp-server:v1.5.0.Golden fixture updates