@azure/mcp-linux-arm64 3.0.0-beta.41 → 3.0.0-beta.43
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 +32 -4
- package/dist/azmcp +0 -0
- package/package.json +1 -1
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,11 +290,29 @@ 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
|
+
* "Fetch multiple OSDU records by id from my ADME data partition"
|
|
299
|
+
* "Get an OSDU record by id or version from my ADME data partition"
|
|
300
|
+
* "List OSDU record ids for a kind in my ADME data partition"
|
|
301
|
+
* "List all versions of an OSDU record in my ADME data partition"
|
|
302
|
+
|
|
289
303
|
### 🧮 Azure Data Explorer
|
|
290
304
|
|
|
291
305
|
* "Get Azure Data Explorer databases in cluster 'mycluster'"
|
|
292
306
|
* "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
|
|
293
307
|
|
|
308
|
+
### 🐘 Azure Database for PostgreSQL
|
|
309
|
+
|
|
310
|
+
* "List all PostgreSQL servers in my subscription"
|
|
311
|
+
* "Show me the tables in the PostgreSQL database 'mydb' in server 'myserver' as user 'myuser'"
|
|
312
|
+
* "Show me the schema of table 'users' in the PostgreSQL database 'mydb' in server 'myserver' as user 'myuser'"
|
|
313
|
+
* "Show me all items that contain the word 'error' in the PostgreSQL database 'mydb' in server 'myserver' as user 'myuser'"
|
|
314
|
+
* "Show me the configuration of PostgreSQL server 'myserver' in resource group 'my-resource-group' as user 'myuser'"
|
|
315
|
+
|
|
294
316
|
### 📣 Azure Event Grid
|
|
295
317
|
|
|
296
318
|
* "List all Event Grid topics in subscription 'my-subscription'"
|
|
@@ -372,7 +394,8 @@ Example prompts that generate Azure CLI commands:
|
|
|
372
394
|
|
|
373
395
|
### 📊 Azure Monitor
|
|
374
396
|
|
|
375
|
-
* "Query my Log Analytics workspace"
|
|
397
|
+
* "Query an Analytics table in my Log Analytics workspace"
|
|
398
|
+
* "Search a Basic or Auxiliary table in my Log Analytics workspace over the last day"
|
|
376
399
|
* "List my Azure Monitor Health Models"
|
|
377
400
|
* "Get details for my Azure Monitor Health Model 'my-health-model'"
|
|
378
401
|
|
|
@@ -462,6 +485,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
462
485
|
* "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
|
|
463
486
|
* "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
|
|
464
487
|
* "Get the resilience drill 'my-drill' in service group 'my-service-group'"
|
|
488
|
+
* "Add the note 'Failover validation completed' to drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
489
|
+
* "Start failover for drill run 'my-drill-run' of drill 'my-drill' in service group 'my-service-group', using source location 'eastus-az1'"
|
|
490
|
+
* "Resume paused drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group' and proceed from fault injection to failover"
|
|
491
|
+
* "Reprotect failed-over resources in drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
465
492
|
* "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
|
|
466
493
|
* "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
|
|
467
494
|
|
|
@@ -494,10 +521,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
494
521
|
|
|
495
522
|
## Complete List of Supported Azure Services
|
|
496
523
|
|
|
497
|
-
The Azure MCP Server provides tools for interacting with **
|
|
524
|
+
The Azure MCP Server provides tools for interacting with **45+ Azure service areas**:
|
|
498
525
|
|
|
499
526
|
- 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
500
|
-
- 📊 **Azure Advisor** - Advisor
|
|
527
|
+
- 📊 **Azure Advisor** - Advisor recommendation records, aggregate summaries, lifecycle state management, and recommendation metadata
|
|
501
528
|
- 🔎 **Azure AI Search** - Search engine/vector database operations
|
|
502
529
|
- 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
|
|
503
530
|
- ⚙️ **Azure App Configuration** - Configuration management
|
|
@@ -511,6 +538,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
|
|
|
511
538
|
- 📦 **Azure Container Apps** - Container hosting
|
|
512
539
|
- 📦 **Azure Container Registry (ACR)** - Container registry management
|
|
513
540
|
- 📊 **Azure Cosmos DB** - NoSQL database operations
|
|
541
|
+
- **Azure Data Manager for Energy** - Health checks and OSDU schema, record retrieval, and version history operations
|
|
514
542
|
- 🧮 **Azure Data Explorer** - Analytics queries and KQL
|
|
515
543
|
- 🐬 **Azure Database for MySQL** - MySQL database management
|
|
516
544
|
- 🐘 **Azure Database for PostgreSQL** - PostgreSQL database management
|
|
@@ -527,7 +555,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
|
|
|
527
555
|
- 🗃️ **Azure Managed Lustre** - High-performance Lustre filesystem operations
|
|
528
556
|
- 🏪 **Azure Marketplace** - Product discovery
|
|
529
557
|
- 🔄 **Azure Migrate** - Platform Landing Zone generation and modification guidance
|
|
530
|
-
- 📈 **Azure Monitor** -
|
|
558
|
+
- 📈 **Azure Monitor** - Log queries, Basic and Auxiliary table search, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
|
|
531
559
|
- ⚖️ **Azure Policy** - Policies set to enforce organizational standards
|
|
532
560
|
- ⚙️ **Azure Native ISV Services** - Third-party integrations
|
|
533
561
|
- 🛡️ **Azure Quick Review CLI** - Compliance scanning
|
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.43",
|
|
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",
|