Skip to content

Commit 0ca6d50

Browse files
committed
docs(readme): add version milestone tool to project tool list.
1 parent 57e9d76 commit 0ca6d50

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Backlog API とやり取りするための Model Context Protocol(MCP)サー
1212

1313
- プロジェクトツール(作成、読み取り、更新、削除)
1414
- 課題とコメントの追跡(作成、更新、削除、一覧表示)
15+
- 発生バージョン/マイルストーンの管理(作成、読み取り、更新、削除)
1516
- Wikiページサポート
1617
- Gitリポジトリとプルリクエストツール
1718
- 通知ツール
@@ -105,7 +106,7 @@ docker pull ghcr.io/nulab/backlog-mcp-server:latest
105106
|-----------------|--------------------------------------------------------------------------------------|
106107
| `space` | Backlogスペース設定と一般情報を管理するためのツール |
107108
| `project` | プロジェクト、カテゴリ、カスタムフィールド、課題タイプを管理するためのツール |
108-
| `issue` | 課題とそのコメントを管理するためのツール |
109+
| `issue` | 課題とそのコメント、発生バージョン/マイルストーンを管理するためのツール |
109110
| `wiki` | Wikiページを管理するためのツール |
110111
| `git` | Gitリポジトリとプルリクエストを管理するためのツール |
111112
| `notifications` | ユーザー通知を管理するためのツール |

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A Model Context Protocol (MCP) server for interacting with the Backlog API. This
1212

1313
- Project tools (create, read, update, delete)
1414
- Issue tracking and comments (create, update, delete, list)
15+
- Version/Milestone management (create, read, update, delete)
1516
- Wiki page support
1617
- Git repository and pull request tools
1718
- Notification tools
@@ -105,7 +106,7 @@ The following toolsets are available (enabled by default when `"all"` is used):
105106
|-----------------|--------------------------------------------------------------------------------------|
106107
| `space` | Tools for managing Backlog space settings and general information |
107108
| `project` | Tools for managing projects, categories, custom fields, and issue types |
108-
| `issue` | Tools for managing issues and their comments |
109+
| `issue` | Tools for managing issues and their comments, version milestones |
109110
| `wiki` | Tools for managing wiki pages |
110111
| `git` | Tools for managing Git repositories and pull requests |
111112
| `notifications` | Tools for managing user notifications |
@@ -184,6 +185,10 @@ Tools for managing issues, their comments, and related items like priorities, ca
184185
- `get_resolutions`: Returns list of issue resolutions.
185186
- `get_watching_list_items`: Returns list of watching items for a user.
186187
- `get_watching_list_count`: Returns count of watching items for a user.
188+
- `get_version_milestone_list`: Returns list of version milestones for a project.
189+
- `add_version_milestone`: Creates a new version milestone for a project.
190+
- `update_version_milestone`: Updates an existing version milestone.
191+
- `delete_version_milestone`: Deletes a version milestone.
187192

188193
### Toolset: `wiki`
189194
Tools for managing wiki pages.

0 commit comments

Comments
 (0)