@azure-devops/mcp 2.2.2-nightly.20251120 → 2.2.2-nightly.20251121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,113 +42,7 @@ The Azure DevOps MCP Server is built from tools that are concise, simple, focuse
42
42
 
43
43
  ## ⚙️ Supported Tools
44
44
 
45
- Interact with these Azure DevOps services:
46
-
47
- ### 🧿 Core
48
-
49
- - **core_list_project_teams**: Retrieve a list of teams for the specified Azure DevOps project.
50
- - **core_list_projects**: Retrieve a list of projects in your Azure DevOps organization.
51
- - **core_get_identity_ids**: Retrieve Azure DevOps identity IDs for a list of unique names.
52
-
53
- ### ⚒️ Work
54
-
55
- - **work_list_team_iterations**: Retrieve a list of iterations for a specific team in a project.
56
- - **work_list_iterations**: List all iterations in a specified Azure DevOps project.
57
- - **work_create_iterations**: Create new iterations in a specified Azure DevOps project.
58
- - **work_assign_iterations**: Assign existing iterations to a specific team in a project.
59
- - **work_get_team_capacity**: Get the team capacity of a specific team and iteration in a project.
60
- - **work_update_team_capacity**: Update the team capacity of a team member for a specific iteration in a project.
61
- - **work_get_iteration_capacities**: Get an iteration's capacity for all teams in iteration and project.
62
-
63
- ### 📅 Work Items
64
-
65
- - **wit_my_work_items**: Retrieve a list of work items relevant to the authenticated user.
66
- - **wit_list_backlogs**: Retrieve a list of backlogs for a given project and team.
67
- - **wit_list_backlog_work_items**: Retrieve a list of backlogs for a given project, team, and backlog category.
68
- - **wit_get_work_item**: Get a single work item by ID.
69
- - **wit_get_work_items_batch_by_ids**: Retrieve a list of work items by IDs in batch.
70
- - **wit_update_work_item**: Update a work item by ID with specified fields.
71
- - **wit_create_work_item**: Create a new work item in a specified project and work item type.
72
- - **wit_list_work_item_comments**: Retrieve a list of comments for a work item by ID.
73
- - **wit_list_work_item_revisions**: Retrieve a list of revisions for a work item by ID.
74
- - **wit_get_work_items_for_iteration**: Retrieve a list of work items for a specified iteration.
75
- - **wit_add_work_item_comment**: Add a comment to a work item by ID.
76
- - **wit_add_child_work_items**: Create one or more child work items of a specific work item type for the given parent ID.
77
- - **wit_link_work_item_to_pull_request**: Link a single work item to an existing pull request.
78
- - **wit_get_work_item_type**: Get a specific work item type.
79
- - **wit_get_query**: Get a query by its ID or path.
80
- - **wit_get_query_results_by_id**: Retrieve the results of a work item query given the query ID.
81
- - **wit_update_work_items_batch**: Update work items in batch.
82
- - **wit_work_items_link**: Link work items together in batch.
83
- - **wit_work_item_unlink**: Unlink one or many links from a work item.
84
- - **wit_add_artifact_link**: Link to artifacts like branch, pull request, commit, and build.
85
-
86
- ### 📁 Repositories
87
-
88
- - **repo_list_repos_by_project**: Retrieve a list of repositories for a given project.
89
- - **repo_list_pull_requests_by_repo_or_project**: Retrieve a list of pull requests for a given repository or project.
90
- - **repo_list_branches_by_repo**: Retrieve a list of branches for a given repository.
91
- - **repo_list_my_branches_by_repo**: Retrieve a list of your branches for a given repository ID.
92
- - **repo_list_pull_requests_by_commits**: List pull requests associated with commits.
93
- - **repo_list_pull_request_threads**: Retrieve a list of comment threads for a pull request.
94
- - **repo_list_pull_request_thread_comments**: Retrieve a list of comments in a pull request thread.
95
- - **repo_get_repo_by_name_or_id**: Get the repository by project and repository name or ID.
96
- - **repo_get_branch_by_name**: Get a branch by its name.
97
- - **repo_get_pull_request_by_id**: Get a pull request by its ID.
98
- - **repo_create_pull_request**: Create a new pull request.
99
- - **repo_create_branch**: Create a new branch in the repository.
100
- - **repo_update_pull_request**: Update various fields of an existing pull request (title, description, draft status, target branch).
101
- - **repo_update_pull_request_reviewers**: Add or remove reviewers for an existing pull request.
102
- - **repo_reply_to_comment**: Replies to a specific comment on a pull request.
103
- - **repo_resolve_comment**: Resolves a specific comment thread on a pull request.
104
- - **repo_search_commits**: Searches for commits.
105
- - **repo_create_pull_request_thread**: Creates a new comment thread on a pull request.
106
-
107
- ### 🚀 Pipelines
108
-
109
- - **pipelines_get_build_definitions**: Retrieve a list of build definitions for a given project.
110
- - **pipelines_get_build_definition_revisions**: Retrieve a list of revisions for a specific build definition.
111
- - **pipelines_get_builds**: Retrieve a list of builds for a given project.
112
- - **pipelines_get_build_log**: Retrieve the logs for a specific build.
113
- - **pipelines_get_build_log_by_id**: Get a specific build log by log ID.
114
- - **pipelines_get_build_changes**: Get the changes associated with a specific build.
115
- - **pipelines_get_build_status**: Fetch the status of a specific build.
116
- - **pipelines_update_build_stage**: Update the stage of a specific build.
117
- - **pipelines_create_pipeline**: Creates a pipeline definition with YAML configuration for a given project.
118
- - **pipelines_get_run**: Gets a run for a particular pipeline.
119
- - **pipelines_list_runs**: Gets top 10000 runs for a particular pipeline.
120
- - **pipelines_run_pipeline**: Starts a new run of a pipeline.
121
-
122
- ### Advanced Security
123
-
124
- - **advsec_get_alerts**: Retrieve Advanced Security alerts for a repository.
125
- - **advsec_get_alert_details**: Get detailed information about a specific Advanced Security alert.
126
-
127
- ### 🧪 Test Plans
128
-
129
- - **testplan_create_test_plan**: Create a new test plan in the project.
130
- - **testplan_create_test_case**: Create a new test case work item.
131
- - **testplan_update_test_case_steps**: Update an existing test case work item's steps.
132
- - **testplan_add_test_cases_to_suite**: Add existing test cases to a test suite.
133
- - **testplan_list_test_plans**: Retrieve a paginated list of test plans from an Azure DevOps project. Allows filtering for active plans and toggling detailed information.
134
- - **testplan_list_test_cases**: Get a list of test cases in the test plan.
135
- - **testplan_show_test_results_from_build_id**: Get a list of test results for a given project and build ID.
136
- - **testplan_create_test_suite**: Creates a new test suite in a test plan.
137
-
138
- ### 📖 Wiki
139
-
140
- - **wiki_list_wikis**: Retrieve a list of wikis for an organization or project.
141
- - **wiki_get_wiki**: Get the wiki by wikiIdentifier.
142
- - **wiki_list_pages**: Retrieve a list of wiki pages for a specific wiki and project.
143
- - **wiki_get_page**: Retrieve wiki page metadata by path.
144
- - **wiki_get_page_content**: Retrieve wiki page content by wikiIdentifier and path.
145
- - **wiki_create_or_update_page**: Create or update wiki pages with full content support.
146
-
147
- ### 🔎 Search
148
-
149
- - **search_code**: Get code search results for a given search text.
150
- - **search_wiki**: Get wiki search results for a given search text.
151
- - **search_workitem**: Get work item search results for a given search text.
45
+ See [TOOLSET.md](./docs/TOOLSET.md) for a comprehensive list.
152
46
 
