v0.0.18
🌟 Release Highlights
This release focuses on improving client integration and streamlining the build pipeline for better compatibility.
✨ What's New
- Auto-configured Authentication Headers: The MCP gateway now includes authentication headers in its stdout configuration output, eliminating the need for clients to manually add them. This aligns with the MCP specification and makes integration seamless—clients can now use the output configuration directly without modification.
🐛 Bug Fixes & Improvements
- Fixed Maintenance Workflow: Corrected the
agentics-maintenance.ymlworkflow to properly installgh-awinstead of attempting to build from source, resolving build failures - Streamlined Release Builds: Removed Linux 386 (32-bit x86) from the release pipeline to focus on modern platforms (amd64, arm, arm64)
🐳 Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/githubnext/gh-aw-mcpg:v0.0.18
# 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 agentics-maintenance workflow: install gh-aw instead of building from source by @Copilot in #135
- Remove Linux 386 builds from release pipeline by @Copilot in #138
- Add auth headers to MCP gateway stdout configuration output by @Copilot in #136
Full Changelog: v0.0.17...v0.0.18