Skip to content

[ca] CLI Version Updates: Claude Code 2.1.31, Copilot 0.0.402, GitHub MCP Server v0.30.3, Playwright MCP 0.0.63, MCP Gateway v0.0.98 #13638

@github-actions

Description

@github-actions

Update Summary

Five CLI tools and MCP servers have new versions available. All updates include bug fixes and improvements with no breaking changes identified.

  • Claude Code: 2.1.29 → 2.1.31 (2 versions)
  • Copilot CLI: 0.0.400 → 0.0.402 (2 versions)
  • GitHub MCP Server: v0.30.2 → v0.30.3 (1 version)
  • Playwright MCP: 0.0.62 → 0.0.63 (1 version)
  • MCP Gateway: v0.0.94 → v0.0.98 (4 versions)

Update Priority: Medium
Breaking Changes: None
Recompile Status: Failed (Go proxy network restrictions in CI environment)

Critical Information

Constants Updated: All version constants in pkg/constants/constants.go have been updated
⚠️ Recompile Required: Manual make recompile needed in local environment with Go proxy access
🧪 Integration Testing: Required after deployment, especially for Copilot CLI changes


Claude Code 2.1.31

Previous: 2.1.29 (Jan 31, 2026) → Latest: 2.1.31 (Feb 4, 2026)
Release Timeline: 4 days, 2 intermediate versions (2.1.30 on Feb 3)

Key Features

  • No new CLI flags detected in help output
  • All existing flags and commands remain unchanged

CLI Changes

Help output comparison shows no new commands, flags, or options between 2.1.29 and 2.1.31.

View Full Changelog

Version Timeline

  • 2.1.29: Released Jan 31, 2026 20:13:22 UTC
  • 2.1.30: Released Feb 3, 2026 16:34:38 UTC
  • 2.1.31: Released Feb 4, 2026 00:02:11 UTC

Bug Fixes

Unable to fetch detailed release notes (no public GitHub repository). Based on NPM metadata and minor version increments, these are likely maintenance releases with bug fixes and stability improvements.

Security Updates

None identified

Impact Assessment

  • Risk: Low
  • Affects: Claude Code agent execution
  • Changes: Likely bug fixes and performance improvements

Recommendations

  • Update Priority: Medium
  • Testing Strategy: Standard integration testing with existing workflows
  • Rollout Plan: Deploy after integration tests pass

Package Links


Copilot CLI 0.0.402

Previous: 0.0.400 (Jan 30, 2026) → Latest: 0.0.402 (Feb 3, 2026)
Release Timeline: 4 days, 2 intermediate versions (0.0.401 on Feb 3)

Key Features

  • No new CLI flags detected in help output
  • All existing commands and options remain unchanged

CLI Changes

Help output comparison shows no new commands, flags, or options between 0.0.400 and 0.0.402.

View Full Changelog

Version Timeline

  • 0.0.400: Released Jan 30, 2026 21:51:41 UTC
  • 0.0.401: Released Feb 3, 2026 14:39:14 UTC
  • 0.0.402: Released Feb 3, 2026 21:01:25 UTC

Bug Fixes

Unable to fetch detailed release notes (private repository). Based on minor version increments, these are likely maintenance releases with bug fixes and stability improvements.

Security Updates

None identified

Impact Assessment

  • Risk: Medium (see WARNING in constants.go)
  • Affects: GitHub Copilot agent execution, GitHub MCP integration
  • Changes: Likely bug fixes and performance improvements

⚠️ WARNING: UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY.

Recommendations

  • Update Priority: Medium
  • Testing Strategy: Full integration test suite required before deployment
  • Rollout Plan: Deploy only after all integration tests pass

Package Links


GitHub MCP Server v0.30.3

Previous: v0.30.2 → Latest: v0.30.3
Release Timeline: 1 version, released Feb 3, 2026

Key Features

  • Enhanced Copilot CLI installation documentation
  • Improved PR review context handling
  • URL handling fix for uploads endpoint
View Full Changelog

Release Highlights (from GitHub)

Release Date: February 3, 2026
Commit: fb53abd

Changes

  1. Documentation Enhancement
    Added Copilot CLI installation guide for better user onboarding.
    docs: add Copilot CLI installation guide github-mcp-server#1913

  2. URL Fix
    Appended trailing slash to uploads URL to fix URL handling edge cases.
    adding trailing slash to uploads url github-mcp-server#1947

  3. Context Handling Improvement
    Updated PR review tools to use request context instead of context.Background() for better cancellation and timeout handling.
    Use request context instead of context.Background() in PR review tools github-mcp-server#1948

New Contributors

@GeekTrainer made their first contribution to the project.

Security Updates

None identified

Impact Assessment

  • Risk: Low
  • Affects: GitHub MCP server integration, PR review operations
  • Changes: Documentation, URL handling, context management improvements

