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.

コメント

「メモリとナレッジ」の他のコンテンツ