Skip to content

v0.0.98

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Feb 00:16
· 29 commits to main since this release
3f95af0

🌟 Release Highlights

This release focuses on improving Docker container management and debugging capabilities, making it easier to diagnose and troubleshoot MCP backend server issues.

✨ What's New

  • Real-time Container Logs (#621): MCP Gateway now streams container stderr output in real-time during operation, not just on failures. This provides immediate visibility into backend server behavior and makes debugging significantly easier.

  • Improved Docker API Compatibility (#620): The gateway now uses the Docker server's current API version instead of requiring a minimum version. This resolves compatibility issues with different Docker daemon configurations and reduces connection errors.

🔧 Performance & Reliability

  • MCP Stress Testing (#616): Added comprehensive stress testing to validate gateway stability under heavy load conditions, ensuring reliable operation in production environments.

  • Gateway Updates (#617, #618): Internal improvements and dependency updates to the gateway core for better stability and maintainability.

🐳 Docker Image

The Docker image for this release is available at:

docker pull ghcr.io/github/gh-aw-mcpg:v0.0.98
# or
docker pull ghcr.io/github/gh-aw-mcpg:latest

Supported platforms: linux/amd64, linux/arm64


For complete details, see the full release notes.

Ahoy! This treasure was crafted by 🏴‍☠️ Release


What's Changed

  • Lpcox/mcp stress test by @lpcox in #616
  • Updated to gateway v0.0.96 by @lpcox in #617
  • updated gateway by @lpcox in #618
  • fix: use Docker server's current API version instead of minimum by @lpcox in #620
  • feat: stream container stderr in real-time instead of only on failure by @lpcox in #621

Full Changelog: v0.0.96...v0.0.98