@azure/mcp-linux-arm64 3.0.0-beta.43 โ 3.0.0-beta.45
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 +91 -6
- package/dist/azmcp +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,6 +149,7 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
149
149
|
* "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
|
|
150
150
|
* "Show Advisor service retirements on or after March 31, 2026"
|
|
151
151
|
* "Get Advisor metadata for a recommendation type id"
|
|
152
|
+
* "How do I fix an Advisor recommendation type id? Get the ARM, Bicep, CLI, PowerShell and terraform artifacts to remediate it"
|
|
152
153
|
|
|
153
154
|
### ๐ Azure AI Search
|
|
154
155
|
|
|
@@ -295,6 +296,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
295
296
|
* "Check authentication and connectivity for my ADME endpoint and data partition"
|
|
296
297
|
* "Get an ADME schema by kind"
|
|
297
298
|
* "List shared Well schemas from my ADME data partition"
|
|
299
|
+
* "Find ADME records matching an indexed-field Lucene query across multiple or wildcard kinds"
|
|
300
|
+
* "Aggregate ADME search results by kind and sort them by id"
|
|
301
|
+
* "Start a point-in-time ADME search snapshot to process more than 10,000 records"
|
|
302
|
+
* "Continue an ADME snapshot search from its cursor"
|
|
298
303
|
* "Fetch multiple OSDU records by id from my ADME data partition"
|
|
299
304
|
* "Get an OSDU record by id or version from my ADME data partition"
|
|
300
305
|
* "List OSDU record ids for a kind in my ADME data partition"
|
|
@@ -325,6 +330,14 @@ Example prompts that generate Azure CLI commands:
|
|
|
325
330
|
* "Publish an event with data '{\"name\": \"test\"}' to topic 'my-topic' using CloudEvents schema"
|
|
326
331
|
* "Send custom event data to Event Grid topic 'analytics-events' with EventGrid schema"
|
|
327
332
|
|
|
333
|
+
### โก Azure Event Hubs
|
|
334
|
+
|
|
335
|
+
* "Get details for Event Hubs namespace 'my-namespace' in resource group 'my-rg'"
|
|
336
|
+
* "Update tags on Event Hubs namespace 'my-namespace' in resource group 'my-rg'"
|
|
337
|
+
* "Get details for Event Hub 'my-eventhub' in namespace 'my-namespace' of resource group 'my-rg'"
|
|
338
|
+
* "Get consumer group 'my-consumergroup' for Event Hub 'my-eventhub' in namespace 'my-namespace' of resource group 'my-rg'"
|
|
339
|
+
* "Delete consumer group 'my-consumergroup' from Event Hub 'my-eventhub' in namespace 'my-namespace' and resource group 'my-rg'"
|
|
340
|
+
|
|
328
341
|
### ๐ Azure File Shares
|
|
329
342
|
|
|
330
343
|
* "Get details about a specific file share in my resource group"
|
|
@@ -368,6 +381,11 @@ Example prompts that generate Azure CLI commands:
|
|
|
368
381
|
* "Compile an IoT Hub query for devices where reported batteryLevel is less than 20"
|
|
369
382
|
* "Discover the queryable device twin fields in IoT Hub 'my-iot-hub'"
|
|
370
383
|
|
|
384
|
+
### ๐ญ Azure IoT Operations
|
|
385
|
+
|
|
386
|
+
* "List all Azure IoT Operations instances in my subscription"
|
|
387
|
+
* "Get details for Azure IoT Operations instance 'my-instance' in resource group 'my-resource-group'"
|
|
388
|
+
|
|
371
389
|
### ๐ Azure Key Vault
|
|
372
390
|
|
|
373
391
|
* "List all secrets in my key vault 'my-vault'"
|
|
@@ -385,12 +403,21 @@ Example prompts that generate Azure CLI commands:
|
|
|
385
403
|
* "List the node pools for my AKS cluster"
|
|
386
404
|
* "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"
|
|
387
405
|
|
|
406
|
+
### ๐ Azure Managed Grafana
|
|
407
|
+
|
|
408
|
+
* "List all Managed Grafana workspaces in my subscription"
|
|
409
|
+
* "Find Azure Managed Grafana workspaces available in subscription 'my-subscription'"
|
|
410
|
+
|
|
388
411
|
### โก Azure Managed Lustre
|
|
389
412
|
|
|
390
413
|
* "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
|
|
391
|
-
* "How many IP
|
|
392
|
-
* "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'
|
|
393
|
-
* Create a 4
|
|
414
|
+
* "How many IP addresses do I need to create a 128 TiB cluster of AMLFS 500?"
|
|
415
|
+
* "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'"
|
|
416
|
+
* "Create a 4 TiB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'"
|
|
417
|
+
* "Create an expansion job to increase the storage capacity of my AMLFS filesystem 'my-filesystem' to 128 TiB in resource group 'my-rg'"
|
|
418
|
+
* "Get the expansion job 'my-expansion-job' for AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
|
|
419
|
+
* "List all expansion jobs for the AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
|
|
420
|
+
* "Delete the expansion job 'my-expansion-job' for AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
|
|
394
421
|
|
|
395
422
|
### ๐ Azure Monitor
|
|
396
423
|
|
|
@@ -407,12 +434,34 @@ Example prompts that generate Azure CLI commands:
|
|
|
407
434
|
* "Continue to the next orchestration step after I complete the previous action"
|
|
408
435
|
* "Send brownfield analysis findings to continue migration planning"
|
|
409
436
|
|
|
437
|
+
### ๐ Azure Quota
|
|
438
|
+
|
|
439
|
+
* "Check resource usage and quota for 'Microsoft.App/containerApps' in region 'eastus'"
|
|
440
|
+
* "Check current quota and usage for 'Microsoft.Compute/virtualMachines,Microsoft.Storage/storageAccounts' in 'westeurope'"
|
|
441
|
+
* "List available regions for resource type 'Microsoft.Web/sites'"
|
|
442
|
+
* "Find available regions for cognitive service model 'gpt-4o' of type 'Microsoft.CognitiveServices/accounts'"
|
|
443
|
+
|
|
410
444
|
### ๐ง Azure Resource Management
|
|
411
445
|
|
|
412
446
|
* "List my resource groups"
|
|
413
447
|
* "List my Azure CDN endpoints"
|
|
414
448
|
* "Help me build an Azure application using Node.js"
|
|
415
449
|
|
|
450
|
+
### ๐ฉบ Azure Resource Health
|
|
451
|
+
|
|
452
|
+
* "Get availability status for resource '/subscriptions/my-sub/resourceGroups/my-rg/providers/Microsoft.Compute/virtualMachines/my-vm'"
|
|
453
|
+
* "Check current health and availability of my Azure resource 'my-vm'"
|
|
454
|
+
* "List active service health issues in my subscription"
|
|
455
|
+
* "List planned maintenance events affecting my Azure resources"
|
|
456
|
+
* "Find service health event details for tracking ID 'ABC1-XYZ'"
|
|
457
|
+
|
|
458
|
+
### ๐ฒ Azure Retail Pricing
|
|
459
|
+
|
|
460
|
+
* "Get retail pricing for SKU 'Standard_D2s_v5' in region 'eastus'"
|
|
461
|
+
* "Check pricing for Virtual Machines SKU 'Standard_E4s_v5' in region 'westeurope' with currency 'EUR'"
|
|
462
|
+
* "Get one-year and three-year reservation pricing for SKU 'Standard_B2s'"
|
|
463
|
+
* "Find retail prices for Azure App Service in region 'centralus'"
|
|
464
|
+
|
|
416
465
|
### ๐๏ธ Azure SQL Database
|
|
417
466
|
|
|
418
467
|
* "List all SQL servers in my subscription"
|
|
@@ -430,6 +479,12 @@ Example prompts that generate Azure CLI commands:
|
|
|
430
479
|
* "Show me details about my Azure SQL server 'myserver'"
|
|
431
480
|
* "Delete my Azure SQL server 'myserver'"
|
|
432
481
|
|
|
482
|
+
### ๐ถ Azure SignalR Service
|
|
483
|
+
|
|
484
|
+
* "List all SignalR services in my subscription"
|
|
485
|
+
* "List SignalR services in resource group 'my-resource-group'"
|
|
486
|
+
* "Get details for SignalR service 'my-signalr' in resource group 'my-resource-group'"
|
|
487
|
+
|
|
433
488
|
### ๐ค Azure SRE Agent
|
|
434
489
|
|
|
435
490
|
* "List my Azure SRE Agent resources"
|
|
@@ -482,9 +537,27 @@ Example prompts that generate Azure CLI commands:
|
|
|
482
537
|
* "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
483
538
|
* "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
|
|
484
539
|
* "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
540
|
+
* "Check whether recovery plan 'my-recovery-plan' and its protected resources are ready for recovery operations in service group 'my-service-group'"
|
|
541
|
+
* "Validate which resources in recovery plan 'my-recovery-plan' in service group 'my-service-group' can fail over from 'eastus'"
|
|
542
|
+
* "Fail over recovery plan 'my-recovery-plan' in service group 'my-service-group' from source location 'eastus'"
|
|
543
|
+
* "Reprotect resources for recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
544
|
+
* "Finalize recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
545
|
+
* "Resume paused recovery job 'my-job' for recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
546
|
+
* "Retry failed recovery job 'my-job' for recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
547
|
+
* "List all runs of drill 'my-drill' in service group 'my-service-group'"
|
|
548
|
+
* "Get drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
549
|
+
* "List all resources of drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
550
|
+
* "Get resource 'my-resource' from drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
485
551
|
* "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
|
|
486
552
|
* "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
|
|
487
553
|
* "Get the resilience drill 'my-drill' in service group 'my-service-group'"
|
|
554
|
+
* "List all resilience drills in service group 'my-service-group'"
|
|
555
|
+
* "List all resources targeted by drill 'my-drill' in service group 'my-service-group'"
|
|
556
|
+
* "Get drill resource 'my-resource' for drill 'my-drill' in service group 'my-service-group'"
|
|
557
|
+
* "Start resilience drill 'my-drill' in service group 'my-service-group' in Failover mode"
|
|
558
|
+
* "Run a TestFailover for resilience drill 'my-drill' in service group 'my-service-group'"
|
|
559
|
+
* "End resilience drill 'my-drill' in service group 'my-service-group' and attest it as Success with notes 'Validation completed'"
|
|
560
|
+
* "Stop the running resilience drill 'my-drill' in service group 'my-service-group' and attest it as Failed"
|
|
488
561
|
* "Add the note 'Failover validation completed' to drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
|
|
489
562
|
* "Start failover for drill run 'my-drill-run' of drill 'my-drill' in service group 'my-service-group', using source location 'eastus-az1'"
|
|
490
563
|
* "Resume paused drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group' and proceed from fault injection to failover"
|
|
@@ -519,6 +592,14 @@ Example prompts that generate Azure CLI commands:
|
|
|
519
592
|
* "Get Well-Architected Framework guidance for App Service"
|
|
520
593
|
* "What's the architectural guidance for Azure Cosmos DB?"
|
|
521
594
|
|
|
595
|
+
### ๐ Azure Workbooks
|
|
596
|
+
|
|
597
|
+
* "List all workbooks in resource group 'my-resource-group'"
|
|
598
|
+
* "Show details and content of workbook with resource ID '<workbook_resource_id>'"
|
|
599
|
+
* "Create a new workbook named 'Cost Analysis' in resource group 'my-resource-group'"
|
|
600
|
+
* "Update workbook 'my-workbook-id' with new dashboard visualization content"
|
|
601
|
+
* "Delete workbook 'my-workbook-id' from resource group 'my-resource-group'"
|
|
602
|
+
|
|
522
603
|
## Complete List of Supported Azure Services
|
|
523
604
|
|
|
524
605
|
The Azure MCP Server provides tools for interacting with **45+ Azure service areas**:
|
|
@@ -538,21 +619,23 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
|
|
|
538
619
|
- ๐ฆ **Azure Container Apps** - Container hosting
|
|
539
620
|
- ๐ฆ **Azure Container Registry (ACR)** - Container registry management
|
|
540
621
|
- ๐ **Azure Cosmos DB** - NoSQL database operations
|
|
541
|
-
- **Azure Data Manager for Energy** - Health checks and OSDU schema, record retrieval, and version history operations
|
|
622
|
+
- **Azure Data Manager for Energy** - Health checks and OSDU schema, record search, retrieval, and version history operations
|
|
542
623
|
- ๐งฎ **Azure Data Explorer** - Analytics queries and KQL
|
|
543
624
|
- ๐ฌ **Azure Database for MySQL** - MySQL database management
|
|
544
625
|
- ๐ **Azure Database for PostgreSQL** - PostgreSQL database management
|
|
545
626
|
- ๐ญ **Azure Device Registry** - Device Registry namespace management
|
|
546
627
|
- ๐ **Azure Event Grid** - Event routing and management
|
|
628
|
+
- โก **Azure Event Hubs** - Namespace, event hub, and consumer group management
|
|
547
629
|
- ๐ **Azure File Shares** - Azure managed file share operations
|
|
548
630
|
- โก **Azure Functions** - Function App management and functions project files, language support, and templates source code
|
|
549
631
|
- ๐ก **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
|
|
550
632
|
- ๐ **Azure IoT Hub** - IoT Hub resource discovery and details
|
|
633
|
+
- ๐ญ **Azure IoT Operations** - IoT Operations instance discovery and details
|
|
551
634
|
- ๐ **Azure Key Vault** - Secrets, keys, and certificates
|
|
552
635
|
- โธ๏ธ **Azure Kubernetes Service (AKS)** - Container orchestration
|
|
553
636
|
- ๐ฆ **Azure Load Testing** - Performance testing
|
|
554
637
|
- ๐ **Azure Managed Grafana** - Monitoring dashboards
|
|
555
|
-
- ๐๏ธ **Azure Managed Lustre** - High-performance Lustre filesystem operations
|
|
638
|
+
- ๐๏ธ **Azure Managed Lustre** - High-performance Lustre filesystem operations and expansion job management
|
|
556
639
|
- ๐ช **Azure Marketplace** - Product discovery
|
|
557
640
|
- ๐ **Azure Migrate** - Platform Landing Zone generation and modification guidance
|
|
558
641
|
- ๐ **Azure Monitor** - Log queries, Basic and Auxiliary table search, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
|
|
@@ -560,13 +643,15 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
|
|
|
560
643
|
- โ๏ธ **Azure Native ISV Services** - Third-party integrations
|
|
561
644
|
- ๐ก๏ธ **Azure Quick Review CLI** - Compliance scanning
|
|
562
645
|
- ๐ **Azure Quota** - Resource quota and usage management
|
|
646
|
+
- ๐ฒ **Azure Retail Pricing** - Retail pricing, reservation terms, and SKU cost lookup
|
|
563
647
|
- ๐ญ **Azure RBAC** - Access control management
|
|
564
648
|
- ๐ด **Azure Redis Cache** - In-memory data store
|
|
565
|
-
- ๐ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs, recovery job resources, and
|
|
649
|
+
- ๐ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery plan readiness checks, recovery jobs, recovery job resources, drills, drill resources, drill runs, drill run resources, recovery operations, and recovery plan failover validation
|
|
566
650
|
- ๐๏ธ **Azure Resource Groups** - Resource organization
|
|
567
651
|
- ๐ **Azure Service Bus** - Message queuing
|
|
568
652
|
- ๐งต **Azure Service Fabric** - Managed cluster node operations
|
|
569
653
|
- ๐ฅ **Azure Service Health** - Resource health status and availability
|
|
654
|
+
- ๐ถ **Azure SignalR Service** - SignalR service runtime management, network ACLs, and configuration
|
|
570
655
|
- ๐๏ธ **Azure SQL Database** - Relational database management
|
|
571
656
|
- ๐๏ธ **Azure SQL Elastic Pool** - Database resource sharing
|
|
572
657
|
- ๐๏ธ **Azure SQL Server** - Server administration
|
package/dist/azmcp
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/dist/azmcp
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 120410370 bytes
|
|
4
|
+
sha256: 45931ba642bcd2e8bd7d3038ef02a0533b63e14d377feeaa1650b4b5b3f9800b
|
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.45",
|
|
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",
|