@azure/mcp-darwin-arm64 0.0.14 โ†’ 0.0.16

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
@@ -3,7 +3,7 @@
3
3
 
4
4
  [![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)
5
5
 
6
- The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and key Azure services like Azure Storage, Cosmos DB, and more.
6
+ The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and key Azure services like Azure Storage, Cosmos DB, and more.
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
 
@@ -101,6 +101,10 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
101
101
  - List resource groups
102
102
  - Resource group management operations
103
103
 
104
+ ### ๐ŸšŒ Azure Service Bus
105
+ - Peek at messages from subscriptions and queues
106
+ - Examine properties and runtime information about queues, topics, and subscriptions
107
+
104
108
  ### ๐Ÿ”ง Azure CLI Extension
105
109
  - Execute Azure CLI commands directly
106
110
  - Support for all Azure CLI functionality
@@ -112,7 +116,7 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
112
116
  - Support for template discovery, template initialization, provisioning and deployment
113
117
  - Cross-platform compatibility
114
118
 
115
- For detailed command documentation and examples, see [Azure MCP Commands](docs/azmcp-commands.md).
119
+ For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
116
120
 
117
121
  ## ๐Ÿ”Œ Getting Started
118
122
 
@@ -127,7 +131,9 @@ The Azure MCP Server provides Azure SDK and Azure CLI developer tools. It can be
127
131
  * [๐Ÿ’ซ Stable release](https://code.visualstudio.com/download)
128
132
  * [๐Ÿ”ฎ Insiders release](https://code.visualstudio.com/insiders)
129
133
  2. Install the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) and [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extensions
130
- 3. Open VS Code in an empty folder
134
+ 3. Install [Node.js](https://nodejs.org/en/download) 20 or later
135
+ * Ensure `node` and `npm` are in your path
136
+ 4. Open VS Code in an empty folder
131
137
 
132
138
  ### Installation
133
139
 
@@ -160,6 +166,38 @@ For a step-by-step installation, follow these instructions:
160
166
  }
161
167
  ```
162
168
 
169
+ #### Docker Install
170
+
171
+ For a step-by-step installation, follow these instructions:
172
+ 1. Clone repository
173
+ 2. From repository root, build Docker image: `docker build -t azure/azuremcp .`
174
+ 3. Create an `.env` file with environment variables that [match one of the `EnvironmentCredential`](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential) sets. For example, a `.env` file using a service principal could look like:
175
+ ```json
176
+ AZURE_TENANT_ID={YOUR_AZURE_TENANT_ID}
177
+ AZURE_CLIENT_ID={YOUR_AZURE_CLIENT_ID}
178
+ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
179
+ ```
180
+ 1. Add `.vscode/mcp.json` or update existing MCP configuration. Replace `/full/path/to/.env` with a path to your `.env` file.
181
+ ```json
182
+ {
183
+ "servers": {
184
+ "Azure MCP Server": {
185
+ "command": "docker",
186
+ "args": [
187
+ "run",
188
+ "-i",
189
+ "--rm",
190
+ "azure/azuremcp",
191
+ "--env-file",
192
+ "/full/path/to/.env"
193
+ ]
194
+ }
195
+ }
196
+ }
197
+ ```
198
+
199
+ Optionally, customers can use `--env` or `--volume` to pass authentication values.
200
+
163
201
  ## ๐Ÿงช Test the Azure MCP Server
164
202
 
165
203
  1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
@@ -196,7 +234,7 @@ More end-to-end MCP client/agent guides are coming soon!
196
234
 
197
235
  ## ๐Ÿ“ Troubleshooting
198
236
 
199
- See [Troubleshooting guide](/TROUBLESHOOTING.md) for help with common issues and logging.
237
+ See [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md) for help with common issues and logging.
200
238
 
201
239
  ## ๐Ÿ”‘ Authentication
202
240
 
@@ -210,9 +248,9 @@ The Azure MCP Server seamlessly integrates with your host operating system's aut
210
248
  6. **Azure Developer CLI** (`AzureDeveloperCliCredential`) - Uses your azd login
211
249
  7. **Interactive Browser** (`InteractiveBrowserCredential`) - Falls back to browser-based login if needed
212
250
 
213
- If you're already logged in through any of these methods, the Azure MCP Server will automatically use those credentials.
251
+ If you're already logged in through any of these methods, the Azure MCP Server will automatically use those credentials. Ensure that you have the correct authorization permissions in Azure (e.g. read access to your Storage account) via RBAC (Role-Based Access Control). To learn more about Azure's RBAC authorization system, visit this [link](https://learn.microsoft.com/azure/role-based-access-control/overview).
214
252
 
215
- If you're running into any issues with authentication, visit our [troubleshooting guide](/TROUBLESHOOTING.md).
253
+ If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md).
216
254
 
217
255
  ### Production Credentials
218
256
 
@@ -234,7 +272,7 @@ MCP as a phenomenon is very novel and cutting-edge. As with all new technology s
234
272
 
235
273
  We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.
236
274
 
237
- Please read our [Contributing Guide](/CONTRIBUTING.md) for guidelines on:
275
+ Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/main/CONTRIBUTING.md) for guidelines on:
238
276
 
239
277
  - ๐Ÿ› ๏ธ Setting up your development environment
240
278
  - โœจ Adding new commands
@@ -248,4 +286,4 @@ This project has adopted the
248
286
  For more information, see the
249
287
  [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
250
288
  or contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
251
- with any additional questions or comments.
289
+ with any additional questions or comments.
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/azmcp CHANGED
Binary file
@@ -7,13 +7,14 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/osx-arm64": {
10
- "azmcp/0.0.14": {
10
+ "azmcp/0.0.16": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.45.0",
13
13
  "Azure.Data.AppConfiguration": "1.6.0",
14
14
  "Azure.Data.Tables": "12.10.0",
15
15
  "Azure.Identity": "1.13.2",
16
16
  "Azure.Identity.Broker": "1.2.0",
17
+ "Azure.Messaging.ServiceBus": "7.19.0",
17
18
  "Azure.Monitor.OpenTelemetry.AspNetCore": "1.2.0",
18
19
  "Azure.Monitor.Query": "1.6.0",
19
20
  "Azure.ResourceManager.AppConfiguration": "1.4.0",
@@ -34,8 +35,8 @@
34
35
  "Microsoft.Extensions.Hosting": "9.0.4",
35
36
  "Microsoft.Identity.Client.Broker": "4.67.2",
36
37
  "Microsoft.NET.ILLink.Tasks": "9.0.1",
37
- "ModelContextProtocol": "0.1.0-preview.11",
38
- "ModelContextProtocol.AspNetCore": "0.1.0-preview.11",
38
+ "ModelContextProtocol": "0.1.0-preview.13",
39
+ "ModelContextProtocol.AspNetCore": "0.1.0-preview.13",
39
40
  "Newtonsoft.Json": "13.0.3",
40
41
  "Npgsql": "9.0.3",
41
42
  "OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.11.2",
@@ -156,6 +157,10 @@
156
157
  "assemblyVersion": "9.0.0.0",
157
158
  "fileVersion": "9.0.124.61010"
158
159
  },
160
+ "System.Diagnostics.DiagnosticSource.dll": {
161
+ "assemblyVersion": "9.0.0.0",
162
+ "fileVersion": "9.0.124.61010"
163
+ },
159
164
  "System.Diagnostics.FileVersionInfo.dll": {
160
165
  "assemblyVersion": "9.0.0.0",
161
166
  "fileVersion": "9.0.124.61010"
@@ -596,10 +601,18 @@
596
601
  "assemblyVersion": "9.0.0.0",
597
602
  "fileVersion": "9.0.124.61010"
598
603
  },
604
+ "System.Text.Json.dll": {
605
+ "assemblyVersion": "9.0.0.0",
606
+ "fileVersion": "9.0.124.61010"
607
+ },
599
608
  "System.Text.RegularExpressions.dll": {
600
609
  "assemblyVersion": "9.0.0.0",
601
610
  "fileVersion": "9.0.124.61010"
602
611
  },
612
+ "System.Threading.Channels.dll": {
613
+ "assemblyVersion": "9.0.0.0",
614
+ "fileVersion": "9.0.124.61010"
615
+ },
603
616
  "System.Threading.Overlapped.dll": {
604
617
  "assemblyVersion": "9.0.0.0",
605
618
  "fileVersion": "9.0.124.61010"
@@ -1215,6 +1228,19 @@
1215
1228
  }
1216
1229
  }
1217
1230
  },
1231
+ "Azure.Core.Amqp/1.3.1": {
1232
+ "dependencies": {
1233
+ "Microsoft.Azure.Amqp": "2.6.9",
1234
+ "System.Memory": "4.5.5",
1235
+ "System.Memory.Data": "6.0.1"
1236
+ },
1237
+ "runtime": {
1238
+ "lib/netstandard2.0/Azure.Core.Amqp.dll": {
1239
+ "assemblyVersion": "1.3.1.0",
1240
+ "fileVersion": "1.300.124.38003"
1241
+ }
1242
+ }
1243
+ },
1218
1244
  "Azure.Data.AppConfiguration/1.6.0": {
1219
1245
  "dependencies": {
1220
1246
  "Azure.Core": "1.45.0"
@@ -1268,6 +1294,19 @@
1268
1294
  }
1269
1295
  }
1270
1296
  },
1297
+ "Azure.Messaging.ServiceBus/7.19.0": {
1298
+ "dependencies": {
1299
+ "Azure.Core": "1.45.0",
1300
+ "Azure.Core.Amqp": "1.3.1",
1301
+ "Microsoft.Azure.Amqp": "2.6.9"
1302
+ },
1303
+ "runtime": {
1304
+ "lib/net8.0/Azure.Messaging.ServiceBus.dll": {
1305
+ "assemblyVersion": "7.19.0.0",
1306
+ "fileVersion": "7.1900.25.20802"
1307
+ }
1308
+ }
1309
+ },
1271
1310
  "Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0": {
1272
1311
  "dependencies": {
1273
1312
  "Azure.Core": "1.45.0",
@@ -1311,7 +1350,7 @@
1311
1350
  "dependencies": {
1312
1351
  "Azure.Core": "1.45.0",
1313
1352
  "System.ClientModel": "1.4.0-beta.1",
1314
- "System.Text.Json": "9.0.4"
1353
+ "System.Text.Json": "6.0.10"
1315
1354
  },
1316
1355
  "runtime": {
1317
1356
  "lib/netstandard2.0/Azure.ResourceManager.dll": {
@@ -1325,7 +1364,7 @@
1325
1364
  "Azure.Core": "1.45.0",
1326
1365
  "Azure.ResourceManager": "1.13.0",
1327
1366
  "System.ClientModel": "1.4.0-beta.1",
1328
- "System.Text.Json": "9.0.4"
1367
+ "System.Text.Json": "6.0.10"
1329
1368
  },
1330
1369
  "runtime": {
1331
1370
  "lib/net8.0/Azure.ResourceManager.AppConfiguration.dll": {
@@ -1339,7 +1378,7 @@
1339
1378
  "Azure.Core": "1.45.0",
1340
1379
  "Azure.ResourceManager": "1.13.0",
1341
1380
  "System.ClientModel": "1.4.0-beta.1",
1342
- "System.Text.Json": "9.0.4"
1381
+ "System.Text.Json": "6.0.10"
1343
1382
  },
1344
1383
  "runtime": {
1345
1384
  "lib/netstandard2.0/Azure.ResourceManager.CosmosDB.dll": {
@@ -1352,7 +1391,7 @@
1352
1391
  "dependencies": {
1353
1392
  "Azure.Core": "1.45.0",
1354
1393
  "Azure.ResourceManager": "1.13.0",
1355
- "System.Text.Json": "9.0.4"
1394
+ "System.Text.Json": "6.0.10"
1356
1395
  },
1357
1396
  "runtime": {
1358
1397
  "lib/netstandard2.0/Azure.ResourceManager.Kusto.dll": {
@@ -1366,7 +1405,7 @@
1366
1405
  "Azure.Core": "1.45.0",
1367
1406
  "Azure.ResourceManager": "1.13.0",
1368
1407
  "System.ClientModel": "1.4.0-beta.1",
1369
- "System.Text.Json": "9.0.4"
1408
+ "System.Text.Json": "6.0.10"
1370
1409
  },
1371
1410
  "runtime": {
1372
1411
  "lib/netstandard2.0/Azure.ResourceManager.OperationalInsights.dll": {
@@ -1380,7 +1419,7 @@
1380
1419
  "Azure.Core": "1.45.0",
1381
1420
  "Azure.ResourceManager": "1.13.0",
1382
1421
  "System.ClientModel": "1.4.0-beta.1",
1383
- "System.Text.Json": "9.0.4"
1422
+ "System.Text.Json": "6.0.10"
1384
1423
  },
1385
1424
  "runtime": {
1386
1425
  "lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
@@ -1394,7 +1433,7 @@
1394
1433
  "Azure.Core": "1.45.0",
1395
1434
  "Azure.ResourceManager": "1.13.0",
1396
1435
  "System.ClientModel": "1.4.0-beta.1",
1397
- "System.Text.Json": "9.0.4"
1436
+ "System.Text.Json": "6.0.10"
1398
1437
  },
1399
1438
  "runtime": {
1400
1439
  "lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
@@ -1408,7 +1447,7 @@
1408
1447
  "Azure.Core": "1.45.0",
1409
1448
  "Azure.ResourceManager": "1.13.0",
1410
1449
  "System.ClientModel": "1.4.0-beta.1",
1411
- "System.Text.Json": "9.0.4"
1450
+ "System.Text.Json": "6.0.10"
1412
1451
  },
1413
1452
  "runtime": {
1414
1453
  "lib/net8.0/Azure.ResourceManager.Storage.dll": {
@@ -1433,7 +1472,7 @@
1433
1472
  "dependencies": {
1434
1473
  "Azure.Core": "1.45.0",
1435
1474
  "System.Memory": "4.5.5",
1436
- "System.Text.Json": "9.0.4",
1475
+ "System.Text.Json": "6.0.10",
1437
1476
  "System.Threading.Tasks.Extensions": "4.5.4"
1438
1477
  },
1439
1478
  "runtime": {
@@ -1466,6 +1505,14 @@
1466
1505
  }
1467
1506
  }
1468
1507
  },
1508
+ "Microsoft.Azure.Amqp/2.6.9": {
1509
+ "runtime": {
1510
+ "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
1511
+ "assemblyVersion": "2.6.0.0",
1512
+ "fileVersion": "2.6.9.0"
1513
+ }
1514
+ }
1515
+ },
1469
1516
  "Microsoft.Azure.Cosmos/3.48.0": {
1470
1517
  "dependencies": {
1471
1518
  "Azure.Core": "1.45.0",
@@ -1474,7 +1521,7 @@
1474
1521
  "System.Buffers": "4.5.1",
1475
1522
  "System.Collections.Immutable": "5.0.0",
1476
1523
  "System.Configuration.ConfigurationManager": "6.0.0",
1477
- "System.Diagnostics.DiagnosticSource": "9.0.4",
1524
+ "System.Diagnostics.DiagnosticSource": "9.0.0",
1478
1525
  "System.Memory": "4.5.5",
1479
1526
  "System.Net.Http": "4.3.4",
1480
1527
  "System.Numerics.Vectors": "4.5.0",
@@ -1564,28 +1611,11 @@
1564
1611
  }
1565
1612
  },
1566
1613
  "Microsoft.CSharp/4.5.0": {},
1567
- "Microsoft.Extensions.AI/9.4.0-preview.1.25207.5": {
1568
- "dependencies": {
1569
- "Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
1570
- "Microsoft.Extensions.Caching.Abstractions": "9.0.4",
1571
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4",
1572
- "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
1573
- "System.Diagnostics.DiagnosticSource": "9.0.4",
1574
- "System.Text.Json": "9.0.4",
1575
- "System.Threading.Channels": "9.0.4"
1576
- },
1577
- "runtime": {
1578
- "lib/net9.0/Microsoft.Extensions.AI.dll": {
1579
- "assemblyVersion": "9.4.0.0",
1580
- "fileVersion": "9.400.25.20705"
1581
- }
1582
- }
1583
- },
1584
- "Microsoft.Extensions.AI.Abstractions/9.4.0-preview.1.25207.5": {
1614
+ "Microsoft.Extensions.AI.Abstractions/9.4.4-preview.1.25259.16": {
1585
1615
  "runtime": {
1586
1616
  "lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
1587
1617
  "assemblyVersion": "9.4.0.0",
1588
- "fileVersion": "9.400.25.20705"
1618
+ "fileVersion": "9.400.425.25916"
1589
1619
  }
1590
1620
  }
1591
1621
  },
@@ -1994,7 +2024,7 @@
1994
2024
  "Microsoft.Identity.Client/4.67.2": {
1995
2025
  "dependencies": {
1996
2026
  "Microsoft.IdentityModel.Abstractions": "6.35.0",
1997
- "System.Diagnostics.DiagnosticSource": "9.0.4"
2027
+ "System.Diagnostics.DiagnosticSource": "9.0.0"
1998
2028
  },
1999
2029
  "runtime": {
2000
2030
  "lib/net8.0/Microsoft.Identity.Client.dll": {
@@ -2070,10 +2100,9 @@
2070
2100
  }
2071
2101
  }
2072
2102
  },
2073
- "ModelContextProtocol/0.1.0-preview.11": {
2103
+ "ModelContextProtocol/0.1.0-preview.13": {
2074
2104
  "dependencies": {
2075
- "Microsoft.Extensions.AI": "9.4.0-preview.1.25207.5",
2076
- "Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
2105
+ "Microsoft.Extensions.AI.Abstractions": "9.4.4-preview.1.25259.16",
2077
2106
  "Microsoft.Extensions.Hosting.Abstractions": "9.0.4",
2078
2107
  "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2079
2108
  "System.Net.ServerSentEvents": "10.0.0-preview.3.25171.5"
@@ -2085,9 +2114,9 @@
2085
2114
  }
2086
2115
  }
2087
2116
  },
2088
- "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
2117
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.13": {
2089
2118
  "dependencies": {
2090
- "ModelContextProtocol": "0.1.0-preview.11"
2119
+ "ModelContextProtocol": "0.1.0-preview.13"
2091
2120
  },
2092
2121
  "runtime": {
2093
2122
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
@@ -2130,7 +2159,7 @@
2130
2159
  },
2131
2160
  "OpenTelemetry.Api/1.11.2": {
2132
2161
  "dependencies": {
2133
- "System.Diagnostics.DiagnosticSource": "9.0.4"
2162
+ "System.Diagnostics.DiagnosticSource": "9.0.0"
2134
2163
  },
2135
2164
  "runtime": {
2136
2165
  "lib/net9.0/OpenTelemetry.Api.dll": {
@@ -2444,14 +2473,7 @@
2444
2473
  "runtime.unix.System.Diagnostics.Debug": "4.3.0"
2445
2474
  }
2446
2475
  },
2447
- "System.Diagnostics.DiagnosticSource/9.0.4": {
2448
- "runtime": {
2449
- "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
2450
- "assemblyVersion": "9.0.0.0",
2451
- "fileVersion": "9.0.425.16305"
2452
- }
2453
- }
2454
- },
2476
+ "System.Diagnostics.DiagnosticSource/9.0.0": {},
2455
2477
  "System.Diagnostics.EventLog/9.0.4": {
2456
2478
  "runtime": {
2457
2479
  "lib/net9.0/System.Diagnostics.EventLog.dll": {
@@ -2581,7 +2603,7 @@
2581
2603
  "Microsoft.NETCore.Platforms": "1.1.1",
2582
2604
  "System.Collections": "4.3.0",
2583
2605
  "System.Diagnostics.Debug": "4.3.0",
2584
- "System.Diagnostics.DiagnosticSource": "9.0.4",
2606
+ "System.Diagnostics.DiagnosticSource": "9.0.0",
2585
2607
  "System.Diagnostics.Tracing": "4.3.0",
2586
2608
  "System.Globalization": "4.3.0",
2587
2609
  "System.Globalization.Extensions": "4.3.0",
@@ -2850,12 +2872,15 @@
2850
2872
  "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
2851
2873
  }
2852
2874
  },
2853
- "System.Text.Json/9.0.4": {
2854
- "runtime": {
2855
- "lib/net9.0/System.Text.Json.dll": {
2856
- "assemblyVersion": "9.0.0.0",
2857
- "fileVersion": "9.0.425.16305"
2858
- }
2875
+ "System.Text.Encodings.Web/6.0.0": {
2876
+ "dependencies": {
2877
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
2878
+ }
2879
+ },
2880
+ "System.Text.Json/6.0.10": {
2881
+ "dependencies": {
2882
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0",
2883
+ "System.Text.Encodings.Web": "6.0.0"
2859
2884
  }
2860
2885
  },
2861
2886
  "System.Text.RegularExpressions/4.3.1": {
@@ -2869,14 +2894,6 @@
2869
2894
  "System.Threading.Tasks": "4.3.0"
2870
2895
  }
2871
2896
  },
2872
- "System.Threading.Channels/9.0.4": {
2873
- "runtime": {
2874
- "lib/net9.0/System.Threading.Channels.dll": {
2875
- "assemblyVersion": "9.0.0.0",
2876
- "fileVersion": "9.0.425.16305"
2877
- }
2878
- }
2879
- },
2880
2897
  "System.Threading.Tasks/4.3.0": {
2881
2898
  "dependencies": {
2882
2899
  "Microsoft.NETCore.Platforms": "1.1.1",
@@ -2901,7 +2918,7 @@
2901
2918
  }
2902
2919
  },
2903
2920
  "libraries": {
2904
- "azmcp/0.0.14": {
2921
+ "azmcp/0.0.16": {
2905
2922
  "type": "project",
2906
2923
  "serviceable": false,
2907
2924
  "sha512": ""
@@ -2923,6 +2940,13 @@
2923
2940
  "path": "azure.core/1.45.0",
2924
2941
  "hashPath": "azure.core.1.45.0.nupkg.sha512"
2925
2942
  },
2943
+ "Azure.Core.Amqp/1.3.1": {
2944
+ "type": "package",
2945
+ "serviceable": true,
2946
+ "sha512": "sha512-AY1ZM4WwLBb9L2WwQoWs7wS2XKYg83tp3yVVdgySdebGN0FuIszuEqCy3Nhv6qHpbkjx/NGuOTsUbF/oNGBgwA==",
2947
+ "path": "azure.core.amqp/1.3.1",
2948
+ "hashPath": "azure.core.amqp.1.3.1.nupkg.sha512"
2949
+ },
2926
2950
  "Azure.Data.AppConfiguration/1.6.0": {
2927
2951
  "type": "package",
2928
2952
  "serviceable": true,
@@ -2951,6 +2975,13 @@
2951
2975
  "path": "azure.identity.broker/1.2.0",
2952
2976
  "hashPath": "azure.identity.broker.1.2.0.nupkg.sha512"
2953
2977
  },
2978
+ "Azure.Messaging.ServiceBus/7.19.0": {
2979
+ "type": "package",
2980
+ "serviceable": true,
2981
+ "sha512": "sha512-DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
2982
+ "path": "azure.messaging.servicebus/7.19.0",
2983
+ "hashPath": "azure.messaging.servicebus.7.19.0.nupkg.sha512"
2984
+ },
2954
2985
  "Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0": {
2955
2986
  "type": "package",
2956
2987
  "serviceable": true,
@@ -3056,6 +3087,13 @@
3056
3087
  "path": "azure.storage.common/12.23.0",
3057
3088
  "hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
3058
3089
  },
3090
+ "Microsoft.Azure.Amqp/2.6.9": {
3091
+ "type": "package",
3092
+ "serviceable": true,
3093
+ "sha512": "sha512-5i9XzfqxK1H5IBl+OuOV1jwJdrOvi5RUwsZgVOryZm0GCzcM9NWPNRxzPAbsSeaR2T6+1gGvdT3vR+Vbha6KFQ==",
3094
+ "path": "microsoft.azure.amqp/2.6.9",
3095
+ "hashPath": "microsoft.azure.amqp.2.6.9.nupkg.sha512"
3096
+ },
3059
3097
  "Microsoft.Azure.Cosmos/3.48.0": {
3060
3098
  "type": "package",
3061
3099
  "serviceable": true,
@@ -3105,19 +3143,12 @@
3105
3143
  "path": "microsoft.csharp/4.5.0",
3106
3144
  "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
3107
3145
  },
3108
- "Microsoft.Extensions.AI/9.4.0-preview.1.25207.5": {
3146
+ "Microsoft.Extensions.AI.Abstractions/9.4.4-preview.1.25259.16": {
3109
3147
  "type": "package",
3110
3148
  "serviceable": true,
3111
- "sha512": "sha512-O6J7OrhrrAmhIsNml/3iR2Wqg8oFvvCfEq0sECUtlzyfqUFMSKNq3gqH999n7QAi5k1KdsCm6MlNbnFnjWEgKw==",
3112
- "path": "microsoft.extensions.ai/9.4.0-preview.1.25207.5",
3113
- "hashPath": "microsoft.extensions.ai.9.4.0-preview.1.25207.5.nupkg.sha512"
3114
- },
3115
- "Microsoft.Extensions.AI.Abstractions/9.4.0-preview.1.25207.5": {
3116
- "type": "package",
3117
- "serviceable": true,
3118
- "sha512": "sha512-CptQvHk8wY+qb+AA3SoKlc5NQcXSoFNbt8Z+bAkt/tEZ61JMxFZ0dMG1AwCn14hRCUinFbxyPYXr5Zrjp99m3g==",
3119
- "path": "microsoft.extensions.ai.abstractions/9.4.0-preview.1.25207.5",
3120
- "hashPath": "microsoft.extensions.ai.abstractions.9.4.0-preview.1.25207.5.nupkg.sha512"
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"
3121
3152
  },
3122
3153
  "Microsoft.Extensions.Azure/1.11.0": {
3123
3154
  "type": "package",
@@ -3406,19 +3437,19 @@
3406
3437
  "path": "microsoft.win32.systemevents/6.0.0",
3407
3438
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3408
3439
  },
3409
- "ModelContextProtocol/0.1.0-preview.11": {
3440
+ "ModelContextProtocol/0.1.0-preview.13": {
3410
3441
  "type": "package",
3411
3442
  "serviceable": true,
3412
- "sha512": "sha512-TWSeMx0mcdX4pZVB0gS2ii06Ll9pz+PAG8OieTI0MG9rD4YmFBrCMKoRXf381I/S0jVjktJeFHdrJVKeSiH7BA==",
3413
- "path": "modelcontextprotocol/0.1.0-preview.11",
3414
- "hashPath": "modelcontextprotocol.0.1.0-preview.11.nupkg.sha512"
3443
+ "sha512": "sha512-FaqbPSHLakH6lYdKI9k7cb6VVnhFNFW+a9hqS/akTy9i2lvMojDcP8FQRwQVQSvZPNjaptRhues5jzi701t2LQ==",
3444
+ "path": "modelcontextprotocol/0.1.0-preview.13",
3445
+ "hashPath": "modelcontextprotocol.0.1.0-preview.13.nupkg.sha512"
3415
3446
  },
3416
- "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
3447
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.13": {
3417
3448
  "type": "package",
3418
3449
  "serviceable": true,
3419
- "sha512": "sha512-sAX1QOFsZkv7nzXpgb5JVAhSx6UERg/3rZARqIMhB80Fpb5gKlKGnwEPPDOIXDLCijfm7qZY5U7YLK6u0MciWQ==",
3420
- "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.11",
3421
- "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.11.nupkg.sha512"
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"
3422
3453
  },
3423
3454
  "Newtonsoft.Json/13.0.3": {
3424
3455
  "type": "package",
@@ -3798,12 +3829,12 @@
3798
3829
  "path": "system.diagnostics.debug/4.3.0",
3799
3830
  "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
3800
3831
  },
3801
- "System.Diagnostics.DiagnosticSource/9.0.4": {
3832
+ "System.Diagnostics.DiagnosticSource/9.0.0": {
3802
3833
  "type": "package",
3803
3834
  "serviceable": true,
3804
- "sha512": "sha512-Be0emq8bRmcK4eeJIFUt9+vYPf7kzuQrFs8Ef1CdGvXpq/uSve22PTSkRF09bF/J7wmYJ2DHf2v7GaT3vMXnwQ==",
3805
- "path": "system.diagnostics.diagnosticsource/9.0.4",
3806
- "hashPath": "system.diagnostics.diagnosticsource.9.0.4.nupkg.sha512"
3835
+ "sha512": "sha512-ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw==",
3836
+ "path": "system.diagnostics.diagnosticsource/9.0.0",
3837
+ "hashPath": "system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512"
3807
3838
  },
3808
3839
  "System.Diagnostics.EventLog/9.0.4": {
3809
3840
  "type": "package",
@@ -4099,12 +4130,19 @@
4099
4130
  "path": "system.text.encoding.extensions/4.3.0",
4100
4131
  "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
4101
4132
  },
4102
- "System.Text.Json/9.0.4": {
4133
+ "System.Text.Encodings.Web/6.0.0": {
4103
4134
  "type": "package",
4104
4135
  "serviceable": true,
4105
- "sha512": "sha512-pYtmpcO6R3Ef1XilZEHgXP2xBPVORbYEzRP7dl0IAAbN8Dm+kfwio8aCKle97rAWXOExr292MuxWYurIuwN62g==",
4106
- "path": "system.text.json/9.0.4",
4107
- "hashPath": "system.text.json.9.0.4.nupkg.sha512"
4136
+ "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
4137
+ "path": "system.text.encodings.web/6.0.0",
4138
+ "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
4139
+ },
4140
+ "System.Text.Json/6.0.10": {
4141
+ "type": "package",
4142
+ "serviceable": true,
4143
+ "sha512": "sha512-NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==",
4144
+ "path": "system.text.json/6.0.10",
4145
+ "hashPath": "system.text.json.6.0.10.nupkg.sha512"
4108
4146
  },
4109
4147
  "System.Text.RegularExpressions/4.3.1": {
4110
4148
  "type": "package",
@@ -4120,13 +4158,6 @@
4120
4158
  "path": "system.threading/4.3.0",
4121
4159
  "hashPath": "system.threading.4.3.0.nupkg.sha512"
4122
4160
  },
4123
- "System.Threading.Channels/9.0.4": {
4124
- "type": "package",
4125
- "serviceable": true,
4126
- "sha512": "sha512-4qBn2H6/aXBpE/Pm3wY5yusY/pEvQz99NlWHrTUji0qCmOdbhhjaALcpmbfW2ksxlPM6i6S+QFLkpOQdyfeKYQ==",
4127
- "path": "system.threading.channels/9.0.4",
4128
- "hashPath": "system.threading.channels.9.0.4.nupkg.sha512"
4129
- },
4130
4161
  "System.Threading.Tasks/4.3.0": {
4131
4162
  "type": "package",
4132
4163
  "serviceable": true,
package/dist/azmcp.dll CHANGED
Binary file
package/index.js CHANGED
@@ -6,7 +6,7 @@ const childProcess = require('child_process')
6
6
 
7
7
  // Check if DEBUG environment variable is set
8
8
  const isDebugMode = process.env.DEBUG && (
9
- process.env.DEBUG.toLowerCase() === 'true' ||
9
+ process.env.DEBUG.toLowerCase() === 'true' ||
10
10
  process.env.DEBUG.includes('azure-mcp') ||
11
11
  process.env.DEBUG === '*'
12
12
  )
@@ -48,7 +48,7 @@ function runExecutable(args = []) {
48
48
 
49
49
  const child = childProcess.spawn(execPath, args, {
50
50
  stdio: 'inherit',
51
- shell: true
51
+ shell: false
52
52
  })
53
53
 
54
54
  return new Promise((resolve) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-darwin-arm64",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
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",
Binary file