Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Mar 21:06
· 659 commits to main since this release
6859dff

🌟 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:latest

Supported 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