@azure/mcp-win32-arm64 3.0.0-beta.10 → 3.0.0-beta.12

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 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"
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "RootCommandGroupName": "azmcp",
3
3
  "Name": "Azure.Mcp.Server",
4
- "DisplayName": "Azure MCP Server"
4
+ "ShortName": "azure",
5
+ "DisplayName": "Azure MCP Server",
6
+ "Description": "This server/tool provides real-time, programmatic access to all Azure products, services, and resources, as well as all interactions with the Azure Developer CLI (azd). Use this tool for any Azure control plane or data plane operation, including resource management and automation. To discover available capabilities, call the tool with the \"learn\" parameter to get a list of top-level tools. To explore further, set \"learn\" and specify a tool name to retrieve supported commands and their parameters. To execute an action, set the \"tool\", \"command\", and convert the user's intent into the \"parameters\" based on the discovered schema. Always use this tool for any Azure or \"azd\" related operation requiring up-to-date, dynamic, and interactive capabilities. Always include the \"intent\" parameter to specify the operation you want to perform."
5
7
  }
package/dist/azmcp.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-arm64",
3
- "version": "3.0.0-beta.10",
3
+ "version": "3.0.0-beta.12",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 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"