Todo
MCP server allows agents to break tasks down and execute them sequentially.
Directory
MCP server allows agents to break tasks down and execute them sequentially.
# MCP Server for Jira Jira API と連携するためのMCPサーバー ## 機能 - Jira課題の検索 - 課題の詳細情報取得 - 課題の作成 - 課題の更新 - コメントの追加 - 課題ステータスの移行(ワークフロー) ## インストール ```bash # 依存関係のインストール npm…