Add MCP Gateway build steps to language-support-tester workflow#1089
Merged
Add MCP Gateway build steps to language-support-tester workflow#1089
Conversation
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Serena MCP server tools availability for language support tests
Add MCP Gateway build steps to language-support-tester workflow
Feb 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Language Support Tester agentic workflow to build the MCP Gateway container locally and run the sandbox against that local image, avoiding reliance on the GHCR gh-aw-mcpg image and improving workflow reliability for Serena-based language support testing.
Changes:
- Added Docker Buildx setup and a local
docker buildstep producinglocal-awmg:v0.1.4. - Switched
sandbox.mcp.containerfromghcr.io/github/gh-aw-mcpgtolocal-awmg. - Updated the compiled lock workflow to preload and run
local-awmg:v0.1.4(including the gateway run command).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/language-support-tester.md | Adds local MCP Gateway image build steps and points the sandbox container to local-awmg. |
| .github/workflows/language-support-tester.lock.yml | Recompiled workflow reflecting the new build steps and switching the gateway image to local-awmg:v0.1.4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Feb 19, 2026
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.
The Language Support Tester workflow failed because it referenced the registry image
ghcr.io/github/gh-aw-mcpgwithout building it locally first, causing Docker daemon connectivity issues and missing Serena MCP tools.Changes
Added local container build steps following the
smoke-copilot.mdpattern:docker/setup-buildx-action@v3steplocal-awmg:v0.1.4with embeddedawmgbinarysandbox.mcp.containerfromghcr.io/github/gh-aw-mcpgtolocal-awmgThis ensures the MCP Gateway is available without external registry dependencies, enabling Serena tools (
activate_project,find_symbols, etc.) for Go, TypeScript/JavaScript, and Python language testing.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/docker/setup-buildx-action/git/ref/tags/v3/usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v3 --jq .object.sha(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.46.1/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.46.1 --jq .object.sha(http block)https://api.github.com/user/usr/bin/gh gh api user --jq .login -main/dist/indexuser.name(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.