Skip to content

GitHub MCP Server 0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 13:18
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
b5e3348

General Updates

Updated installation instructions under /docs/installation-guides/

Tool Updates

  • Several improvements to get_file_contents:
    • For files, gets matching paths in the Git Tree if the full path isn't known
    • For directories, the root "/" is default
    • For files, returns file SHA along with content
  • Shortened tool name add_pull_request_review_comment_to_pending_review to add_comment_to_pending_review

What's Changed

  • get_file_content Match Paths in Git Tree if Full Path Unknown by @LuluBeatson in #650
  • fix: get_file_contents use "/" for root by @LuluBeatson in #666
  • Bump go-github to v73.0.0 by @martinnormark in #597
  • Always include SHA in get_file_contents responses by @yonaka15 in #676
  • Reorganize README, add dedicated install guides, include policies and governance info for the github server by @D1M1TR10S in #695
  • fix: shorten long tool name for adding pr review comments by @LuluBeatson in #697

New Contributors

Full Changelog: v0.7.0...v0.8.0