Skip to content

Commit f42b520

Browse files
nikolapeja6Novaes
andauthored
2.4.0 (#835)
v2.4.0 ## GitHub issue number ## **Associated Risks** _Replace_ by possible risks this pull request can bring you might have thought of ## ✅ **PR Checklist** - [ ] **I have read the [contribution guidelines](https://github.com/microsoft/azure-devops-mcp/blob/main/CONTRIBUTING.md)** - [ ] **I have read the [code of conduct guidelines](https://github.com/microsoft/azure-devops-mcp/blob/main/CODE_OF_CONDUCT.md)** - [ ] Title of the pull request is clear and informative. - [ ] 👌 Code hygiene - [ ] 🔭 Telemetry added, updated, or N/A - [ ] 📄 Documentation added, updated, or N/A - [ ] 🛡️ Automated tests added, or N/A ## 🧪 **How did you test it?** _Replace_ with use cases tested and models used --------- Co-authored-by: Marcelo Pereira Novaes <mnovaes@microsoft.com>
1 parent c978428 commit f42b520

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-devops/mcp",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"mcpName": "microsoft.com/azure-devops",
55
"description": "MCP server for interacting with Azure DevOps",
66
"license": "MIT",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "com.microsoft/azure-devops",
44
"description": "The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.",
5-
"version": "2.3.0",
5+
"version": "2.4.0",
66
"title": "Azure DevOps",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "@microsoft/azure-devops",
11-
"version": "2.3.0",
11+
"version": "2.4.0",
1212
"transport": {
1313
"type": "stdio"
1414
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = "2.3.0";
1+
export const packageVersion = "2.4.0";

0 commit comments

Comments
 (0)