@azure/mcp 0.5.5 → 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 +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -77,6 +77,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
77
77
  ### 💾 Azure Storage
78
78
 
79
79
  * "List my Azure storage accounts"
80
+ * "Get details about my storage account 'mystorageaccount'"
80
81
  * "Create a new storage account in East US with Data Lake support"
81
82
  * "Show me the tables in my Storage account"
82
83
  * "Get details about my Storage container"
@@ -151,6 +152,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
151
152
  * List Azure Foundry models
152
153
  * Deploy foundry models
153
154
  * List foundry model deployments
155
+
156
+ ### ☁️ Azure Function App
157
+
158
+ * List Azure Function Apps
154
159
 
155
160
  ### 🚀 Azure Managed Grafana
156
161
 
@@ -237,6 +242,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
237
242
  ### 💾 Azure Storage
238
243
 
239
244
  * List and create Storage accounts
245
+ * Get detailed information about specific Storage accounts
240
246
  * Manage blob containers and blobs
241
247
  * List and query Storage tables
242
248
  * List paths in Data Lake file systems
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.5.5",
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.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"
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"