@azure/mcp 0.6.0 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +18 -22
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -67,10 +67,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
67
67
  * "List my App Configuration stores"
68
68
  * "Show my key-value pairs in App Config"
69
69
 
70
+ ### ⚙️ Azure App Lens
71
+
72
+ * "Help me diagnose issues with my app"
73
+
70
74
  ### 📦 Azure Container Registry (ACR)
71
75
 
72
76
  * "List all my Azure Container Registries"
73
- * "Show me my container registries in the 'myproject' resource group"
77
+ * "Show me my container registries in the 'my-resource-group' resource group"
74
78
  * "List all my Azure Container Registry repositories"
75
79
 
76
80
  ### ☸️ Azure Kubernetes Service (AKS)
@@ -78,6 +82,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
78
82
  * "List my AKS clusters in my subscription"
79
83
  * "Show me all my Azure Kubernetes Service clusters"
80
84
  * "List the node pools for my AKS cluster"
85
+ * "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"
81
86
 
82
87
  ### 📊 Azure Cosmos DB
83
88
 
@@ -93,11 +98,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
93
98
 
94
99
  * "List all Event Grid topics in subscription 'my-subscription'"
95
100
  * "Show me the Event Grid topics in my subscription"
96
- * "List all Event Grid topics in resource group 'my-resourcegroup' in my subscription"
101
+ * "List all Event Grid topics in resource group 'my-resource-group' in my subscription"
97
102
 
98
103
  ### ⚡ Azure Managed Lustre
99
104
 
100
- * "List the Azure Managed Lustre clusters in resource group 'my-resourcegroup'"
105
+ * "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
101
106
  * "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
102
107
 
103
108
  ### 📊 Azure Monitor
@@ -119,6 +124,9 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
119
124
  * "Delete a firewall rule from my Azure SQL server 'myserver'"
120
125
  * "List all elastic pools in my Azure SQL server 'myserver'"
121
126
  * "List Active Directory administrators for my Azure SQL server 'myserver'"
127
+ * "Create a new Azure SQL server in my resource group 'my-resource-group'"
128
+ * "Show me details about my Azure SQL server 'myserver'"
129
+ * "Delete my Azure SQL server 'myserver'"
122
130
 
123
131
  ### 💾 Azure Storage
124
132
 
@@ -155,11 +163,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
155
163
 
156
164
  * Get secure, production-grade Azure SDK best practices for effective code generation.
157
165
 
158
- ### 🖥️ Azure CLI Extension
159
-
160
- * Execute Azure CLI commands directly
161
- * Support for all Azure CLI functionality
162
-
163
166
  ### 📦 Azure Container Registry (ACR)
164
167
 
165
168
  * List Azure Container Registries and repositories in a subscription
@@ -195,12 +198,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
195
198
  * List and get schema for tables.
196
199
  * List, get configuration and get/set parameters for servers.
197
200
 
198
- ### 🛠️ Azure Developer CLI (azd) Extension
199
-
200
- * Execute Azure Developer CLI commands directly
201
- * Support for template discovery, template initialization, provisioning and deployment
202
- * Cross-platform compatibility
203
-
204
201
  ### 🚀 Azure Deploy
205
202
 
206
203
  * Generate Azure service architecture diagrams from source code
@@ -236,6 +233,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
236
233
  ### ☸️ Azure Kubernetes Service (AKS)
237
234
 
238
235
  * List Azure Kubernetes Service clusters
236
+ * List node pools in an AKS managed cluster
237
+ * Get details of a node pool in an AKS managed cluster
239
238
 
240
239
  ### 📦 Azure Load Testing
241
240
 
@@ -243,7 +242,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
243
242
  * List, create load tests
244
243
  * Get, list, (create) run and rerun, update load test runs
245
244
 
246
-
247
245
  ### 🚀 Azure Managed Grafana
248
246
 
249
247
  * List Azure Managed Grafana
@@ -252,6 +250,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
252
250
 
253
251
  * List Azure Managed Lustre filesystems
254
252
  * Get the number of IP addresses required for a specific SKU and size of Azure Managed Lustre filesystem
253
+ * Get information of Azure Managed Lustre SKUs available in a specific Azure region
255
254
 
256
255
  ### 🏪 Azure Marketplace
257
256
 
@@ -320,14 +319,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
320
319
  * List SQL server firewall rules
321
320
  * Create SQL server firewall rules
322
321
  * Delete SQL server firewall rules
323
-
324
- ### 🗄️ Azure SQL Elastic Pool
325
-
326
322
  * List elastic pools in SQL servers
327
-
328
- ### 🗄️ Azure SQL Server
329
-
330
323
  * List Microsoft Entra ID administrators for SQL servers
324
+ * Create new SQL servers
325
+ * Show details and properties of SQL servers
326
+ * Delete SQL servers
331
327
 
332
328
  ### 💾 Azure Storage
333
329
 
@@ -387,7 +383,7 @@ If you use the default package spec of `@azure/mcp@latest`, npx will look for a
387
383
 
388
384
  #### NPM
389
385
 
390
- 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`.
386
+ 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`.
391
387
 
392
388
  #### Docker
393
389
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/microsoft/mcp/issues"
15
15
  },
16
16
  "repository": {
17
- "type": "git",
18
- "url": "https://github.com/microsoft/mcp.git"
17
+ "url": "https://github.com/microsoft/mcp.git",
18
+ "type": "git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=20.0.0"
@@ -33,12 +33,12 @@
33
33
  "x64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-linux-arm64": "0.6.0",
37
- "@azure/mcp-linux-x64": "0.6.0",
38
- "@azure/mcp-darwin-arm64": "0.6.0",
39
- "@azure/mcp-darwin-x64": "0.6.0",
40
- "@azure/mcp-win32-arm64": "0.6.0",
41
- "@azure/mcp-win32-x64": "0.6.0"
36
+ "@azure/mcp-linux-arm64": "0.7.0",
37
+ "@azure/mcp-linux-x64": "0.7.0",
38
+ "@azure/mcp-darwin-arm64": "0.7.0",
39
+ "@azure/mcp-darwin-x64": "0.7.0",
40
+ "@azure/mcp-win32-arm64": "0.7.0",
41
+ "@azure/mcp-win32-x64": "0.7.0"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"