@azure/mcp 0.5.3 β†’ 0.5.5

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 +14 -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,12 @@ 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
+ * "Create a new storage account in East US with Data Lake support"
75
81
  * "Show me the tables in my Storage account"
76
82
  * "Get details about my Storage container"
77
83
  * "List paths in my Data Lake file system"
78
84
  * "List files and directories in my File Share"
85
+ * "Send a message to my storage queue"
79
86
 
80
87
  ## πŸ› οΈ Currently Supported Tools
81
88
 
@@ -103,6 +110,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
103
110
 
104
111
  * Execute Azure CLI commands directly
105
112
  * Support for all Azure CLI functionality
113
+
114
+ ### πŸ“¦ Azure Container Registry (ACR)
115
+
116
+ * List Azure Container Registries in a subscription
117
+ * Filter container registries by resource group
106
118
  * JSON output formatting
107
119
  * Cross-platform compatibility
108
120
 
@@ -224,7 +236,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
224
236
 
225
237
  ### πŸ’Ύ Azure Storage
226
238
 
227
- * List Storage accounts
239
+ * List and create Storage accounts
228
240
  * Manage blob containers and blobs
229
241
  * List and query Storage tables
230
242
  * List paths in Data Lake file systems
@@ -240,7 +252,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
240
252
  * Get secure, production-grade Azure Terraform best practices for effective code generation and command execution
241
253
 
242
254
  ### πŸ–₯️ Azure Virtual Desktop
243
-
255
+
244
256
  * List Azure Virtual Desktop host pools
245
257
  * List session hosts in host pools
246
258
  * 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.3",
3
+ "version": "0.5.5",
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.3",
37
- "@azure/mcp-darwin-x64": "0.5.3",
38
- "@azure/mcp-linux-arm64": "0.5.3",
39
- "@azure/mcp-darwin-arm64": "0.5.3",
40
- "@azure/mcp-win32-x64": "0.5.3",
41
- "@azure/mcp-win32-arm64": "0.5.3"
36
+ "@azure/mcp-linux-x64": "0.5.5",
37
+ "@azure/mcp-darwin-x64": "0.5.5",
38
+ "@azure/mcp-linux-arm64": "0.5.5",
39
+ "@azure/mcp-darwin-arm64": "0.5.5",
40
+ "@azure/mcp-win32-x64": "0.5.5",
41
+ "@azure/mcp-win32-arm64": "0.5.5"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"