MCP.so
登录

🌈 Iris MCP Server

@MCP-Mirror

关于 🌈 Iris MCP Server

Mirror of

基本信息

分类

记忆与知识

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Iris MCP Server?

Iris MCP Server is a Model Context Protocol server that automatically generates tag-based release notes for Git repositories. It analyzes differences between tags and produces structured release notes, saved in a .iris directory. It is designed for developers who need consistent, categorized release documentation.

How to use Iris MCP Server?

Install it via npm: npm install iris-mcp-server. To generate a release note, invoke the generate_release_note tool with parameters such as startTag, endTag, title, features, improvements, bugfixes, and breaking. The server outputs Markdown and saves the result automatically to the .iris folder.

Key features of Iris MCP Server

  • Automatic detection of differences between Git tags
  • Customizable release note templates
  • Categorization into features, improvements, bugfixes, and breaking changes
  • Markdown format output
  • Auto-saves release notes to a .iris directory

Use cases of Iris MCP Server

  • Generating release notes for software version bumps
  • Automating changelog creation in CI/CD pipelines
  • Providing structured summaries of changes to team members
  • Keeping a permanent, versioned record of releases in the repository

FAQ from Iris MCP Server

How do I install Iris MCP Server?

Install via npm: npm install iris-mcp-server.

How do I generate a release note?

Use the generate_release_note tool with parameters such as startTag, endTag, title, features, improvements, bugfixes, and breaking.

What output format does Iris MCP Server use?

The generated release note is in Markdown format.

Where are the release notes saved?

They are automatically saved to a .iris directory in the repository.

Can I customize the categories in the release note?

Yes, you can specify features, improvements, bugfixes, and breaking changes as input parameters to the tool.

评论

记忆与知识 分类下的更多 MCP 服务器