@azure/mcp 0.1.1 → 0.1.2
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 +6 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -152,6 +152,12 @@ The Azure MCP Server provides Azure SDK and Azure CLI developer tools. It can be
|
|
|
152
152
|
|
|
153
153
|
### Installation
|
|
154
154
|
|
|
155
|
+
#### Getting Started Video
|
|
156
|
+
|
|
157
|
+
Here's a short (16 seconds) video to help you get the Azure MCP Server installed in VS Code.
|
|
158
|
+
|
|
159
|
+
https://github.com/user-attachments/assets/535f393c-0ed2-479d-9b24-5ca933293c92
|
|
160
|
+
|
|
155
161
|
#### ✨ One-Click Install
|
|
156
162
|
|
|
157
163
|
Click one of these buttons to install the Azure MCP Server for VS Code or VS Code Insiders.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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,11 +33,11 @@
|
|
|
33
33
|
"arm64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-darwin-x64": "0.1.
|
|
37
|
-
"@azure/mcp-linux-arm64": "0.1.
|
|
38
|
-
"@azure/mcp-darwin-arm64": "0.1.
|
|
39
|
-
"@azure/mcp-win32-x64": "0.1.
|
|
40
|
-
"@azure/mcp-linux-x64": "0.1.
|
|
41
|
-
"@azure/mcp-win32-arm64": "0.1.
|
|
36
|
+
"@azure/mcp-darwin-x64": "0.1.2",
|
|
37
|
+
"@azure/mcp-linux-arm64": "0.1.2",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.1.2",
|
|
39
|
+
"@azure/mcp-win32-x64": "0.1.2",
|
|
40
|
+
"@azure/mcp-linux-x64": "0.1.2",
|
|
41
|
+
"@azure/mcp-win32-arm64": "0.1.2"
|
|
42
42
|
}
|
|
43
43
|
}
|