Summary
Version check on 2026-03-09 detected 1 pinned version update applied and 1 notable new release available.
| Tool |
Current |
Latest |
Status |
| MCP Gateway |
v0.1.8 |
v0.1.9 |
✅ Updated in constants.go |
| Codex CLI |
latest |
0.112.0 |
ℹ️ Uses latest (auto-resolved) |
| Claude Code |
latest |
2.1.71 |
✅ No change needed |
| Copilot CLI |
latest |
1.0.2 |
✅ No change needed |
| GitHub MCP Server |
v0.32.0 |
v0.32.0 |
✅ Up to date |
| Playwright MCP |
0.0.68 |
0.0.68 |
✅ Up to date |
| Playwright Browser |
v1.58.2 |
v1.58.2 |
✅ Up to date |
Update: MCP Gateway v0.1.8 → v0.1.9
- Version: v0.1.8 → v0.1.9
- Released: 2026-03-06
- Docker Image:
ghcr.io/github/gh-aw-mcpg:v0.1.9
Key Changes
Features:
Bug Fixes:
Internal Refactoring:
View Full Changelog
Merged PRs
Full Changelog: github/gh-aw-mcpg@v0.1.8...v0.1.9
Impact Assessment
- Risk: Low — maintenance release with no breaking changes
- Affects: MCP Gateway container deployments
- Migration: No changes required; protocol upgrade is backwards-compatible
Informational: Codex 0.112.0 Released
Constants use latest so this is auto-resolved. Notable changes in 0.112.0 (released 2026-03-08):
@plugin mentions: Reference plugins in chat to auto-include MCP/app/skill context
- Model selection: Improved TUI picker reflecting latest model catalog
- Security hardening: JS REPL image emission restricted to `(redacted) URLs only
- Linux sandbox: Consistent user namespace unsharing across all invocations
- Bug fix: JS REPL bindings persist after failed cell (reduces brittle restarts)
- Graceful shutdown: SIGTERM now triggers clean websocket shutdown
Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.112.0
Changes Applied
- Updated
pkg/constants/constants.go: DefaultMCPGatewayVersion v0.1.8 → v0.1.9
- Ran
make recompile — 166/166 workflows compiled successfully
References:
Generated by CLI Version Checker · ◷
Summary
Version check on 2026-03-09 detected 1 pinned version update applied and 1 notable new release available.
latestlatest(auto-resolved)latestlatestUpdate: MCP Gateway v0.1.8 → v0.1.9
ghcr.io/github/gh-aw-mcpg:v0.1.9Key Changes
Features:
2025-11-25— improves compatibility with up-to-date MCP clients/servers (Resolve isHTTPConnectionError TODO and update MCPProtocolVersion to 2025-11-25 gh-aw-mcpg#1619)HTTPTransport(go-sdk v1.4.0 upgrade + protocol constant consolidation + HTTPTransport removal gh-aw-mcpg#1598)customSchemasdocumentation clarifying custom schema URLs and uppercase domain constraint (docs: add customSchemas documentation and clarify domain uppercase constraint gh-aw-mcpg#1606)Bug Fixes:
TestWithResponseLoggingcausing lint failures (fix: remove duplicate TestWithResponseLogging causing lint failure on merge gh-aw-mcpg#1599)Internal Refactoring:
DefaultLogDir,DefaultPayloadDir,DefaultPayloadSizeThreshold) in config package (Eliminate duplicate constants: centralize DefaultLogDir, DefaultPayloadDir, DefaultPayloadSizeThreshold in config package gh-aw-mcpg#1620)RPCMessageInfoconstruction (refactor: eliminate duplicate RPCMessageInfo construction and document flag-default pattern gh-aw-mcpg#1567)View Full Changelog
Merged PRs
Full Changelog: github/gh-aw-mcpg@v0.1.8...v0.1.9
Impact Assessment
Informational: Codex 0.112.0 Released
Constants use
latestso this is auto-resolved. Notable changes in 0.112.0 (released 2026-03-08):@pluginmentions: Reference plugins in chat to auto-include MCP/app/skill contextRelease Notes: https://github.com/openai/codex/releases/tag/rust-v0.112.0
Changes Applied
pkg/constants/constants.go:DefaultMCPGatewayVersionv0.1.8 → v0.1.9make recompile— 166/166 workflows compiled successfullyReferences: