🌈 Iris MCP Server
📝 概要
Iris MCP Serverは、Gitリポジトリのタグベースのリリースノートを自動生成するためのModel Context Protocolサーバーです。タグ間の差分を解析し、構造化されたリリースノートを.iris
ディレクトリに生成します。
✨ 特徴
- 🏷️ タグ間の差分を自動検出
- 📊 カスタマイズ可能なリリースノートテンプレート
- 🗂️ 新機能、改善項目、バグ修正などのカテゴリ分け
- 📄 Markdown形式での出力
- 📁
.iris
フォルダへの自動保存
🚀 インストール
💡 使用方法
リリースノートの生成
📄 出力例
🛠️ 開発
ビルド
開発モード
🤝 コントリビューション
プルリクエストやイシューは大歓迎です!以下の手順で貢献できます:
- このリポジトリをフォーク
- 新しいブランチを作成 (
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]
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
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.
- 📝 Overview
- ✨ Features
- 🚀 Installation
- 💡 How to use
- 📄 Output example
- 🛠️ Development
- 🤝 Contributions
- 📜 License
- 👥 Author
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1364,765TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Large Language Models to interact with Git repositories through a robust API, supporting operations like repository initialization, cloning, file staging, committing, and branch management.Last updated -211,062106TypeScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol server that generates prompts based on Git repository content, including a command to generate PR descriptions from diffs.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Git repositories, providing tools to read, search, and manipulate Git repositories through commands like status, diff, commit, and branch management.Last updated -12PythonMIT License