@azure/mcp-win32-arm64 0.1.2 → 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.
package/README.md CHANGED
@@ -152,18 +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
- #### Getting Started Video
155
+ #### ▶️ Getting Started Video
156
156
 
157
157
  Here's a short (16 seconds) video to help you get the Azure MCP Server installed in VS Code.
158
158
 
159
159
  https://github.com/user-attachments/assets/535f393c-0ed2-479d-9b24-5ca933293c92
160
160
 
161
- #### ✨ One-Click Install
161
+ #### ✨ Quick install with VS Code
162
162
 
163
163
  Click one of these buttons to install the Azure MCP Server for VS Code or VS Code Insiders.
164
164
 
165
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)
166
166
 
167
+ You might get prompted to open the link with VS Code and then select "Install Server".
168
+
167
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).
168
170
 
169
171
  #### 🔧 Manual Install
@@ -187,7 +189,7 @@ For a step-by-step installation, follow these instructions:
187
189
  }
188
190
  ```
189
191
 
190
- #### Docker Install
192
+ #### 🐋 Docker Install
191
193
 
192
194
  For a step-by-step installation, follow these instructions:
193
195
  1. Clone repository
@@ -250,7 +252,7 @@ You can easily configure your MCP client to use the Azure MCP Server. Have your
250
252
 
251
253
  ### Using standard IO
252
254
 
253
- 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).
254
256
 
255
257
  ### Using SSE
256
258
 
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/win-arm64": {
10
- "azmcp/0.1.2": {
10
+ "azmcp/0.2.0": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.46.1",
13
13
  "Azure.Data.AppConfiguration": "1.6.1",
@@ -2958,7 +2958,7 @@
2958
2958
  }
2959
2959
  },
2960
2960
  "libraries": {
2961
- "azmcp/0.1.2": {
2961
+ "azmcp/0.2.0": {
2962
2962
  "type": "project",
2963
2963
  "serviceable": false,
2964
2964
  "sha512": ""
package/dist/azmcp.dll CHANGED
Binary file
package/dist/azmcp.exe CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-arm64",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on arm64",
5
5
  "author": "Microsoft Corporation",
6
6
  "homepage": "https://github.com/Azure/azure-mcp#readme",