@azure/mcp-linux-arm64 3.0.0-beta.37 โ 3.0.0-beta.39
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 +4 -1
- package/dist/azmcp +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -450,6 +450,9 @@ Example prompts that generate Azure CLI commands:
|
|
|
450
450
|
* "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
451
451
|
* "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
|
|
452
452
|
* "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
453
|
+
* "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
|
|
454
|
+
* "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
|
|
455
|
+
* "Get the resilience drill 'my-drill' in service group 'my-service-group'"
|
|
453
456
|
* "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
|
|
454
457
|
* "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
|
|
455
458
|
|
|
@@ -522,7 +525,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
|
|
|
522
525
|
- ๐ **Azure Quota** - Resource quota and usage management
|
|
523
526
|
- ๐ญ **Azure RBAC** - Access control management
|
|
524
527
|
- ๐ด **Azure Redis Cache** - In-memory data store
|
|
525
|
-
- ๐ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs,
|
|
528
|
+
- ๐ก๏ธ **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
|
|
526
529
|
- ๐๏ธ **Azure Resource Groups** - Resource organization
|
|
527
530
|
- ๐ **Azure Service Bus** - Message queuing
|
|
528
531
|
- ๐งต **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.
|
|
3
|
+
"version": "3.0.0-beta.39",
|
|
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",
|