feat(redmine): MCP→redmine-cli移行+複数プロファイル対応#5
Merged
Conversation
266f463 to
9aa12e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
redmine-api-mcp) から Go 製 CLI (redmine-cli) に完全移行--profileフラグによる複数 Redmine サーバーの横断操作に対応config(プロファイル管理)、search(チケット検索・閲覧)、analyze(状況分析)Changes
.mcp.jsonを削除し、MCP 依存を完全除去plugin.jsonを v2.0.0 に更新(CLI ベース)configスキル新規作成(add / list / set-default / remove)searchスキルを MCP ツール呼び出しからredmine-cliBash 実行に全面書き換えanalyzeスキル新規作成(ステータス別集計、担当者負荷、期限切れ警告、優先度分布)Test plan
redmine-cli config addでプロファイル追加が動作するredmine:configスキルで対話的にプロファイル管理ができるredmine:searchスキルでプロファイル選択 → プロジェクト選択 → チケット検索ができるredmine:analyzeスキルでプロジェクト状況の分析ができる