This issue tracks the update of MCP Gateway (gh-aw-mcpg) from v0.2.12 to v0.2.13, released on 2026-04-04.
pkg/constants/version_constants.go has been updated and make recompile completed successfully (180/180 workflows).
Summary
- MCP Gateway: v0.2.12 → v0.2.13 ✅
- All other tools are up-to-date (GitHub MCP Server v0.32.0, Playwright MCP 0.0.70, Playwright Browser v1.59.1, Claude Code 2.1.92, Copilot 1.0.18, Codex 0.118.0)
Update MCP Gateway v0.2.12 → v0.2.13
- Previous: v0.2.12 → New: v0.2.13
- Released: 2026-04-04
- Docker Image:
ghcr.io/github/gh-aw-mcpg:v0.2.13
Breaking Changes
None.
Key Features
- OpenTelemetry Tracing: MCP Gateway now exports traces via OpenTelemetry OTLP, providing end-to-end visibility into request flows through the proxy and backend MCP servers.
- Configurable Session Timeout: New
MCP_GATEWAY_SESSION_TIMEOUT environment variable controls session timeout for unified mode (/mcp) stateful sessions (default: 2h). Previously hardcoded.
View Full Changelog
Security & Compliance
Bug Fixes
Documentation
All Merged PRs
View Migration Guide
- The version constant in
pkg/constants/version_constants.go has been updated to v0.2.13.
make recompile has been run — all 180 workflow files regenerated successfully.
- No breaking changes; no code changes required beyond the version bump.
- Optional: set
MCP_GATEWAY_SESSION_TIMEOUT env var to customize stateful session timeout (default is 2h).
Impact Assessment
- Risk: Low — no breaking changes, security improvements included
- Affects: All workflows using the MCP Gateway container
- Notable: Security improvements (auth validation, direct API bypass detection, expanded guard coverage) make this update recommended promptly
Recommendations
Update is low-risk and includes meaningful security and observability improvements. Deploy at next opportunity.
Package Links
References:
Generated by CLI Version Checker · ● 186K · ◷
This issue tracks the update of MCP Gateway (gh-aw-mcpg) from
v0.2.12tov0.2.13, released on 2026-04-04.pkg/constants/version_constants.gohas been updated andmake recompilecompleted successfully (180/180 workflows).Summary
Update MCP Gateway v0.2.12 → v0.2.13
ghcr.io/github/gh-aw-mcpg:v0.2.13Breaking Changes
None.
Key Features
MCP_GATEWAY_SESSION_TIMEOUTenvironment variable controls session timeout for unified mode (/mcp) stateful sessions (default:2h). Previously hardcoded.View Full Changelog
Security & Compliance
Authorizationheaders now correctly return HTTP 400. Unknown fields in TOML configuration are rejected at startup, and API keys are now randomly generated — closing several compliance gaps.create_agent_taskas read-write and blocked gh-aw-mcpg#3139): Five workflow run cancel/rerun operations are now guarded pre-emptively, andcreate_agent_taskis correctly classified as a read-write blocked operation.Bug Fixes
Documentation
MCP_GATEWAY_SESSION_TIMEOUTis now fully documented, including supported duration formats and behavioral differences between routed and unified modes (docs: document MCP_GATEWAY_SESSION_TIMEOUT environment variable gh-aw-mcpg#3153).All Merged PRs
create_agent_taskas read-write and blocked gh-aw-mcpg#3139 - Guard coverage: classifycreate_agent_taskas read-write and blockedView Migration Guide
pkg/constants/version_constants.gohas been updated tov0.2.13.make recompilehas been run — all 180 workflow files regenerated successfully.MCP_GATEWAY_SESSION_TIMEOUTenv var to customize stateful session timeout (default is2h).Impact Assessment
Recommendations
Update is low-risk and includes meaningful security and observability improvements. Deploy at next opportunity.
Package Links
References: