@azure/mcp-linux-arm64 3.0.0-beta.44 โ†’ 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.
Files changed (3) hide show
  1. package/README.md +58 -1
  2. package/dist/azmcp +2 -2
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -330,6 +330,14 @@ Example prompts that generate Azure CLI commands:
330
330
  * "Publish an event with data '{\"name\": \"test\"}' to topic 'my-topic' using CloudEvents schema"
331
331
  * "Send custom event data to Event Grid topic 'analytics-events' with EventGrid schema"
332
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
+
333
341
  ### ๐Ÿ“‚ Azure File Shares
334
342
 
335
343
  * "Get details about a specific file share in my resource group"
@@ -395,6 +403,11 @@ Example prompts that generate Azure CLI commands:
395
403
  * "List the node pools for my AKS cluster"
396
404
  * "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"
397
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
+
398
411
  ### โšก Azure Managed Lustre
399
412
 
400
413
  * "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
@@ -421,12 +434,34 @@ Example prompts that generate Azure CLI commands:
421
434
  * "Continue to the next orchestration step after I complete the previous action"
422
435
  * "Send brownfield analysis findings to continue migration planning"
423
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
+
424
444
  ### ๐Ÿ”ง Azure Resource Management
425
445
 
426
446
  * "List my resource groups"
427
447
  * "List my Azure CDN endpoints"
428
448
  * "Help me build an Azure application using Node.js"
429
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
+
430
465
  ### ๐Ÿ—„๏ธ Azure SQL Database
431
466
 
432
467
  * "List all SQL servers in my subscription"
@@ -444,6 +479,12 @@ Example prompts that generate Azure CLI commands:
444
479
  * "Show me details about my Azure SQL server 'myserver'"
445
480
  * "Delete my Azure SQL server 'myserver'"
446
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
+
447
488
  ### ๐Ÿค– Azure SRE Agent
448
489
 
449
490
  * "List my Azure SRE Agent resources"
@@ -498,6 +539,11 @@ Example prompts that generate Azure CLI commands:
498
539
  * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
499
540
  * "Check whether recovery plan 'my-recovery-plan' and its protected resources are ready for recovery operations in service group 'my-service-group'"
500
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'"
501
547
  * "List all runs of drill 'my-drill' in service group 'my-service-group'"
502
548
  * "Get drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
503
549
  * "List all resources of drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
@@ -546,6 +592,14 @@ Example prompts that generate Azure CLI commands:
546
592
  * "Get Well-Architected Framework guidance for App Service"
547
593
  * "What's the architectural guidance for Azure Cosmos DB?"
548
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
+
549
603
  ## Complete List of Supported Azure Services
550
604
 
551
605
  The Azure MCP Server provides tools for interacting with **45+ Azure service areas**:
@@ -571,6 +625,7 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
571
625
  - ๐Ÿ˜ **Azure Database for PostgreSQL** - PostgreSQL database management
572
626
  - ๐Ÿญ **Azure Device Registry** - Device Registry namespace management
573
627
  - ๐Ÿ“Š **Azure Event Grid** - Event routing and management
628
+ - โšก **Azure Event Hubs** - Namespace, event hub, and consumer group management
574
629
  - ๐Ÿ“ **Azure File Shares** - Azure managed file share operations
575
630
  - โšก **Azure Functions** - Function App management and functions project files, language support, and templates source code
576
631
  - ๐Ÿ’ก **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
@@ -588,13 +643,15 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
588
643
  - โš™๏ธ **Azure Native ISV Services** - Third-party integrations
589
644
  - ๐Ÿ›ก๏ธ **Azure Quick Review CLI** - Compliance scanning
590
645
  - ๐Ÿ“Š **Azure Quota** - Resource quota and usage management
646
+ - ๐Ÿ’ฒ **Azure Retail Pricing** - Retail pricing, reservation terms, and SKU cost lookup
591
647
  - ๐ŸŽญ **Azure RBAC** - Access control management
592
648
  - ๐Ÿ”ด **Azure Redis Cache** - In-memory data store
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
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
594
650
  - ๐Ÿ—๏ธ **Azure Resource Groups** - Resource organization
595
651
  - ๐ŸšŒ **Azure Service Bus** - Message queuing
596
652
  - ๐Ÿงต **Azure Service Fabric** - Managed cluster node operations
597
653
  - ๐Ÿฅ **Azure Service Health** - Resource health status and availability
654
+ - ๐Ÿ“ถ **Azure SignalR Service** - SignalR service runtime management, network ACLs, and configuration
598
655
  - ๐Ÿ—„๏ธ **Azure SQL Database** - Relational database management
599
656
  - ๐Ÿ—„๏ธ **Azure SQL Elastic Pool** - Database resource sharing
600
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: 120397406 bytes
4
- sha256: d32dfda535b57171c971e90989c1f2b20bec97779d7d9dac0a8ecaf91dc97464
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.44",
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",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/microsoft/mcp/issues"
15
15
  },
16
16
  "repository": {
17
- "type": "git",
18
- "url": "https://github.com/microsoft/mcp.git"
17
+ "url": "https://github.com/microsoft/mcp.git",
18
+ "type": "git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=22.0.0"