Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
❌ Changeset Generator failed. Please review the logs for details. |
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
Agent Container Tool Check
Result: 11/12 tools available Note: .NET runtime (dotnet) is not available in the container environment. All other required development tools are present and functional.
|
|
🤖 Beep boop! The smoke test agent just rolled through here on its rounds! Everything's looking good in the land of automated testing. We're like tiny digital quality inspectors, making sure all the gears keep turning smoothly. Consider this a friendly wave from your neighborhood test bot! 👋✨
|
Smoke Test ResultsStatus: ✅ PASS Recent PRs Reviewed:
Test Results: ✅✅✅✅✅✅✅✅✅ (9/9 passed) cc @pelikhan
|
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
There was a problem hiding this comment.
Pull request overview
This PR updates the MCP Gateway (gh-aw-mcpg) from v0.0.99 to v0.0.103, bringing per-server log file support for improved backend troubleshooting. The changes are mechanical and follow the established pattern for version updates in this repository.
Changes:
- Updated
DefaultMCPGatewayVersionconstant from "v0.0.99" to "v0.0.103" inpkg/constants/constants.go - Regenerated 145 workflow lock files to reference the new version across three locations per file: container image download, Docker command, and awmg_version metadata field
Reviewed changes
Copilot reviewed 146 out of 146 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/constants/constants.go | Updated DefaultMCPGatewayVersion constant to v0.0.103 |
| .github/workflows/*.lock.yml (145 files) | Regenerated lock files with updated container image references, Docker commands, and version metadata |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates MCP Gateway from v0.0.99 to v0.0.103, bringing per-server log file support for easier backend troubleshooting.
Changes
DefaultMCPGatewayVersioninpkg/constants/constants.go.lock.ymlfiles to referenceghcr.io/github/gh-aw-mcpg:v0.0.103What's New in v0.0.103
The gateway now writes separate log files per backend server (e.g.,
github.log,slack.log) in addition to the unifiedmcp-gateway.log. Thread-safe with automatic fallback.This enables faster isolation of server-specific issues without scanning through interleaved logs.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.