@azure/mcp-darwin-arm64 3.0.0-beta.22 โ 3.0.0-beta.23
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 +15 -1
- package/dist/azmcp +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -406,6 +406,18 @@ Example prompts that generate Azure CLI commands:
|
|
|
406
406
|
* "Turn off DDoS protection in my Platform Landing Zone"
|
|
407
407
|
* "Turn off Bastion host in my Platform Landing Zone"
|
|
408
408
|
|
|
409
|
+
### ๐ก๏ธ Azure Resilience Management
|
|
410
|
+
|
|
411
|
+
* "List all resilience goal templates in service group 'my-service-group'"
|
|
412
|
+
* "Get the details of goal template 'my-template' in service group 'my-service-group'"
|
|
413
|
+
* "List all resilience goal assignments in service group 'my-service-group'"
|
|
414
|
+
* "List the resources of goal assignment 'my-assignment' in service group 'my-service-group'"
|
|
415
|
+
* "List my resilience usage plans in resource group 'my-rg'"
|
|
416
|
+
* "List the enrollments of usage plan 'my-plan' in resource group 'my-rg'"
|
|
417
|
+
* "List all resilience recovery plans in service group 'my-service-group'"
|
|
418
|
+
* "Get the recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
419
|
+
* "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
420
|
+
|
|
409
421
|
### Azure Resource Manager
|
|
410
422
|
|
|
411
423
|
* Use Azure resource graph to query Azure resources
|
|
@@ -420,6 +432,7 @@ Example prompts that generate Azure CLI commands:
|
|
|
420
432
|
* "List all available Azure Verified Modules"
|
|
421
433
|
* "Show all versions of avm-res-network-virtualnetwork"
|
|
422
434
|
* "Get the documentation for avm-res-storage-storageaccount version 0.1.0"
|
|
435
|
+
* "Get the documentation for the avm-ptn-aiml-ai-foundry pattern module"
|
|
423
436
|
* "Export all resources in resource group my-rg to Terraform"
|
|
424
437
|
* "Export all storage accounts in my subscription using a resource graph query"
|
|
425
438
|
* "Validate Terraform files in ./my-terraform-folder against Azure security policies"
|
|
@@ -434,7 +447,7 @@ Example prompts that generate Azure CLI commands:
|
|
|
434
447
|
|
|
435
448
|
## Complete List of Supported Azure Services
|
|
436
449
|
|
|
437
|
-
The Azure MCP Server provides tools for interacting with **
|
|
450
|
+
The Azure MCP Server provides tools for interacting with **44+ Azure service areas**:
|
|
438
451
|
|
|
439
452
|
- ๐งฎ **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
440
453
|
- ๐ **Azure Advisor** - Advisor recommendations
|
|
@@ -472,6 +485,7 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
472
485
|
- ๐ **Azure Quota** - Resource quota and usage management
|
|
473
486
|
- ๐ญ **Azure RBAC** - Access control management
|
|
474
487
|
- ๐ด **Azure Redis Cache** - In-memory data store
|
|
488
|
+
- ๐ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs, and recovery job resources
|
|
475
489
|
- ๐๏ธ **Azure Resource Groups** - Resource organization
|
|
476
490
|
- ๐ **Azure Service Bus** - Message queuing
|
|
477
491
|
- ๐งต **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-darwin-arm64",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.23",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|