@azure/mcp-linux-arm64 3.0.0-beta.41 → 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.
Files changed (3) hide show
  1. package/README.md +17 -2
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -138,6 +138,10 @@ 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"
141
145
  * "Mark an Advisor recommendation as completed"
142
146
  * "Dismiss an Advisor recommendation because the risk is acceptable"
143
147
  * "Postpone an Advisor recommendation until December 31, 2026"
@@ -286,6 +290,12 @@ Example prompts that generate Azure CLI commands:
286
290
  * "Search documents in container 'items' from database 'mydb' where 'description' contains 'wireless headphones'"
287
291
  * "Find documents similar to 'noise cancelling earbuds' in container 'items' of database 'mydb' using vector property 'embedding'"
288
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
+
289
299
  ### 🧮 Azure Data Explorer
290
300
 
291
301
  * "Get Azure Data Explorer databases in cluster 'mycluster'"
@@ -462,6 +472,10 @@ Example prompts that generate Azure CLI commands:
462
472
  * "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
463
473
  * "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
464
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'"
465
479
  * "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
466
480
  * "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
467
481
 
@@ -494,10 +508,10 @@ Example prompts that generate Azure CLI commands:
494
508
 
495
509
  ## Complete List of Supported Azure Services
496
510
 
497
- The Azure MCP Server provides tools for interacting with **44+ Azure service areas**:
511
+ The Azure MCP Server provides tools for interacting with **45+ Azure service areas**:
498
512
 
499
513
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
500
- - 📊 **Azure Advisor** - Advisor recommendations, recommendation state management, and recommendation metadata
514
+ - 📊 **Azure Advisor** - Advisor recommendation records, aggregate summaries, lifecycle state management, and recommendation metadata
501
515
  - 🔎 **Azure AI Search** - Search engine/vector database operations
502
516
  - 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
503
517
  - ⚙️ **Azure App Configuration** - Configuration management
@@ -511,6 +525,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
511
525
  - 📦 **Azure Container Apps** - Container hosting
512
526
  - 📦 **Azure Container Registry (ACR)** - Container registry management
513
527
  - 📊 **Azure Cosmos DB** - NoSQL database operations
528
+ - **Azure Data Manager for Energy** - Health checks and OSDU schema operations
514
529
  - 🧮 **Azure Data Explorer** - Analytics queries and KQL
515
530
  - 🐬 **Azure Database for MySQL** - MySQL database management
516
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.41",
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",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/microsoft/mcp/issues"
15
15
  },
16
16
  "repository": {
17
- "url": "https://github.com/microsoft/mcp.git",
18
- "type": "git"
17
+ "type": "git",
18
+ "url": "https://github.com/microsoft/mcp.git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=22.0.0"