@azure/mcp 0.0.10 → 0.0.11
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -95,7 +95,7 @@ The Azure MCP Server requires Node.js to install and run the server. If you don'
|
|
|
95
95
|
|
|
96
96
|
### VS Code + GitHub Copilot
|
|
97
97
|
|
|
98
|
-
The Azure MCP Server provides Azure
|
|
98
|
+
The Azure MCP Server provides Azure SDK and Azure CLI developer tools. It can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code. If you're interested in broad developer support across a variety of Azure development scenarios not included in the Azure MCP Server, such as searching documentation on Microsoft Learn, we recommend this extension as well.
|
|
99
99
|
|
|
100
100
|
### Prerequisites
|
|
101
101
|
1. Install either the stable or Insiders release of VS Code:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"arm64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-darwin-x64": "0.0.
|
|
37
|
-
"@azure/mcp-darwin-arm64": "0.0.
|
|
38
|
-
"@azure/mcp-win32-x64": "0.0.
|
|
39
|
-
"@azure/mcp-linux-x64": "0.0.
|
|
40
|
-
"@azure/mcp-win32-arm64": "0.0.
|
|
36
|
+
"@azure/mcp-darwin-x64": "0.0.11",
|
|
37
|
+
"@azure/mcp-darwin-arm64": "0.0.11",
|
|
38
|
+
"@azure/mcp-win32-x64": "0.0.11",
|
|
39
|
+
"@azure/mcp-linux-x64": "0.0.11",
|
|
40
|
+
"@azure/mcp-win32-arm64": "0.0.11"
|
|
41
41
|
}
|
|
42
42
|
}
|