Overview
What is Iris MCP Server?
Iris MCP Server is a Model Context Protocol server designed to automatically generate tag-based release notes from a Git repository. It analyzes the differences between tags and produces structured release notes in the .iris directory.
How to use Iris MCP Server?
To use Iris MCP Server, install it via npm and call the generate_release_note method with the required parameters such as start and end tags, title, features, improvements, bug fixes, and breaking changes.
Key features of Iris MCP Server?
- Automatic detection of differences between tags
- Customizable release note templates
- Categorization of new features, improvements, and bug fixes
- Output in Markdown format
- Automatic saving to the
.irisfolder
Use cases of Iris MCP Server?
- Generating release notes for software projects.
- Keeping track of changes between different versions of a project.
- Automating the documentation process for development teams.
FAQ from Iris MCP Server?
- Can Iris MCP Server generate release notes for any Git repository?
Yes! As long as the repository uses tags, Iris MCP Server can generate release notes.
- Is Iris MCP Server free to use?
Yes! Iris MCP Server is open-source and free to use.
- How can I contribute to Iris MCP Server?
You can contribute by forking the repository, making changes, and submitting a pull request.