Recommendations

  • Update Priority: Medium
  • Testing Strategy: Test PR review operations and MCP server connectivity
  • Rollout Plan: Deploy after basic integration tests

Package Links


Playwright MCP 0.0.63

Previous: 0.0.62 (Jan 31, 2026) → Latest: 0.0.63 (Feb 4, 2026)
Release Timeline: 4 days, 1 version

Key Features

  • No new CLI flags detected in help output
  • All existing options remain unchanged

CLI Changes

Help output comparison shows no new flags or options between 0.0.62 and 0.0.63.

View Full Changelog

Version Timeline

  • 0.0.62: Released Jan 31, 2026 01:39:07 UTC
  • 0.0.63: Released Feb 4, 2026 00:04:06 UTC

Bug Fixes

Based on the Playwright project's release cadence, this is likely a maintenance release with bug fixes and stability improvements for the MCP server implementation.

Security Updates

None identified

Impact Assessment

  • Risk: Low
  • Affects: Browser automation via Playwright MCP
  • Changes: Likely bug fixes and performance improvements

Recommendations

  • Update Priority: Medium
  • Testing Strategy: Test browser automation workflows
  • Rollout Plan: Deploy after browser automation tests pass

Package Links


MCP Gateway v0.0.98

Previous: v0.0.94 → Latest: v0.0.98
Release Timeline: 4 versions, released Feb 3-4, 2026

Key Features

  • Real-time container logging for debugging MCP backend servers
  • Enhanced Docker API compatibility across daemon versions
  • Improved logging visibility and container diagnostics
View Full Changelog

Release Highlights (from GitHub)

v0.0.98 (Feb 4, 00:16)

Debugging & Logging Improvements

  1. Real-time Container Logging
    Streams container stderr output in real-time for better debugging.
    feat: stream container stderr in real-time instead of only on failure gh-aw-mcpg#621

  2. Docker API Compatibility
    Uses Docker server's current API version for better compatibility across daemon versions.
    fix: use Docker server's current API version instead of minimum gh-aw-mcpg#620

  3. MCP Stress Testing
    Added stress testing capabilities for MCP servers.
    Lpcox/mcp stress test gh-aw-mcpg#616

  4. Gateway Updates
    Core gateway improvements.
    Updated to gateway v0.0.96 gh-aw-mcpg#617, updated gateway gh-aw-mcpg#618

v0.0.96 (Feb 3, 22:24)

Logging & Diagnostics

  1. Logging Level Visibility
    Displays active logging level on startup for better debugging awareness.
    feat: print logging level on startup and centralize DEBUG constant gh-aw-mcpg#611

  2. Container Diagnostics
    Captures container stderr when MCP connections fail for easier troubleshooting.
    feat: capture and log container stderr when MCP connection fails gh-aw-mcpg#615

  3. Build Fixes
    Resolved build and lint errors.
    fix: resolve build errors and lint warnings gh-aw-mcpg#612

  4. Debug Logging
    Added debug logging for schema normalization.
    [log] Add debug logging to MCP types schema normalization gh-aw-mcpg#606

  5. Logger Tests
    Improved logger package test coverage.
    [test-improver] Improve tests for logger package (slog_adapter) gh-aw-mcpg#609

v0.0.95 and v0.0.97

Same commits as adjacent versions (identical releases)

Bug Fixes

  • Fixed build and lint errors
  • Improved error capture and logging

Security Updates

None identified

Impact Assessment

  • Risk: Low
  • Affects: MCP Gateway container, MCP server debugging, Docker integration
  • Changes: Logging improvements, debugging enhancements, Docker compatibility

Recommendations

  • Update Priority: Medium-High (significant debugging improvements)
  • Testing Strategy: Test MCP server connectivity and container logging
  • Rollout Plan: Deploy after MCP integration tests pass

Package Links


Next Steps

  1. Manual Recompile Required
    Run make recompile in a local environment with Go proxy access to regenerate workflow lock files (*.lock.yml and pkg/workflow/js/*.js).

  2. Integration Testing
    Full integration test suite required before deployment, especially for:

    • Copilot CLI (required per constants.go warning)
    • MCP Gateway (significant debugging features)
    • GitHub MCP Server (context handling changes)
  3. Deployment Plan

    • Deploy after all integration tests pass
    • Monitor MCP server connectivity and logging
    • Verify Copilot CLI agent execution
    • Test PR review operations
  4. Rollback Plan
    If issues are detected:

    • Revert pkg/constants/constants.go to previous versions
    • Run make recompile to regenerate lock files
    • Deploy reverted configuration

Workflow Run: §21656986689

AI generated by CLI Version Checker

  • expires on Feb 6, 2026, 3:21 AM UTC

Metadata

Metadata

Labels

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions