@azure/mcp-darwin-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
package/dist/azmcp CHANGED
Binary file
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/osx-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",
@@ -1428,6 +1430,34 @@
1428
1430
  }
1429
1431
  }
1430
1432
  },
1433
+ "Azure.ResourceManager.Redis/1.5.0": {
1434
+ "dependencies": {
1435
+ "Azure.Core": "1.45.0",
1436
+ "Azure.ResourceManager": "1.13.0",
1437
+ "System.ClientModel": "1.4.0-beta.1",
1438
+ "System.Text.Json": "6.0.10"
1439
+ },
1440
+ "runtime": {
1441
+ "lib/net8.0/Azure.ResourceManager.Redis.dll": {
1442
+ "assemblyVersion": "1.5.0.0",
1443
+ "fileVersion": "1.500.24.61902"
1444
+ }
1445
+ }
1446
+ },
1447
+ "Azure.ResourceManager.RedisEnterprise/1.1.0": {
1448
+ "dependencies": {
1449
+ "Azure.Core": "1.45.0",
1450
+ "Azure.ResourceManager": "1.13.0",
1451
+ "System.ClientModel": "1.4.0-beta.1",
1452
+ "System.Text.Json": "6.0.10"
1453
+ },
1454
+ "runtime": {
1455
+ "lib/netstandard2.0/Azure.ResourceManager.RedisEnterprise.dll": {
1456
+ "assemblyVersion": "1.1.0.0",
1457
+ "fileVersion": "1.100.24.12001"
1458
+ }
1459
+ }
1460
+ },
1431
1461
  "Azure.ResourceManager.Search/1.2.3": {
1432
1462
  "dependencies": {
1433
1463
  "Azure.Core": "1.45.0",
@@ -1611,11 +1641,11 @@
1611
1641
  }
1612
1642
  },
1613
1643
  "Microsoft.CSharp/4.5.0": {},
1614
- "Microsoft.Extensions.AI.Abstractions/9.4.4-preview.1.25259.16": {
1644
+ "Microsoft.Extensions.AI.Abstractions/9.5.0": {
1615
1645
  "runtime": {
1616
1646
  "lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
1617
- "assemblyVersion": "9.4.0.0",
1618
- "fileVersion": "9.400.425.25916"
1647
+ "assemblyVersion": "9.5.0.0",
1648
+ "fileVersion": "9.500.25.26507"
1619
1649
  }
1620
1650
  }
1621
1651
  },
@@ -2100,28 +2130,28 @@
2100
2130
  }
2101
2131
  }
2102
2132
  },
2103
- "ModelContextProtocol/0.1.0-preview.13": {
2133
+ "ModelContextProtocol/0.2.0-preview.1": {
2104
2134
  "dependencies": {
2105
- "Microsoft.Extensions.AI.Abstractions": "9.4.4-preview.1.25259.16",
2135
+ "Microsoft.Extensions.AI.Abstractions": "9.5.0",
2106
2136
  "Microsoft.Extensions.Hosting.Abstractions": "9.0.4",
2107
2137
  "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2108
2138
  "System.Net.ServerSentEvents": "10.0.0-preview.3.25171.5"
2109
2139
  },
2110
2140
  "runtime": {
2111
2141
  "lib/net9.0/ModelContextProtocol.dll": {
2112
- "assemblyVersion": "0.1.0.0",
2113
- "fileVersion": "0.1.0.0"
2142
+ "assemblyVersion": "0.2.0.0",
2143
+ "fileVersion": "0.2.0.0"
2114
2144
  }
2115
2145
  }
2116
2146
  },
2117
- "ModelContextProtocol.AspNetCore/0.1.0-preview.13": {
2147
+ "ModelContextProtocol.AspNetCore/0.2.0-preview.1": {
2118
2148
  "dependencies": {
2119
- "ModelContextProtocol": "0.1.0-preview.13"
2149
+ "ModelContextProtocol": "0.2.0-preview.1"
2120
2150
  },
2121
2151
  "runtime": {
2122
2152
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
2123
- "assemblyVersion": "0.1.0.0",
2124
- "fileVersion": "0.1.0.0"
2153
+ "assemblyVersion": "0.2.0.0",
2154
+ "fileVersion": "0.2.0.0"
2125
2155
  }
2126
2156
  }
2127
2157
  },
@@ -2918,7 +2948,7 @@
2918
2948
  }
2919
2949
  },
