@azure/mcp-linux-arm64 3.0.0-beta.40 → 3.0.0-beta.42
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.
- package/README.md +20 -2
- package/dist/azmcp +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,6 +138,13 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
138
138
|
### 📊 Azure Advisor
|
|
139
139
|
|
|
140
140
|
* "List my Advisor recommendations"
|
|
141
|
+
* "Summarize the key themes from my Advisor recommendations"
|
|
142
|
+
* "Show the top 10 most common Advisor recommendation types"
|
|
143
|
+
* "Break down my Advisor recommendations by lifecycle status"
|
|
144
|
+
* "Summarize active service-retirement recommendations by retirement date"
|
|
145
|
+
* "Mark an Advisor recommendation as completed"
|
|
146
|
+
* "Dismiss an Advisor recommendation because the risk is acceptable"
|
|
147
|
+
* "Postpone an Advisor recommendation until December 31, 2026"
|
|
141
148
|
* "Apply Advisor recommendations to IaaC files"
|
|
142
149
|
* "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
|
|
143
150
|
* "Show Advisor service retirements on or after March 31, 2026"
|
|
@@ -283,6 +290,12 @@ Example prompts that generate Azure CLI commands:
|
|
|
283
290
|
* "Search documents in container 'items' from database 'mydb' where 'description' contains 'wireless headphones'"
|
|
284
291
|
* "Find documents similar to 'noise cancelling earbuds' in container 'items' of database 'mydb' using vector property 'embedding'"
|
|
285
292
|
|
|
293
|
+
### Azure Data Manager for Energy
|
|
294
|
+
|
|
295
|
+
* "Check authentication and connectivity for my ADME endpoint and data partition"
|
|
296
|
+
* "Get an ADME schema by kind"
|
|
297
|
+
* "List shared Well schemas from my ADME data partition"
|
|
298
|
+
|
|
286
299
|
### 🧮 Azure Data Explorer
|
|
287
300
|
|
|
288
301
|
* "Get Azure Data Explorer databases in cluster 'mycluster'"
|
|
@@ -459,6 +472,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
459
472
|
* "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
|
|
460
473
|
* "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
|
|
461
474
|
* "Get the resilience drill 'my-drill' in service group 'my-service-group'"
|
|
475
|
+
* "Add the note 'Failover validation completed' to drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
476
|
+
* "Start failover for drill run 'my-drill-run' of drill 'my-drill' in service group 'my-service-group', using source location 'eastus-az1'"
|
|
477
|
+
* "Resume paused drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group' and proceed from fault injection to failover"
|
|
478
|
+
* "Reprotect failed-over resources in drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
462
479
|
* "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
|
|
463
480
|
* "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
|
|
464
481
|
|
|
@@ -491,10 +508,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
491
508
|
|
|
492
509
|
## Complete List of Supported Azure Services
|
|
493
510
|
|
|
494
|
-
The Azure MCP Server provides tools for interacting with **
|
|
511
|
+
The Azure MCP Server provides tools for interacting with **45+ Azure service areas**:
|
|
495
512
|
|
|
496
513
|
- 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
497
|
-
- 📊 **Azure Advisor** - Advisor
|
|
514
|
+
- 📊 **Azure Advisor** - Advisor recommendation records, aggregate summaries, lifecycle state management, and recommendation metadata
|
|
498
515
|
- 🔎 **Azure AI Search** - Search engine/vector database operations
|
|
499
516
|
- 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
|
|
500
517
|
- ⚙️ **Azure App Configuration** - Configuration management
|
|
@@ -508,6 +525,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
|
|
|
508
525
|
- 📦 **Azure Container Apps** - Container hosting
|
|
509
526
|
- 📦 **Azure Container Registry (ACR)** - Container registry management
|
|
510
527
|
- 📊 **Azure Cosmos DB** - NoSQL database operations
|
|
528
|
+
- **Azure Data Manager for Energy** - Health checks and OSDU schema operations
|
|
511
529
|
- 🧮 **Azure Data Explorer** - Analytics queries and KQL
|
|
512
530
|
- 🐬 **Azure Database for MySQL** - MySQL database management
|
|
513
531
|
- 🐘 **Azure Database for PostgreSQL** - PostgreSQL database management
|
package/dist/azmcp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-linux-arm64",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.42",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on arm64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|