Update gh-aw-mcpg (awmg) to v0.0.14#9495
Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
|
💀 Blimey! Changeset Generator failed and walked the plank! No treasure today, matey! ☠️ |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
|
@copilot run make fmt and push the formatted code |
|
@copilot why is the Setup MCP step failing? https://github.com/githubnext/gh-aw/actions/runs/20873184269/job/59978466747 |
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
The failure is not related to my code changes. Looking at the logs, the MCP Gateway successfully starts and registers all routes (safeoutputs, serena, github, playwright) but then exits with code 1. This is a runtime failure in the MCPG v0.0.14 container itself, not in the version constant update I made. My changes only update which Docker image tag is referenced in compiled workflows. The failure could be:
This would need to be investigated in the gh-aw-mcpg repository if the issue persists. |
|
@copilot add more logs to start_mcp_gateway.sh so that we can see why the step is failing |
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Added detailed logging to
The new logs will help identify if the gateway exits unexpectedly and show the reason. |
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
|
💀 Blimey! Changeset Generator failed and walked the plank! No treasure today, matey! ☠️ |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
@copilot Is Health endpoint: http://host.docker.internal:8080/health right? Logs from the last failed smoke-copilot run: |
The health check was failing because it was using host.docker.internal, which only works from inside containers. Since this script runs on the host and the gateway uses --network host, the health check should use localhost instead. Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
You found the issue! Fixed in commit 61d8eb3 - the health check now uses |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
|
💀 Blimey! Changeset Generator failed and walked the plank! No treasure today, matey! ☠️ |
The setup action copies shell scripts to /opt/gh-aw/actions/ but start_mcp_gateway.sh was looking for converter scripts at /tmp/gh-aw/actions/. This caused 'No such file or directory' errors. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@copilot address linting issues |
…uzz_test.go - S1009: Removed redundant nil check before len() (len of nil map is 0) - S1031: Removed unnecessary nil check around range (ranging over nil map is safe) Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Updates the default MCP Gateway Docker image version from v0.0.12 to v0.0.14.
Changes Made
DefaultMCPGatewayVersioninpkg/constants/constants.gofromv0.0.12tov0.0.14pkg/constants/constants_test.goandpkg/workflow/docker_predownload_test.goto match the new versionactions/setup/sh/start_mcp_gateway.shto help debug MCP Gateway startup issues--network hostpkg/workflow/workflow_dispatch_inputs_fuzz_test.goTesting
Security Summary: No security vulnerabilities introduced. The changes only update a version constant, test expectations, and add diagnostic logging.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.