@azure/mcp 0.5.1 → 0.5.3

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 +17 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -59,9 +59,9 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
59
59
 
60
60
  * "Show me details about my Azure SQL database 'mydb'"
61
61
  * "List all databases in my Azure SQL server 'myserver'"
62
- * "List Active Directory administrators for my Azure SQL server 'myserver'"
63
62
  * "List all firewall rules for my Azure SQL server 'myserver'"
64
63
  * "List all elastic pools in my Azure SQL server 'myserver'"
64
+ * "List Active Directory administrators for my Azure SQL server 'myserver'"
65
65
 
66
66
  ### 🔧 Azure Resource Management
67
67
 
@@ -75,6 +75,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
75
75
  * "Show me the tables in my Storage account"
76
76
  * "Get details about my Storage container"
77
77
  * "List paths in my Data Lake file system"
78
+ * "List files and directories in my File Share"
78
79
 
79
80
  ## 🛠️ Currently Supported Tools
80
81
 
@@ -212,7 +213,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
212
213
  * Show database details and properties
213
214
  * List the details and properties of all databases
214
215
  * List SQL server firewall rules
215
- * List elastic pools and their configurations
216
+
217
+ ### 🗄️ Azure SQL Elastic Pool
218
+
219
+ * List elastic pools in SQL servers
220
+
221
+ ### 🗄️ Azure SQL Server
222
+
223
+ * List Microsoft Entra ID administrators for SQL servers
216
224
 
217
225
  ### 💾 Azure Storage
218
226
 
@@ -221,6 +229,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
221
229
  * List and query Storage tables
222
230
  * List paths in Data Lake file systems
223
231
  * Get container properties and metadata
232
+ * List files and directories in File Shares
224
233
 
225
234
  ### 📋 Azure Subscription
226
235
 
@@ -230,6 +239,12 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
230
239
 
231
240
  * Get secure, production-grade Azure Terraform best practices for effective code generation and command execution
232
241
 
242
+ ### 🖥️ Azure Virtual Desktop
243
+
244
+ * List Azure Virtual Desktop host pools
245
+ * List session hosts in host pools
246
+ * List user sessions on a session host
247
+
233
248
  ### 📊 Azure Workbooks
234
249
 
235
250
  * List workbooks in resource groups
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
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.1",
37
- "@azure/mcp-darwin-x64": "0.5.1",
38
- "@azure/mcp-linux-arm64": "0.5.1",
39
- "@azure/mcp-darwin-arm64": "0.5.1",
40
- "@azure/mcp-win32-x64": "0.5.1",
41
- "@azure/mcp-win32-arm64": "0.5.1"
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"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"