@azure/mcp-linux-arm64 3.0.0-beta.43 โ†’ 3.0.0-beta.44

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 +34 -6
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
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"
@@ -368,6 +373,11 @@ Example prompts that generate Azure CLI commands:
368
373
  * "Compile an IoT Hub query for devices where reported batteryLevel is less than 20"
369
374
  * "Discover the queryable device twin fields in IoT Hub 'my-iot-hub'"
370
375
 
376
+ ### ๐Ÿญ Azure IoT Operations
377
+
378
+ * "List all Azure IoT Operations instances in my subscription"
379
+ * "Get details for Azure IoT Operations instance 'my-instance' in resource group 'my-resource-group'"
380
+
371
381
  ### ๐Ÿ”‘ Azure Key Vault
372
382
 
373
383
  * "List all secrets in my key vault 'my-vault'"
@@ -388,9 +398,13 @@ Example prompts that generate Azure CLI commands:
388
398
  ### โšก Azure Managed Lustre
389
399
 
390
400
  * "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
391
- * "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
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 TIB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'
401
+ * "How many IP addresses do I need to create a 128 TiB cluster of AMLFS 500?"
402
+ * "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'"
403
+ * "Create a 4 TiB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'"
404
+ * "Create an expansion job to increase the storage capacity of my AMLFS filesystem 'my-filesystem' to 128 TiB in resource group 'my-rg'"
405
+ * "Get the expansion job 'my-expansion-job' for AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
406
+ * "List all expansion jobs for the AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
407
+ * "Delete the expansion job 'my-expansion-job' for AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
394
408
 
395
409
  ### ๐Ÿ“Š Azure Monitor
396
410
 
@@ -482,9 +496,22 @@ Example prompts that generate Azure CLI commands:
482
496
  * "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
483
497
  * "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
484
498
  * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
499
+ * "Check whether recovery plan 'my-recovery-plan' and its protected resources are ready for recovery operations in service group 'my-service-group'"
500
+ * "Validate which resources in recovery plan 'my-recovery-plan' in service group 'my-service-group' can fail over from 'eastus'"
501
+ * "List all runs of drill 'my-drill' in service group 'my-service-group'"
502
+ * "Get drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
503
+ * "List all resources of drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
504
+ * "Get resource 'my-resource' from drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
485
505
  * "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
486
506
  * "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
487
507
  * "Get the resilience drill 'my-drill' in service group 'my-service-group'"
508
+ * "List all resilience drills in service group 'my-service-group'"
509
+ * "List all resources targeted by drill 'my-drill' in service group 'my-service-group'"
510
+ * "Get drill resource 'my-resource' for drill 'my-drill' in service group 'my-service-group'"
511
+ * "Start resilience drill 'my-drill' in service group 'my-service-group' in Failover mode"
512
+ * "Run a TestFailover for resilience drill 'my-drill' in service group 'my-service-group'"
513
+ * "End resilience drill 'my-drill' in service group 'my-service-group' and attest it as Success with notes 'Validation completed'"
514
+ * "Stop the running resilience drill 'my-drill' in service group 'my-service-group' and attest it as Failed"
488
515
  * "Add the note 'Failover validation completed' to drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
489
516
  * "Start failover for drill run 'my-drill-run' of drill 'my-drill' in service group 'my-service-group', using source location 'eastus-az1'"
490
517
  * "Resume paused drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group' and proceed from fault injection to failover"
@@ -538,7 +565,7 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
538
565
  - ๐Ÿ“ฆ **Azure Container Apps** - Container hosting
539
566
  - ๐Ÿ“ฆ **Azure Container Registry (ACR)** - Container registry management
540
567
  - ๐Ÿ“Š **Azure Cosmos DB** - NoSQL database operations
541
- - **Azure Data Manager for Energy** - Health checks and OSDU schema, record retrieval, and version history operations
568
+ - **Azure Data Manager for Energy** - Health checks and OSDU schema, record search, retrieval, and version history operations
542
569
  - ๐Ÿงฎ **Azure Data Explorer** - Analytics queries and KQL
543
570
  - ๐Ÿฌ **Azure Database for MySQL** - MySQL database management
544
571
  - ๐Ÿ˜ **Azure Database for PostgreSQL** - PostgreSQL database management
@@ -548,11 +575,12 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
548
575
  - โšก **Azure Functions** - Function App management and functions project files, language support, and templates source code
549
576
  - ๐Ÿ’ก **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
550
577
  - ๐ŸŒ **Azure IoT Hub** - IoT Hub resource discovery and details
578
+ - ๐Ÿญ **Azure IoT Operations** - IoT Operations instance discovery and details
551
579
  - ๐Ÿ”‘ **Azure Key Vault** - Secrets, keys, and certificates
552
580
  - โ˜ธ๏ธ **Azure Kubernetes Service (AKS)** - Container orchestration
553
581
  - ๐Ÿ“ฆ **Azure Load Testing** - Performance testing
554
582
  - ๐Ÿš€ **Azure Managed Grafana** - Monitoring dashboards
555
- - ๐Ÿ—ƒ๏ธ **Azure Managed Lustre** - High-performance Lustre filesystem operations
583
+ - ๐Ÿ—ƒ๏ธ **Azure Managed Lustre** - High-performance Lustre filesystem operations and expansion job management
556
584
  - ๐Ÿช **Azure Marketplace** - Product discovery
557
585
  - ๐Ÿ”„ **Azure Migrate** - Platform Landing Zone generation and modification guidance
558
586
  - ๐Ÿ“ˆ **Azure Monitor** - Log queries, Basic and Auxiliary table search, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
@@ -562,7 +590,7 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
562
590
  - ๐Ÿ“Š **Azure Quota** - Resource quota and usage management
563
591
  - ๐ŸŽญ **Azure RBAC** - Access control management
564
592
  - ๐Ÿ”ด **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 drills
593
+ - ๐Ÿ›ก๏ธ **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, and recovery plan failover validation
566
594
  - ๐Ÿ—๏ธ **Azure Resource Groups** - Resource organization
567
595
  - ๐ŸšŒ **Azure Service Bus** - Message queuing
568
596
  - ๐Ÿงต **Azure Service Fabric** - Managed cluster node operations
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.43",
3
+ "version": "3.0.0-beta.44",
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"