153
47
  ## 🔌 Installation & Getting Started
154
48
 
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const packageVersion = "2.2.2-nightly.20251120";
1
+ export const packageVersion = "2.2.2-nightly.20251121";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-devops/mcp",
3
- "version": "2.2.2-nightly.20251120",
3
+ "version": "2.2.2-nightly.20251121",
4
4
  "description": "MCP server for interacting with Azure DevOps",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft Corporation",
@@ -25,7 +25,7 @@
25
25
  "prebuild": "node -p \"'export const packageVersion = ' + JSON.stringify(require('./package.json').version) + ';\\n'\" > src/version.ts && prettier --write src/version.ts",
26
26
  "validate-tools": "tsc --noEmit && node scripts/build-validate-tools.js",
27
27
  "build": "tsc && shx chmod +x dist/*.js",
28
- "prepare": "npm run build",
28
+ "prepare": "npm run build && husky",
29
29
  "watch": "tsc --watch",
30
30
  "inspect": "ALLOWED_ORIGINS=http://127.0.0.1:6274 npx @modelcontextprotocol/inspector node dist/index.js",
31
31
  "start": "node -r tsconfig-paths/register dist/index.js",
@@ -54,13 +54,20 @@
54
54
  "eslint-config-prettier": "10.1.8",
55
55
  "eslint-plugin-header": "^3.1.1",
56
56
  "glob": "^11.0.3",
57
+ "husky": "^9.1.7",
57
58
  "jest": "^30.0.2",
58
59
  "jest-extended": "^7.0.0",
60
+ "lint-staged": "^16.2.7",
59
61
  "prettier": "3.6.2",
60
62
  "shx": "^0.4.0",
61
63
  "ts-jest": "^29.4.0",
62
64
  "tsconfig-paths": "^4.2.0",
63
65
  "typescript": "^5.9.3",
64
66
  "typescript-eslint": "^8.46.4"
67
+ },
68
+ "lint-staged": {
69
+ "**/*.(js|ts|jsx|tsx|json|css|md)": [
70
+ "npm run format"
71
+ ]
65
72
  }
66
73
  }