Iris MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
🌈 Iris MCP Server
📝 概要
Iris MCP Serverは、Gitリポジトリのタグベースのリリースノートを自動生成するためのModel Context Protocolサーバーです。タグ間の差分を解析し、構造化されたリリースノートを.iris
ディレクトリに生成します。
✨ 特徴
- 🏷️ タグ間の差分を自動検出
- 📊 カスタマイズ可能なリリースノートテンプレート
- 🗂️ 新機能、改善項目、バグ修正などのカテゴリ分け
- 📄 Markdown形式での出力
- 📁
.iris
フォルダへの自動保存
🚀 インストール
Copy
💡 使用方法
リリースノートの生成
Copy
📄 出力例
Copy
🛠️ 開発
ビルド
Copy
開発モード
Copy
🤝 コントリビューション
プルリクエストやイシューは大歓迎です!以下の手順で貢献できます:
- このリポジトリをフォーク
- 新しいブランチを作成 (
git checkout -b feature/amazing-feature
) - 変更をコミット (
git commit -m '✨ Add amazing feature'
) - ブランチをプッシュ (
git push origin feature/amazing-feature
) - プルリクエストを作成
📜 ライセンス
MIT
👥 作者
- 作成者: [Your Name]
- メール: [your.email@example.com]
You must be authenticated.
A Model Context Protocol server that automatically generates structured release notes from Git repository tags, analyzing differences between tags and saving formatted Markdown output to the .iris directory.