@azure/mcp 0.1.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +11 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -152,12 +152,20 @@ The Azure MCP Server provides Azure SDK and Azure CLI developer tools. It can be
152
152
 
153
153
  ### Installation
154
154
 
155
- #### One-Click Install
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
+
161
+ #### ✨ Quick install with VS Code
156
162
 
157
163
  Click one of these buttons to install the Azure MCP Server for VS Code or VS Code Insiders.
158
164
 
159
165
  [![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-Install_Azure_MCP_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20MCP%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D) [![Install with NPX in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_Azure_MCP_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20MCP%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D&quality=insiders)
160
166
 
167
+ You might get prompted to open the link with VS Code and then select "Install Server".
168
+
161
169
  Once you've installed the Azure MCP Server, make sure you select GitHub Copilot Agent Mode and refresh the tools list. To learn more about Agent Mode, visit the [VS Code Documentation](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode).
162
170
 
163
171
  #### 🔧 Manual Install
@@ -181,7 +189,7 @@ For a step-by-step installation, follow these instructions:
181
189
  }
182
190
  ```
183
191
 
184
- #### Docker Install
192
+ #### 🐋 Docker Install
185
193
 
186
194
  For a step-by-step installation, follow these instructions:
187
195
  1. Clone repository
@@ -244,7 +252,7 @@ You can easily configure your MCP client to use the Azure MCP Server. Have your
244
252
 
245
253
  ### Using standard IO
246
254
 
247
- Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [One-Click Install](#-one-click-install) or [Manual Install](#-manual-install).
255
+ Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [Quick install with VS Code](#-quick-install-with-vs-code) or [Manual Install](#-manual-install).
248
256
 
249
257
  ### Using SSE
250
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
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.1",
37
- "@azure/mcp-linux-arm64": "0.1.1",
38
- "@azure/mcp-darwin-arm64": "0.1.1",
39
- "@azure/mcp-win32-x64": "0.1.1",
40
- "@azure/mcp-linux-x64": "0.1.1",
41
- "@azure/mcp-win32-arm64": "0.1.1"
36
+ "@azure/mcp-darwin-x64": "0.2.0",
37
+ "@azure/mcp-linux-arm64": "0.2.0",
38
+ "@azure/mcp-darwin-arm64": "0.2.0",
39
+ "@azure/mcp-win32-x64": "0.2.0",
40
+ "@azure/mcp-linux-x64": "0.2.0",
41
+ "@azure/mcp-win32-arm64": "0.2.0"
42
42
  }
43
43
  }