2920
2950
  "libraries": {
2921
- "azmcp/0.0.20": {
2951
+ "azmcp/0.1.0": {
2922
2952
  "type": "project",
2923
2953
  "serviceable": false,
2924
2954
  "sha512": ""
@@ -3045,6 +3075,20 @@
3045
3075
  "path": "azure.resourcemanager.postgresql/1.2.0",
3046
3076
  "hashPath": "azure.resourcemanager.postgresql.1.2.0.nupkg.sha512"
3047
3077
  },
3078
+ "Azure.ResourceManager.Redis/1.5.0": {
3079
+ "type": "package",
3080
+ "serviceable": true,
3081
+ "sha512": "sha512-zvwcOWaASjleDQ9xK/HrVOus4NJ243p4yCyHzzukU626/yqzfb3S5rzUqaJWp7NXHQzH2jD5Dp6jFRodQd2hEw==",
3082
+ "path": "azure.resourcemanager.redis/1.5.0",
3083
+ "hashPath": "azure.resourcemanager.redis.1.5.0.nupkg.sha512"
3084
+ },
3085
+ "Azure.ResourceManager.RedisEnterprise/1.1.0": {
3086
+ "type": "package",
3087
+ "serviceable": true,
3088
+ "sha512": "sha512-76+QeRRMqFCVB9ssyuAPPOWvHwRessc5Wy5pesYfEEwYkoq1BSCgTBnjz0TNlOojS9+XBqz9BMJ6QBk9eRr7TA==",
3089
+ "path": "azure.resourcemanager.redisenterprise/1.1.0",
3090
+ "hashPath": "azure.resourcemanager.redisenterprise.1.1.0.nupkg.sha512"
3091
+ },
3048
3092
  "Azure.ResourceManager.Search/1.2.3": {
3049
3093
  "type": "package",
3050
3094
  "serviceable": true,
@@ -3143,12 +3187,12 @@
3143
3187
  "path": "microsoft.csharp/4.5.0",
3144
3188
  "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
3145
3189
  },
3146
- "Microsoft.Extensions.AI.Abstractions/9.4.4-preview.1.25259.16": {
3190
+ "Microsoft.Extensions.AI.Abstractions/9.5.0": {
3147
3191
  "type": "package",
3148
3192
  "serviceable": true,
3149
- "sha512": "sha512-GD1O+Fe7aJ8Kj/vqg3NAQYvbzSczxub72qrP3v4P+40oAcrIq/O1//fIsQSDX/a815pUS3C86FnpujZ7+VFUtw==",
3150
- "path": "microsoft.extensions.ai.abstractions/9.4.4-preview.1.25259.16",
3151
- "hashPath": "microsoft.extensions.ai.abstractions.9.4.4-preview.1.25259.16.nupkg.sha512"
3193
+ "sha512": "sha512-Y46j1S4zOPtLAHCUzhHIm1IhCMr7764754bLYupyc1JZcvLNXjUk+VC7H3Bou20S2hHgDJnfox7X/H/3BYEvzA==",
3194
+ "path": "microsoft.extensions.ai.abstractions/9.5.0",
3195
+ "hashPath": "microsoft.extensions.ai.abstractions.9.5.0.nupkg.sha512"
3152
3196
  },
3153
3197
  "Microsoft.Extensions.Azure/1.11.0": {
3154
3198
  "type": "package",
@@ -3437,19 +3481,19 @@
3437
3481
  "path": "microsoft.win32.systemevents/6.0.0",
3438
3482
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3439
3483
  },
3440
- "ModelContextProtocol/0.1.0-preview.13": {
3484
+ "ModelContextProtocol/0.2.0-preview.1": {
3441
3485
  "type": "package",
3442
3486
  "serviceable": true,
3443
- "sha512": "sha512-FaqbPSHLakH6lYdKI9k7cb6VVnhFNFW+a9hqS/akTy9i2lvMojDcP8FQRwQVQSvZPNjaptRhues5jzi701t2LQ==",
3444
- "path": "modelcontextprotocol/0.1.0-preview.13",
3445
- "hashPath": "modelcontextprotocol.0.1.0-preview.13.nupkg.sha512"
3487
+ "sha512": "sha512-voRPfoyqhtuEJrTl9MsvumwSFbaHmdn318aSaa/FM7sjH0Wk1XDYRtnKxAdaI30MyyMZWfSIwxqY+PdpTdyK1Q==",
3488
+ "path": "modelcontextprotocol/0.2.0-preview.1",
3489
+ "hashPath": "modelcontextprotocol.0.2.0-preview.1.nupkg.sha512"
3446
3490
  },
3447
- "ModelContextProtocol.AspNetCore/0.1.0-preview.13": {
3491
+ "ModelContextProtocol.AspNetCore/0.2.0-preview.1": {
3448
3492
  "type": "package",
3449
3493
  "serviceable": true,
3450
- "sha512": "sha512-NYpmaVWKnIYc5mHFO9/Gfn3/vZ1hw5ve44Zon3Q4HOTPm3Ib23xm2Vm6GRCp8nUnXYES7Jcgc6FOovzf950YFw==",
3451
- "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.13",
3452
- "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.13.nupkg.sha512"
3494
+ "sha512": "sha512-8i0KSuz2etfShSCurSAzZX6YrzCs8Fo+3KVviedI/+kMmYPme20Ld2iAjmZ9ASSVln7naidnyDu9l9cmm50Tkw==",
3495
+ "path": "modelcontextprotocol.aspnetcore/0.2.0-preview.1",
3496
+ "hashPath": "modelcontextprotocol.aspnetcore.0.2.0-preview.1.nupkg.sha512"
3453
3497
  },
3454
3498
  "Newtonsoft.Json/13.0.3": {
3455
3499
  "type": "package",
package/dist/azmcp.dll CHANGED
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-darwin-arm64",
3
- "version": "0.0.20",
3
+ "version": "0.1.0",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
5
5
  "author": "Microsoft Corporation",
6
6
  "homepage": "https://github.com/Azure/azure-mcp#readme",