@azure/mcp 0.5.11 → 0.5.13

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 +27 -9
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -24,7 +24,7 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
24
24
  - You should see the Azure MCP Server in the list of tools
25
25
  1. Try a prompt that tells the agent to use the Azure MCP Server, such as `List my Azure Storage containers`
26
26
  - The agent should be able to use the Azure MCP Server tools to complete your query
27
- 1. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and review the [troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESHOOTING.md) for commonly asked questions
27
+ 1. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and review the [troubleshooting guide](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/TROUBLESHOOTING.md) for commonly asked questions
28
28
  1. We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server
29
29
  - 👉 [Open an issue in the public repository](https://github.com/microsoft/mcp/issues/new/choose)
30
30
 
@@ -64,6 +64,12 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
64
64
  * "Get Azure Data Explorer databases in cluster 'mycluster'"
65
65
  * "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
66
66
 
67
+ ### 📣 Azure Event Grid
68
+
69
+ * "List all Event Grid topics in subscription 'my-subscription'"
70
+ * "Show me the Event Grid topics in my subscription"
71
+ * "List all Event Grid topics in resource group 'my-resourcegroup' in my subscription"
72
+
67
73
  ### ⚡ Azure Managed Lustre
68
74
 
69
75
  * "List the Azure Managed Lustre clusters in resource group 'my-resourcegroup'"
@@ -84,6 +90,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
84
90
  * "Show me details about my Azure SQL database 'mydb'"
85
91
  * "List all databases in my Azure SQL server 'myserver'"
86
92
  * "List all firewall rules for my Azure SQL server 'myserver'"
93
+ * "Create a firewall rule for my Azure SQL server 'myserver'"
94
+ * "Delete a firewall rule from my Azure SQL server 'myserver'"
87
95
  * "List all elastic pools in my Azure SQL server 'myserver'"
88
96
  * "List Active Directory administrators for my Azure SQL server 'myserver'"
89
97
 
@@ -175,6 +183,12 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
175
183
  * Get the bicep or terraform file generation rules for an application
176
184
  * Get the GitHub pipeline creation guideline for an application
177
185
 
186
+ ### 📣 Azure Event Grid
187
+
188
+ * List Event Grid topics in subscription or resource group
189
+ * View topic configuration and status information
190
+ * Access endpoint and key details for event publishing
191
+
178
192
  ### 🧮 Azure Foundry
179
193
 
180
194
  * List Azure Foundry models
@@ -215,6 +229,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
215
229
 
216
230
  ### 🏪 Azure Marketplace
217
231
 
232
+ * List marketplace products available to a subscription with filtering capabilities
218
233
  * Get details about Marketplace products
219
234
 
220
235
  ### 📈 Azure Monitor
@@ -234,11 +249,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
234
249
  * Query Azure Monitor metrics for resources with time series data
235
250
  * List available metric definitions for resources
236
251
 
237
- ### 🏥 Azure Service Health
238
-
239
- * Get the availability status for a specific resource
240
- * List availability statuses for all resources in a subscription or resource group
241
-
242
252
  ### ⚙️ Azure Native ISV Services
243
253
 
244
254
  * List Monitored Resources in a Datadog Monitor
@@ -263,6 +273,12 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
263
273
 
264
274
  * List resource groups
265
275
 
276
+ ### 🏥 Azure Resource Health
277
+
278
+ * Get the availability status for a specific resource
279
+ * List availability statuses for all resources in a subscription or resource group
280
+ * List service health events in a subscription
281
+
266
282
  ### 🎭 Azure Role-Based Access Control (RBAC)
267
283
 
268
284
  * List role assignments
@@ -276,6 +292,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
276
292
  * Show database details and properties
277
293
  * List the details and properties of all databases
278
294
  * List SQL server firewall rules
295
+ * Create SQL server firewall rules
296
+ * Delete SQL server firewall rules
279
297
 
280
298
  ### 🗄️ Azure SQL Elastic Pool
281
299
 
@@ -290,7 +308,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
290
308
  * List and create Storage accounts
291
309
  * Get detailed information about specific Storage accounts
292
310
  * Manage blob containers and blobs
293
- * Upload files to blob containers
311
+ * Upload files to blobs
294
312
  * List and query Storage tables
295
313
  * List paths in Data Lake file systems
296
314
  * Get container properties and metadata
@@ -462,7 +480,7 @@ To opt out, set the environment variable `AZURE_MCP_COLLECT_TELEMETRY` to `false
462
480
 
463
481
  ## 📝 Troubleshooting
464
482
 
465
- See [Troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue) for help with common issues and logging.
483
+ See [Troubleshooting guide](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/TROUBLESHOOTING.md) for help with common issues and logging.
466
484
 
467
485
  ### 🔑 Authentication
468
486
 
@@ -471,7 +489,7 @@ See [Troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESH
471
489
 
472
490
  The Azure MCP Server uses the Azure Identity library for .NET to authenticate to Microsoft Entra ID. For detailed information, see [Authentication Fundamentals](https://github.com/microsoft/mcp/blob/main/docs/Authentication.md#authentication-fundamentals).
473
491
 
474
- If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESHOOTING.md#authentication).
492
+ If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/TROUBLESHOOTING.md#authentication).
475
493
 
476
494
  For enterprise authentication scenarios, including network restrictions, security policies, and protected resources, see [Authentication Scenarios in Enterprise Environments](https://github.com/microsoft/mcp/blob/main/docs/Authentication.md#authentication-scenarios-in-enterprise-environments).
477
495
  </details>
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.5.11",
3
+ "version": "0.5.13",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
5
- "author": "Microsoft Corporation",
5
+ "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
7
7
  "license": "MIT",
8
8
  "keywords": [
@@ -33,12 +33,12 @@
33
33
  "x64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-linux-arm64": "0.5.11",
37
- "@azure/mcp-linux-x64": "0.5.11",
38
- "@azure/mcp-darwin-arm64": "0.5.11",
39
- "@azure/mcp-darwin-x64": "0.5.11",
40
- "@azure/mcp-win32-arm64": "0.5.11",
41
- "@azure/mcp-win32-x64": "0.5.11"
36
+ "@azure/mcp-linux-arm64": "0.5.13",
37
+ "@azure/mcp-linux-x64": "0.5.13",
38
+ "@azure/mcp-darwin-arm64": "0.5.13",
39
+ "@azure/mcp-darwin-x64": "0.5.13",
40
+ "@azure/mcp-win32-arm64": "0.5.13",
41
+ "@azure/mcp-win32-x64": "0.5.13"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"