release-notes-server

release-notes-server

3.2

If you are the rightful owner of release-notes-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that generates beautiful release notes from GitHub repositories.

The Release Notes Server is a Model Context Protocol (MCP) server designed to generate well-organized and visually appealing release notes from GitHub repositories. It efficiently fetches commit data, organizes it by type, and presents it in a clean, readable format. The server is capable of smart commit filtering by date or SHA, grouping commits by type, enriching commit data with pull request information, and providing detailed statistics. It uses GitHub's API efficiently, leveraging the 'since' parameter to minimize API calls. The output is formatted in markdown with emojis for enhanced readability.

Features

  • Smart commit filtering by date or SHA
  • Groups commits by type (features, fixes, etc.)
  • Enriches commits with PR data
  • Includes detailed statistics
  • Clean markdown formatting with emojis

Tools

  1. generate_release_notes

    Generates release notes for a GitHub repository.