@azure/mcp-darwin-arm64 3.0.0-beta.10 → 3.0.0-beta.11

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 +10 -1
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -88,7 +88,7 @@ Azure MCP Server supports connecting to Azure sovereign clouds. By default, it a
88
88
 
89
89
  | Cloud | Aliases |
90
90
  |-------|---------|
91
- | Azure Public Cloud | `AzureCloud`, `AzurePublicCloud`, `Public`, `AzurePublic` |
91
+ | Azure Public Cloud | `AzureCloud`, `AzurePublicCloud`, `Public`, `AzurePublic` |
92
92
  | Azure China Cloud | `AzureChinaCloud`, `China`, `AzureChina` |
93
93
  | Azure US Government | `AzureUSGovernment`, `USGov`, `AzureUSGovernmentCloud`, `USGovernment` |
94
94
 
@@ -245,6 +245,10 @@ Example prompts that generate Azure CLI commands:
245
245
  * "Update VMSS 'my-vmss' capacity to 5 instances"
246
246
  * "Delete virtual machine 'my-vm' in resource group 'my-resource-group'"
247
247
  * "Force delete VM 'my-vm' in resource group 'my-rg' using force-deletion"
248
+ * "Start VM 'my-vm' in resource group 'my-rg'"
249
+ * "Stop VM 'my-vm' in resource group 'my-rg'"
250
+ * "Deallocate VM 'my-vm' in resource group 'my-rg' to stop billing"
251
+ * "Restart VM 'my-vm' in resource group 'my-rg'"
248
252
  * "Delete virtual machine scale set 'my-vmss' in resource group 'my-resource-group'"
249
253
  * "Force delete VMSS 'my-vmss' in resource group 'my-rg' using force-deletion"
250
254
 
@@ -379,6 +383,11 @@ Example prompts that generate Azure CLI commands:
379
383
  * "Turn off DDoS protection in my Platform Landing Zone"
380
384
  * "Turn off Bastion host in my Platform Landing Zone"
381
385
 
386
+ ### Azure Resource Manager
387
+
388
+ * Use Azure resource graph to query Azure resources
389
+ * Create, view and cancel ARM template deployments
390
+
382
391
  ### Azure Terraform
383
392
 
384
393
  * "Get the documentation for azurerm_virtual_network"
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.10",
3
+ "version": "3.0.0-beta.11",
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"