Skip to content

Tags: github/github-mcp-server

Tags

v0.28.1

Toggle v0.28.1's commit message
Release v0.28.1

v0.28.0

Toggle v0.28.0's commit message
Release v0.28.0

latest-release

Toggle latest-release's commit message
Release v0.28.1

v0.27.0

Toggle v0.27.0's commit message
Release v0.27.0

v0.26.3

Toggle v0.26.3's commit message
Release v0.26.3

v0.26.2

Toggle v0.26.2's commit message
Release v0.26.2

v0.26.1

Toggle v0.26.1's commit message
Release v0.26.1

v0.26.0

Toggle v0.26.0's commit message
Release v0.26.0

v0.26.0-rc.3

Toggle v0.26.0-rc.3's commit message

Verified

This commit was signed with the committer’s verified signature.
SamMorrowDrums Sam Morrow
Rename registry to inventory in comments

Update remaining references to 'registry' in code comments to use
'inventory' consistently after the package rename.

v0.26.0-rc.2

Toggle v0.26.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
SamMorrowDrums Sam Morrow
fix(get_file_contents): Restore correct implementation from #1582

The refactor incorrectly restructured the GetFileContents logic:
- Move 'if rawOpts.SHA != "" { ref = rawOpts.SHA }' before GetContents call
- Always call GetContents first (not conditionally based on path suffix)
- Restore matchFiles helper function for proper fallback handling
- Use matchFiles when Contents API fails or raw API fails

This aligns with the improvements from PR #1582 that was merged into main.