v0.2.2
π Release Highlights
A focused patch release delivering a targeted bug fix for search result parsing and an internal workflow update.
π Bug Fixes & Improvements
- More reliable search result extraction: MCP Gateway now falls back to URL-based parsing when extracting issue/PR numbers and repository names from search results. This improves robustness in cases where structured data fields are missing or malformed. (#2379)
π³ Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/github/gh-aw-mcpg:v0.2.2
# or
docker pull ghcr.io/github/gh-aw-mcpg:latestSupported platforms: linux/amd64, linux/arm64
For complete details, see the full release notes.
Generated by Release
What's Changed
- chore(workflow): use published v0.2.1 container image for repo-assist by @lpcox in #2374
- fix: URL-based fallback for search result number and repo extraction by @lpcox in #2379
Full Changelog: v0.2.1...v0.2.2