@azure/mcp-win32-arm64 0.0.20 โ†’ 0.1.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
@@ -7,6 +7,15 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
7
7
 
8
8
  > Please note that this project is in Public Preview and implementation may significantly change prior to our General Availability.
9
9
 
10
+ ## ๐Ÿ“‘ Table of contents
11
+ 1. [๐ŸŽฏ Overview](#-overview)
12
+ 2. [๐Ÿ› ๏ธ Currently Supported Tools](#%EF%B8%8F-currently-supported-tools)
13
+ 3. [๐Ÿ”Œ Installation & Getting Started](#-getting-started)
14
+ 4. [๐Ÿงช Using Azure MCP Server](#-test-the-azure-mcp-server)
15
+ 5. [๐Ÿ“ Troubleshooting Issues](#-troubleshooting)
16
+ 6. [๐Ÿ‘ฅ Contributing to Azure MCP Server](#-contributing)
17
+
18
+
10
19
  ## ๐ŸŽฏ Overview
11
20
 
12
21
  ### โœจ What can you do with the Azure MCP Server?
@@ -82,11 +91,14 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
82
91
  - List and query Storage tables
83
92
  - Get container properties and metadata
84
93
 
85
- ### ๐Ÿ“ˆ Azure Monitor (Log Analytics)
94
+ ### ๐Ÿ“ˆ Azure Monitor
95
+ #### Log Analytics
86
96
  - List Log Analytics workspaces
87
97
  - Query logs using KQL
88
98
  - List available tables
89
- - Configure monitoring options
99
+
100
+ #### Health Models
101
+ - Get health of an entity
90
102
 
91
103
  ### โš™๏ธ Azure App Configuration
92
104
  - List App Configuration stores
@@ -99,10 +111,8 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
99
111
 
100
112
  ### ๐Ÿ“ฆ Azure Resource Groups
101
113
  - List resource groups
102
- - Resource group management operations
103
114
 
104
115
  ### ๐ŸšŒ Azure Service Bus
105
- - Peek at messages from subscriptions and queues
106
116
  - Examine properties and runtime information about queues, topics, and subscriptions
107
117
 
108
118
  ### ๐Ÿ”ง Azure CLI Extension
@@ -116,12 +126,13 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
116
126
  - Support for template discovery, template initialization, provisioning and deployment
117
127
  - Cross-platform compatibility
118
128
 
129
+ Agents and models can discover and learn best practices and usage guidelines for the `azd` MCP tool. For more information, see [AZD Best Practices](https://github.com/Azure/azure-mcp/tree/main/src/Resources/azd-best-practices.txt).
130
+
119
131
  ### ๐Ÿ›ก๏ธ Azure Best Practices
120
132
  - Get secure, production-grade Azure SDK best practices for effective code generation.
121
133
 
122
134
  For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
123
135
 
124
-
125
136
  ## ๐Ÿ”Œ Getting Started
126
137
 
127
138
  The Azure MCP Server requires Node.js to install and run the server. If you don't have it installed, follow the instructions [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
@@ -202,6 +213,24 @@ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
202
213
 
203
214
  Optionally, customers can use `--env` or `--volume` to pass authentication values.
204
215
 
216
+ ### ๐Ÿ”„๏ธ Updates
217
+
218
+ #### NPX
219
+
220
+ If you use the default package spec of `@azure/mcp@latest`, npx will look for a new version on each server start. If you use just `@azure/mcp`, npx will continue to use its cached version until its cache is cleared.
221
+
222
+ #### NPM
223
+
224
+ If you globally install the cli via `npm install -g @azure/mcp` it will use the installed version until you manually update it with `npm update -g @azure/mcp`.
225
+
226
+ #### Docker
227
+
228
+ There is no version update built into the docker image. To update, just pull the latest from the repo and repeat the [docker installation instructions](#docker-install).
229
+
230
+ #### VS Code
231
+
232
+ Installation in VS Code should be in one of the previous forms and the update instructions are the same. If you installed the mcp server with the `npx` command and `-y @azure/mcp@latest` args, npx will check for package updates each time VS Code starts the server. Using a docker container in VS Code has the same no-update limitation described above.
233
+
205
234
  ## ๐Ÿงช Test the Azure MCP Server
206
235
 
207
236
  1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
@@ -215,7 +244,7 @@ You can easily configure your MCP client to use the Azure MCP Server. Have your
215
244
 
216
245
  ### Using standard IO
217
246
 
218
- Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using VS Code, follow instructions in [One-Click Install](#-one-click-install) or [Manual Install](#-manual-install).
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).
219
248
 
220
249
  ### Using SSE
221
250
 
@@ -289,5 +318,5 @@ This project has adopted the
289
318
  [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
290
319
  For more information, see the
291
320
  [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
292
- or contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
321
+ or contact [open@microsoft.com](mailto:open@microsoft.com)
293
322
  with any additional questions or comments.
Binary file
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/win-arm64": {
10
- "azmcp/0.0.20": {
10
+ "azmcp/0.1.0": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.45.0",
13
13
  "Azure.Data.AppConfiguration": "1.6.0",
@@ -22,6 +22,8 @@
22
22
  "Azure.ResourceManager.Kusto": "1.1.0",
23
23
  "Azure.ResourceManager.OperationalInsights": "1.2.2",
24
24
  "Azure.ResourceManager.PostgreSql": "1.2.0",
25
+ "Azure.ResourceManager.Redis": "1.5.0",
26
+ "Azure.ResourceManager.RedisEnterprise": "1.1.0",
25
27
  "Azure.ResourceManager.Search": "1.2.3",
26
28
  "Azure.ResourceManager.Storage": "1.4.0",
27
29
  "Azure.Search.Documents": "11.7.0-beta.3",
@@ -35,8 +37,8 @@
35
37
  "Microsoft.Extensions.Hosting": "9.0.4",
36
38
  "Microsoft.Identity.Client.Broker": "4.67.2",
37
39
  "Microsoft.NET.ILLink.Tasks": "9.0.1",
38
- "ModelContextProtocol": "0.1.0-preview.13",
39
- "ModelContextProtocol.AspNetCore": "0.1.0-preview.13",
40
+ "ModelContextProtocol": "0.2.0-preview.1",
41
+ "ModelContextProtocol.AspNetCore": "0.2.0-preview.1",
40
42
  "Newtonsoft.Json": "13.0.3",
41
43
  "Npgsql": "9.0.3",
42
44
  "OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.11.2",
@@ -1437,6 +1439,34 @@
1437
1439
  }
1438
1440
  }
1439
1441
  },
1442
+ "Azure.ResourceManager.Redis/1.5.0": {
1443
+ "dependencies": {
1444
+ "Azure.Core": "1.45.0",
1445
+ "Azure.ResourceManager": "1.13.0",
1446
+ "System.ClientModel": "1.4.0-beta.1",
1447
+ "System.Text.Json": "6.0.10"
1448
+ },
1449
+ "runtime": {
1450
+ "lib/net8.0/Azure.ResourceManager.Redis.dll": {
1451
+ "assemblyVersion": "1.5.0.0",
1452
+ "fileVersion": "1.500.24.61902"
1453
+ }
1454
+ }
1455
+ },
1456
+ "Azure.ResourceManager.RedisEnterprise/1.1.0": {
1457
+ "dependencies": {
1458
+ "Azure.Core": "1.45.0",
1459
+ "Azure.ResourceManager": "1.13.0",
1460
+ "System.ClientModel": "1.4.0-beta.1",
1461
+ "System.Text.Json": "6.0.10"
1462
+ },
1463
+ "runtime": {
1464
+ "lib/netstandard2.0/Azure.ResourceManager.RedisEnterprise.dll": {
1465
+ "assemblyVersion": "1.1.0.0",
1466
+ "fileVersion": "1.100.24.12001"
1467
+ }
1468
+ }
1469
+ },
1440
1470
  "Azure.ResourceManager.Search/1.2.3": {
1441
1471
  "dependencies": {
1442
1472
  "Azure.Core": "1.45.0",
@@ -1620,11 +1650,11 @@
1620
1650
  }
1621
1651
  },
1622
1652
  "Microsoft.CSharp/4.5.0": {},
1623
- "Microsoft.Extensions.AI.Abstractions/9.4.4-preview.1.25259.16": {
1653
+ "Microsoft.Extensions.AI.Abstractions/9.5.0": {
1624
1654
  "runtime": {
1625
1655
  "lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
1626
- "assemblyVersion": "9.4.0.0",
1627
- "fileVersion": "9.400.425.25916"
1656
+ "assemblyVersion": "9.5.0.0",
1657
+ "fileVersion": "9.500.25.26507"
1628
1658
  }
1629
1659
  }
1630
1660
  },
@@ -2114,28 +2144,28 @@
2114
2144
  }
2115
2145
  }
2116
2146
  },
2117
- "ModelContextProtocol/0.1.0-preview.13": {
2147
+ "ModelContextProtocol/0.2.0-preview.1": {
2118
2148
  "dependencies": {
2119
- "Microsoft.Extensions.AI.Abstractions": "9.4.4-preview.1.25259.16",
2149
+ "Microsoft.Extensions.AI.Abstractions": "9.5.0",
2120
2150
  "Microsoft.Extensions.Hosting.Abstractions": "9.0.4",
2121
2151
  "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2122
2152
  "System.Net.ServerSentEvents": "10.0.0-preview.3.25171.5"
2123
2153
  },
2124
2154
  "runtime": {
2125
2155
  "lib/net9.0/ModelContextProtocol.dll": {
2126
- "assemblyVersion": "0.1.0.0",
2127
- "fileVersion": "0.1.0.0"
2156
+ "assemblyVersion": "0.2.0.0",
2157
+ "fileVersion": "0.2.0.0"
2128
2158
  }
2129
2159
  }
2130
2160
  },
2131
- "ModelContextProtocol.AspNetCore/0.1.0-preview.13": {
2161
+ "ModelContextProtocol.AspNetCore/0.2.0-preview.1": {
2132
2162
  "dependencies": {
2133
- "ModelContextProtocol": "0.1.0-preview.13"
2163
+ "ModelContextProtocol": "0.2.0-preview.1"
2134
2164
  },
2135
2165
  "runtime": {
2136
2166
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
2137
- "assemblyVersion": "0.1.0.0",
2138
- "fileVersion": "0.1.0.0"
2167
+ "assemblyVersion": "0.2.0.0",
2168
+ "fileVersion": "0.2.0.0"
2139
2169
  }
2140
2170
  }
2141
2171
  },
@@ -2926,7 +2956,7 @@
2926
2956
  }
2927
2957
  },
2928
2958
  "libraries": {
2929
- "azmcp/0.0.20": {
2959
+ "azmcp/0.1.0": {
2930
2960
  "type": "project",
2931
2961
  "serviceable": false,
2932
2962
  "sha512": ""
@@ -3053,6 +3083,20 @@
3053
3083
  "path": "azure.resourcemanager.postgresql/1.2.0",
3054
3084
  "hashPath": "azure.resourcemanager.postgresql.1.2.0.nupkg.sha512"
3055
3085
  },
3086
+ "Azure.ResourceManager.Redis/1.5.0": {
3087
+ "type": "package",
3088
+ "serviceable": true,
3089
+ "sha512": "sha512-zvwcOWaASjleDQ9xK/HrVOus4NJ243p4yCyHzzukU626/yqzfb3S5rzUqaJWp7NXHQzH2jD5Dp6jFRodQd2hEw==",
3090
+ "path": "azure.resourcemanager.redis/1.5.0",
3091
+ "hashPath": "azure.resourcemanager.redis.1.5.0.nupkg.sha512"
3092
+ },
3093
+ "Azure.ResourceManager.RedisEnterprise/1.1.0": {
3094
+ "type": "package",
3095
+ "serviceable": true,
3096
+ "sha512": "sha512-76+QeRRMqFCVB9ssyuAPPOWvHwRessc5Wy5pesYfEEwYkoq1BSCgTBnjz0TNlOojS9+XBqz9BMJ6QBk9eRr7TA==",
3097
+ "path": "azure.resourcemanager.redisenterprise/1.1.0",
3098
+ "hashPath": "azure.resourcemanager.redisenterprise.1.1.0.nupkg.sha512"
3099
+ },
3056
3100
  "Azure.ResourceManager.Search/1.2.3": {
3057
3101
  "type": "package",
3058
3102
  "serviceable": true,
@@ -3151,12 +3195,12 @@
3151
3195
  "path": "microsoft.csharp/4.5.0",
3152
3196
  "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
3153
3197
  },
3154
- "Microsoft.Extensions.AI.Abstractions/9.4.4-preview.1.25259.16": {
3198
+ "Microsoft.Extensions.AI.Abstractions/9.5.0": {
3155
3199
  "type": "package",
3156
3200
  "serviceable": true,
3157
- "sha512": "sha512-GD1O+Fe7aJ8Kj/vqg3NAQYvbzSczxub72qrP3v4P+40oAcrIq/O1//fIsQSDX/a815pUS3C86FnpujZ7+VFUtw==",
3158
- "path": "microsoft.extensions.ai.abstractions/9.4.4-preview.1.25259.16",
3159
- "hashPath": "microsoft.extensions.ai.abstractions.9.4.4-preview.1.25259.16.nupkg.sha512"
3201
+ "sha512": "sha512-Y46j1S4zOPtLAHCUzhHIm1IhCMr7764754bLYupyc1JZcvLNXjUk+VC7H3Bou20S2hHgDJnfox7X/H/3BYEvzA==",
3202
+ "path": "microsoft.extensions.ai.abstractions/9.5.0",
3203
+ "hashPath": "microsoft.extensions.ai.abstractions.9.5.0.nupkg.sha512"
3160
3204
  },
3161
3205
  "Microsoft.Extensions.Azure/1.11.0": {
3162
3206
  "type": "package",
@@ -3445,19 +3489,19 @@
3445
3489
  "path": "microsoft.win32.systemevents/6.0.0",
3446
3490
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3447
3491
  },
3448
- "ModelContextProtocol/0.1.0-preview.13": {
3492
+ "ModelContextProtocol/0.2.0-preview.1": {
3449
3493
  "type": "package",
3450
3494
  "serviceable": true,
3451
- "sha512": "sha512-FaqbPSHLakH6lYdKI9k7cb6VVnhFNFW+a9hqS/akTy9i2lvMojDcP8FQRwQVQSvZPNjaptRhues5jzi701t2LQ==",
3452
- "path": "modelcontextprotocol/0.1.0-preview.13",
3453
- "hashPath": "modelcontextprotocol.0.1.0-preview.13.nupkg.sha512"
3495
+ "sha512": "sha512-voRPfoyqhtuEJrTl9MsvumwSFbaHmdn318aSaa/FM7sjH0Wk1XDYRtnKxAdaI30MyyMZWfSIwxqY+PdpTdyK1Q==",
3496
+ "path": "modelcontextprotocol/0.2.0-preview.1",
3497
+ "hashPath": "modelcontextprotocol.0.2.0-preview.1.nupkg.sha512"
3454
3498
  },
3455
- "ModelContextProtocol.AspNetCore/0.1.0-preview.13": {
3499
+ "ModelContextProtocol.AspNetCore/0.2.0-preview.1": {
3456
3500
  "type": "package",
3457
3501
  "serviceable": true,
3458
- "sha512": "sha512-NYpmaVWKnIYc5mHFO9/Gfn3/vZ1hw5ve44Zon3Q4HOTPm3Ib23xm2Vm6GRCp8nUnXYES7Jcgc6FOovzf950YFw==",
3459
- "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.13",
3460
- "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.13.nupkg.sha512"
3502
+ "sha512": "sha512-8i0KSuz2etfShSCurSAzZX6YrzCs8Fo+3KVviedI/+kMmYPme20Ld2iAjmZ9ASSVln7naidnyDu9l9cmm50Tkw==",
3503
+ "path": "modelcontextprotocol.aspnetcore/0.2.0-preview.1",
3504
+ "hashPath": "modelcontextprotocol.aspnetcore.0.2.0-preview.1.nupkg.sha512"
3461
3505
  },
3462
3506
  "Newtonsoft.Json/13.0.3": {
3463
3507
  "type": "package",
package/dist/azmcp.dll CHANGED
Binary file
package/dist/azmcp.exe CHANGED
Binary file
Binary file
package/index.js CHANGED
@@ -14,7 +14,7 @@ const isDebugMode = process.env.DEBUG && (
14
14
  // Helper function for debug logging
15
15
  function debugLog(...args) {
16
16
  if (isDebugMode) {
17
- console.log(...args)
17
+ console.error(...args)
18
18
  }
19
19
  }
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-arm64",
3
- "version": "0.0.20",
3
+ "version": "0.1.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",