@@ -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 `
189194Tools for managing wiki pages.
0 commit comments