- Notifications
You must be signed in to change notification settings - Fork1.2k
Description
Description: It would be beneficial for the GitHub MCP server to list the latest GitHub releases and their contents. This feature would greatly enhance the usability and accessibility of the server by providing users with up-to-date information on the latest releases and their associated files/contents.
Proposed Solution:
Implement two different interfaces/methods:
Fetch Releases Versions: Implement functionality to fetch the latest releases from a specified GitHub repository (Pagination would be be good if there are too many releases)
List Release Contents: Display the contents of each release, including assets and their release note contents.
Benefits:
Enhanced Usability: Users can easily access the latest releases and their contents without leaving the MCP server.
Improved Functionality: Adds valuable functionality to the MCP server, making it more versatile and useful.
Automated Updates: Ability to map releases to update current code with the latest releases on different repositories, similar to Dependabot capabilities where it can update versions of GitHub Actions/Python packages based on semantic releases.