Skip to content

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 11 Jan 14:57
· 5355 commits to main since this release
8aabce7

🌟 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 /health endpoint now fully complies with MCP Gateway Spec v1.3.0 Section 8.1.1, providing detailed server status information including specVersion, gatewayVersion, and per-server health metrics with uptime tracking (#150)

  • πŸ“ Markdown Log Preview - Added gateway.md log 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: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

  • 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