@azure/mcp-darwin-arm64 3.0.0-beta.21 โ†’ 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.
Files changed (3) hide show
  1. package/README.md +16 -2
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -35,7 +35,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
35
35
  ```json
36
36
  {
37
37
  "mcpServers": {
38
- "Azure MCP Server": {
38
+ "azure-mcp-server": {
39
39
  "command": "npx",
40
40
  "args": [
41
41
  "-y",
@@ -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 **43+ Azure service areas**:
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.21",
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",
@@ -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": ">=20.0.0"