@azure/mcp 0.5.4 β†’ 0.5.6

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 +20 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -36,6 +36,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
36
36
  * "List my App Configuration stores"
37
37
  * "Show my key-value pairs in App Config"
38
38
 
39
+ ### πŸ“¦ Azure Container Registry (ACR)
40
+
41
+ * "List all my Azure Container Registries"
42
+ * "Show me my container registries in the 'myproject' resource group"
43
+
39
44
  ### ☸️ Azure Kubernetes Service (AKS)
40
45
 
41
46
  * "List my AKS clusters in my subscription"
@@ -72,10 +77,13 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
72
77
  ### πŸ’Ύ Azure Storage
73
78
 
74
79
  * "List my Azure storage accounts"
80
+ * "Get details about my storage account 'mystorageaccount'"
81
+ * "Create a new storage account in East US with Data Lake support"
75
82
  * "Show me the tables in my Storage account"
76
83
  * "Get details about my Storage container"
77
84
  * "List paths in my Data Lake file system"
78
85
  * "List files and directories in my File Share"
86
+ * "Send a message to my storage queue"
79
87
 
80
88
  ## πŸ› οΈ Currently Supported Tools
81
89
 
@@ -103,6 +111,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
103
111
 
104
112
  * Execute Azure CLI commands directly
105
113
  * Support for all Azure CLI functionality
114
+
115
+ ### πŸ“¦ Azure Container Registry (ACR)
116
+
117
+ * List Azure Container Registries in a subscription
118
+ * Filter container registries by resource group
106
119
  * JSON output formatting
107
120
  * Cross-platform compatibility
108
121
 
@@ -139,6 +152,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
139
152
  * List Azure Foundry models
140
153
  * Deploy foundry models
141
154
  * List foundry model deployments
155
+
156
+ ### ☁️ Azure Function App
157
+
158
+ * List Azure Function Apps
142
159
 
143
160
  ### πŸš€ Azure Managed Grafana
144
161
 
@@ -224,7 +241,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
224
241
 
225
242
  ### πŸ’Ύ Azure Storage
226
243
 
227
- * List Storage accounts
244
+ * List and create Storage accounts
245
+ * Get detailed information about specific Storage accounts
228
246
  * Manage blob containers and blobs
229
247
  * List and query Storage tables
230
248
  * List paths in Data Lake file systems
@@ -240,7 +258,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
240
258
  * Get secure, production-grade Azure Terraform best practices for effective code generation and command execution
241
259
 
242
260
  ### πŸ–₯️ Azure Virtual Desktop
243
-
261
+
244
262
  * List Azure Virtual Desktop host pools
245
263
  * List session hosts in host pools
246
264
  * List user sessions on a session host
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
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.4",
37
- "@azure/mcp-darwin-x64": "0.5.4",
38
- "@azure/mcp-linux-arm64": "0.5.4",
39
- "@azure/mcp-darwin-arm64": "0.5.4",
40
- "@azure/mcp-win32-x64": "0.5.4",
41
- "@azure/mcp-win32-arm64": "0.5.4"
36
+ "@azure/mcp-linux-x64": "0.5.6",
37
+ "@azure/mcp-darwin-x64": "0.5.6",
38
+ "@azure/mcp-linux-arm64": "0.5.6",
39
+ "@azure/mcp-darwin-arm64": "0.5.6",
40
+ "@azure/mcp-win32-x64": "0.5.6",
41
+ "@azure/mcp-win32-arm64": "0.5.6"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"