v0.0.24
π Release Highlights
This release focuses on specification compliance, enhanced visibility, and improved developer experience with better health monitoring and workflow integration.
β¨ What's New
-
π Spec-Compliant Health Endpoint - The
/healthendpoint now fully complies with MCP Gateway Spec v1.3.0 Section 8.1.1, providing detailed server status information includingspecVersion,gatewayVersion, and per-server health metrics with uptime tracking (#150) -
π Markdown Log Preview - Added
gateway.mdlog file with GitHub-flavored markdown formatting for easy workflow run previews. Features collapsible HTML sections, emoji-prefixed events (β INFO,β οΈ WARN, β ERROR), and automatic secret redaction for secure diagnostic logging (#149) -
π§ Serena MCP Server Support - Configured Serena MCP server integration with uvx support in VS Code, extending the available MCP server ecosystem alongside GitHub Agentic Workflows (#152)
π Bug Fixes & Improvements
- Code Quality: Fixed staticcheck SA9003 warnings by replacing empty if blocks with explicit error discard pattern, improving code clarity and linter compliance (#154)
- Formatting: Applied gofmt formatting to test files for consistent code style across the project (#153, #151)
π³ Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/githubnext/gh-aw-mcpg:v0.0.24
# or
docker pull ghcr.io/githubnext/gh-aw-mcpg:latestSupported platforms: linux/amd64, linux/arm64
For complete details, see the full release notes.
Ahoy! This treasure was crafted by π΄ββ οΈ Release
What's Changed
- Fix health endpoint to comply with MCP Gateway Spec v1.3.0 Section 8.1.1 by @Copilot in #150
- Add Serena MCP server configuration and uvx setup by @Copilot in #152
- Fix staticcheck SA9003: Replace empty if blocks with explicit error discard by @Copilot in #154
- Add markdown log writer for GitHub workflow preview by @Copilot in #149
Full Changelog: v0.0.23...v0.0.24