-
Notifications
You must be signed in to change notification settings - Fork 45
Description
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
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
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- Current Version: https://www.npmjs.com/package/`@anthropic-ai/claude-code`/v/2.1.31
- Previous Version: https://www.npmjs.com/package/`@anthropic-ai/claude-code`/v/2.1.29
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
Recommendations
- Update Priority: Medium
- Testing Strategy: Full integration test suite required before deployment
- Rollout Plan: Deploy only after all integration tests pass
Package Links
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Current Version: https://www.npmjs.com/package/`@github/copilot`/v/0.0.402
- Previous Version: https://www.npmjs.com/package/`@github/copilot`/v/0.0.400
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
-
Documentation Enhancement
Added Copilot CLI installation guide for better user onboarding.
docs: add Copilot CLI installation guide github-mcp-server#1913 -
URL Fix
Appended trailing slash to uploads URL to fix URL handling edge cases.
adding trailing slash to uploads url github-mcp-server#1947 -
Context Handling Improvement
Updated PR review tools to use request context instead ofcontext.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
- Repository: https://github.com/github/github-mcp-server
- Release Notes: https://github.com/github/github-mcp-server/releases/tag/v0.30.3
- Full Changelog: github/github-mcp-server@v0.30.2...v0.30.3
- Docker Image: ghcr.io/github/github-mcp-server:v0.30.3
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
- NPM Package: https://www.npmjs.com/package/`@playwright/mcp`
- Current Version: https://www.npmjs.com/package/`@playwright/mcp`/v/0.0.63
- Previous Version: https://www.npmjs.com/package/`@playwright/mcp`/v/0.0.62
- Repository: https://github.com/microsoft/playwright
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
-
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 -
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 -
MCP Stress Testing
Added stress testing capabilities for MCP servers.
Lpcox/mcp stress test gh-aw-mcpg#616 -
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
-
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 -
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 -
Build Fixes
Resolved build and lint errors.
fix: resolve build errors and lint warnings gh-aw-mcpg#612 -
Debug Logging
Added debug logging for schema normalization.
[log] Add debug logging to MCP types schema normalization gh-aw-mcpg#606 -
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
- Repository: https://github.com/github/gh-aw-mcpg
- Release Notes: https://github.com/github/gh-aw-mcpg/releases
- Latest Release: https://github.com/github/gh-aw-mcpg/releases/tag/v0.0.98
- Docker Image: ghcr.io/github/gh-aw-mcpg:v0.0.98
Next Steps
-
Manual Recompile Required
Runmake recompilein a local environment with Go proxy access to regenerate workflow lock files (*.lock.ymlandpkg/workflow/js/*.js). -
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)
-
Deployment Plan
- Deploy after all integration tests pass
- Monitor MCP server connectivity and logging
- Verify Copilot CLI agent execution
- Test PR review operations
-
Rollback Plan
If issues are detected:- Revert
pkg/constants/constants.goto previous versions - Run
make recompileto regenerate lock files - Deploy reverted configuration
- Revert
Workflow Run: §21656986689
AI generated by CLI Version Checker
- expires on Feb 6, 2026, 3:21 AM UTC