Immutable
release. Only release title and notes can be modified.
Tool Updates
- New tools for sub-issues:
add_sub_issue
,list_sub_issues
,remove_sub_issue
,reprioritize_sub_issue
- Improved pagination for tools
- Several enhancements for
list_discussions
tool:- The updatedAt and author.login (i.e. username) fields to the discussions payload in the list_discussions tool
- The ability to order discussions by field (updated_at and created_at) and direction (ascending order, descending order)
- Parameter optimization for
search_code
tool
What's Changed
- Update installation guide for GitHub MCP Server by @D1M1TR10S in #699
- fix: make mcpcurl support "integer" type (#687) by @bitsark in #688
- Added installation instructions for mcpcurl by @Bupalchow in #719
- Add pagination support to GraphQL-based tools by @mattdholloway in #683
- Add tools for sub-issue endpoint by @martinnormark in #470
- docs(testing.md): fix spacing by @vladdoster in #734
- feat: list_discussions sort by updatedAt & createdAt, return updatedAt and author by @tommaso-moro in #690
- Changed q to query in search by @JoannaaKL in #740
New Contributors
- @bitsark made their first contribution in #688
- @Bupalchow made their first contribution in #719
- @mattdholloway made their first contribution in #683
- @vladdoster made their first contribution in #734
Full Changelog: v0.8.0...v0.9.0