@azure/mcp 0.5.7 → 0.5.8

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 +40 -12
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -64,10 +64,21 @@ 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 Managed Lustre
68
+
69
+ * "List the Azure Managed Lustre clusters in resource group 'my-resourcegroup'"
70
+ * "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
71
+
67
72
  ### 📊 Azure Monitor
68
73
 
69
74
  * "Query my Log Analytics workspace"
70
75
 
76
+ ### 🔧 Azure Resource Management
77
+
78
+ * "List my resource groups"
79
+ * "List my Azure CDN endpoints"
80
+ * "Help me build an Azure application using Node.js"
81
+
71
82
  ### 🗄️ Azure SQL Database
72
83
 
73
84
  * "Show me details about my Azure SQL database 'mydb'"
@@ -76,12 +87,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
76
87
  * "List all elastic pools in my Azure SQL server 'myserver'"
77
88
  * "List Active Directory administrators for my Azure SQL server 'myserver'"
78
89
 
79
- ### 🔧 Azure Resource Management
80
-
81
- * "List my resource groups"
82
- * "List my Azure CDN endpoints"
83
- * "Help me build an Azure application using Node.js"
84
-
85
90
  ### 💾 Azure Storage
86
91
 
87
92
  * "List my Azure storage accounts"
@@ -144,12 +149,18 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
144
149
  * Sample rows from a table
145
150
  * Query using KQL
146
151
 
147
- ### 🐘 Azure Database for PostgreSQL - Flexible Server
152
+ ### 🐬 Azure Database for MySQL - Flexible Server
148
153
 
149
154
  * List and query databases.
150
155
  * List and get schema for tables.
151
156
  * List, get configuration and get parameters for servers.
152
157
 
158
+ ### 🐘 Azure Database for PostgreSQL - Flexible Server
159
+
160
+ * List and query databases.
161
+ * List and get schema for tables.
162
+ * List, get configuration and get/set parameters for servers.
163
+
153
164
  ### 🛠️ Azure Developer CLI (azd) Extension
154
165
 
155
166
  * Execute Azure Developer CLI commands directly
@@ -169,14 +180,12 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
169
180
  * List Azure Foundry models
170
181
  * Deploy foundry models
171
182
  * List foundry model deployments
172
-
183
+ * List knowledge indexes
184
+
173
185
  ### ☁️ Azure Function App
174
186
 
175
187
  * List Azure Function Apps
176
-
177
- ### 🚀 Azure Managed Grafana
178
-
179
- * List Azure Managed Grafana
188
+ * Get details for a specific Function App
180
189
 
181
190
  ### 🔑 Azure Key Vault
182
191
 
@@ -194,6 +203,16 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
194
203
  * List, create load tests
195
204
  * Get, list, (create) run and rerun, update load test runs
196
205
 
206
+
207
+ ### 🚀 Azure Managed Grafana
208
+
209
+ * List Azure Managed Grafana
210
+
211
+ ### ⚡ Azure Managed Lustre
212
+
213
+ * List Azure Managed Lustre filesystems
214
+ * Get the number of IP addresses required for a specific SKU and size of Azure Managed Lustre filesystem
215
+
197
216
  ### 🏪 Azure Marketplace
198
217
 
199
218
  * Get details about Marketplace products
@@ -215,6 +234,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
215
234
  * Query Azure Monitor metrics for resources with time series data
216
235
  * List available metric definitions for resources
217
236
 
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
+
218
242
  ### ⚙️ Azure Native ISV Services
219
243
 
220
244
  * List Monitored Resources in a Datadog Monitor
@@ -298,6 +322,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
298
322
 
299
323
  * Get the Bicep schema for specific Azure resource types
300
324
 
325
+ ### 🏗️ Cloud Architect
326
+
327
+ * Design Azure cloud architectures through guided questions
328
+
301
329
  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/areas/extension/src/AzureMcp.Extension/Resources/azd-best-practices.txt).
302
330
 
303
331
  </details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
5
5
  "author": "Microsoft Corporation",
6
6
  "homepage": "https://github.com/Azure/azure-mcp#readme",
@@ -33,12 +33,12 @@
33
33
  "arm64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-linux-x64": "0.5.7",
37
- "@azure/mcp-darwin-x64": "0.5.7",
38
- "@azure/mcp-linux-arm64": "0.5.7",
39
- "@azure/mcp-darwin-arm64": "0.5.7",
40
- "@azure/mcp-win32-x64": "0.5.7",
41
- "@azure/mcp-win32-arm64": "0.5.7"
36
+ "@azure/mcp-linux-x64": "0.5.8",
37
+ "@azure/mcp-darwin-x64": "0.5.8",
38
+ "@azure/mcp-linux-arm64": "0.5.8",
39
+ "@azure/mcp-darwin-arm64": "0.5.8",
40
+ "@azure/mcp-win32-x64": "0.5.8",
41
+ "@azure/mcp-win32-arm64": "0.5.8"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"