Skip to content

[ca] Update MCP Gateway to v0.1.5 #17678

@github-actions

Description

@github-actions

Update Summary

  • Tool: MCP Gateway (ghcr.io/github/gh-aw-mcpg)
  • Previous Version: v0.1.4
  • Latest Version: v0.1.5
  • Breaking Changes: Yes
  • Update Priority: High (breaking config validation changes)

constants.go has been updated and make recompile completed successfully (158/158 workflow files).


Breaking Changes

The following configuration validation changes require updates to existing configs:

  1. Docker required for TOML stdio servers (Enforce Docker containerization requirement for TOML stdio servers gh-aw-mcpg#1029): TOML-configured stdio servers must now use command = "docker". Direct command execution without containerization is rejected at startup.
  2. Explicit mount mode required (fix(compliance): require explicit mount mode in volume mount validation gh-aw-mcpg#1231): Volume mount entries in server configs must now include an explicit mode field ("ro" or "rw"). Mounts without a declared mode are rejected.
  3. mounts field rejected for HTTP servers (Reject mounts field for HTTP servers (T-CFG-019) gh-aw-mcpg#1122): HTTP-type server configurations that include a mounts field now fail validation with a clear error.

Key Features

View Full Changelog

Release Highlights

This release focuses on compliance enforcement, reliability improvements, and MCP spec v1.8.0 alignment — tightening configuration validation, improving observability through integrated SDK logging, and eliminating numerous duplicate code patterns.

Bug Fixes & Improvements

Documentation

Selected Merged PRs

Full Changelog: github/gh-aw-mcpg@v0.1.4...v0.1.5

View Migration Guide

Config Migration Steps

  1. TOML stdio servers: Ensure all TOML-configured stdio servers use command = "docker" — direct command execution is now rejected.

  2. Volume mounts: Add explicit mode field to all volume mount entries:

    # Before (now rejected):
    mounts = ["/host/path:/container/path"]
    
    # After (required):
    # Use "ro" for read-only or "rw" for read-write
  3. HTTP servers: Remove any mounts field from HTTP-type server configurations.

Docker Image

docker pull ghcr.io/github/gh-aw-mcpg:v0.1.5

Supported platforms: linux/amd64, linux/arm64

Impact Assessment

  • Risk: High (breaking validation changes to MCP Gateway config)
  • Affects: All workflows using sandbox.agent container and MCP Gateway configuration
  • Migration: Review TOML server configs for Docker enforcement, explicit mount modes, and HTTP server mount fields

Recommendations

  1. Review all MCP Gateway configurations for the 3 breaking changes above
  2. Test with updated container image before rolling out to production workflows
  3. Update any TOML stdio server configs to use Docker containerization

Package Links


No Other Updates

The following tools are current as of 2026-02-22:

Tool Version Status
Claude Code 2.1.50 ✅ Up to date
Copilot CLI 0.0.414 ✅ Up to date
Codex 0.104.0 ✅ Up to date
GitHub MCP Server v0.31.0 ✅ Up to date
Playwright MCP 0.0.68 ✅ Up to date
Playwright Browser v1.58.2 ✅ Up to date

References:

Generated by CLI Version Checker

  • expires on Feb 24, 2026, 9:54 AM UTC

Metadata

Metadata

Labels

automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency filesmoke

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions