@azure-devops/mcp 2.8.1-nightly.20260728 → 2.9.0
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 +2 -7
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# ⭐ Azure DevOps MCP Server
|
|
2
2
|
|
|
3
3
|
> [!IMPORTANT]
|
|
4
|
-
>
|
|
4
|
+
> We recommend using the [Remote MCP Server](https://learn.microsoft.com/en-us/azure/devops/mcp-server/remote-mcp-server) instead of this local server. It requires no installation and gets new features first.
|
|
5
5
|
>
|
|
6
6
|
> [Learn more](#-remote-mcp-server-recommended)
|
|
7
7
|
|
|
@@ -44,7 +44,7 @@ The Azure DevOps MCP Server is built around tools that are concise, simple, focu
|
|
|
44
44
|
|
|
45
45
|
## 🚀 Remote MCP Server (Recommended)
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
For complete instructions, see the [Remote MCP Server onboarding documentation](https://learn.microsoft.com/en-us/azure/devops/mcp-server/remote-mcp-server?view=azure-devops).
|
|
48
48
|
|
|
49
49
|
Over time, the Remote MCP Server will replace this local MCP Server. We will continue to support the local server for now, but future investments will primarily focus on the remote experience.
|
|
50
50
|
|
|
@@ -52,11 +52,6 @@ We encourage all users of the local MCP Server to begin migrating to the Remote
|
|
|
52
52
|
|
|
53
53
|
If you encounter issues with tools, need support, or have a feature request, you can report an issue using the [Remote MCP Server issue template](https://github.com/microsoft/azure-devops-mcp/issues/new?template=remote-mcp-server-issue.md). During the preview period, we will track Remote MCP Server issues through this repository.
|
|
54
54
|
|
|
55
|
-
> [!WARNING]
|
|
56
|
-
> Internal Microsoft users of the Remote MCP Server should **not** create issues in this repository. Please use the dedicated Teams channel instead.
|
|
57
|
-
|
|
58
|
-
For complete instructions, see the [Remote MCP Server onboarding documentation](https://learn.microsoft.com/en-us/azure/devops/mcp-server/remote-mcp-server?view=azure-devops).
|
|
59
|
-
|
|
60
55
|
### Quick start with `.vscode/mcp.json`
|
|
61
56
|
|
|
62
57
|
Use this configuration to connect directly to the Azure DevOps-hosted endpoint using streamable HTTP transport:
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = "2.
|
|
1
|
+
export const packageVersion = "2.9.0";
|