@azure/mcp-win32-arm64 3.0.0-beta.2 β 3.0.0-beta.20
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 +75 -7
- package/dist/Azure.Mcp.Tools.AzureMigrate.xml +2 -22
- package/dist/Instrumentation/Resources/concepts/dotnet/azure-monitor-distro.md +1 -1
- package/dist/Instrumentation/Resources/examples/dotnet/aspnetcore-distro-setup.md +1 -1
- package/dist/azmcp.exe +0 -0
- package/package.json +1 -1
- package/dist/appsettings.json +0 -5
package/README.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code.
|
|
5
5
|
## Table of Contents
|
|
6
6
|
- [Overview](#overview)
|
|
7
|
-
- [
|
|
7
|
+
- [Local Setup](#local-setup)
|
|
8
|
+
- [Remote Setup](#remote-setup)
|
|
8
9
|
- [Usage](#usage)
|
|
9
10
|
- [Getting Started](#getting-started)
|
|
10
11
|
- [Sovereign Cloud Support](#sovereign-cloud-support)
|
|
@@ -27,7 +28,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
27
28
|
|
|
28
29
|
**Azure MCP Server** supercharges your agents with Azure context across **40+ different Azure services**.
|
|
29
30
|
|
|
30
|
-
#
|
|
31
|
+
# Local Setup
|
|
31
32
|
- To use Azure MCP server from node one must have Node.js (LTS) installed and available on your system PATH β this provides both `npm` and `npx`. We recommend Node.js 20 LTS or later. To verify your installation run: `node --version`, `npm --version`, and `npx --version`.
|
|
32
33
|
- Configure the `mcp.json` file with the following:
|
|
33
34
|
|
|
@@ -62,12 +63,11 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
62
63
|
| **Amazon Q Developer** | `~/.aws/amazonq/mcp.json` (global)<br>`.amazonq/mcp.json` (workspace) | [AWS Q Developer MCP Guide](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/qdev-mcp.html) |
|
|
63
64
|
| **Claude Desktop** | `~/.claude/claude_desktop_config.json` (macOS)<br>`%APPDATA%\Claude\claude_desktop_config.json` (Windows) | [Claude Desktop MCP Setup](https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop) |
|
|
64
65
|
|
|
65
|
-
|
|
66
|
+
# Remote Setup
|
|
66
67
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
|
|
68
|
+
Host the Azure MCP Server as a remote endpoint when your client requires HTTP-based MCP servers (for example, Microsoft Foundry and Microsoft Copilot Studio) or when you want to share a single deployment across users and environments. The server can be self-hosted on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
|
|
70
69
|
|
|
70
|
+
See the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
|
|
71
71
|
|
|
72
72
|
# Usage
|
|
73
73
|
|
|
@@ -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
|
|
|
@@ -137,6 +137,7 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
137
137
|
### π Azure Advisor
|
|
138
138
|
|
|
139
139
|
* "List my Advisor recommendations"
|
|
140
|
+
* "Apply Advisor recommendations to IaaC files"
|
|
140
141
|
|
|
141
142
|
### π Azure AI Search
|
|
142
143
|
|
|
@@ -174,6 +175,26 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
174
175
|
* "Delete application setting 'LogLevel' from my 'my-webapp' in 'my-resource-group'"
|
|
175
176
|
* "List the deployments for web app 'my-webapp' in 'my-resource-group'"
|
|
176
177
|
* "Get the deployment 'deployment-id' for web app 'my-webapp' in 'my-resource-group'"
|
|
178
|
+
* "List the diagnostic detectors for web app 'my-webapp' in 'my-resource-group'"
|
|
179
|
+
* "Diagnose the web app 'my-webapp' with detector 'detector-name' in 'my-resource-group'"
|
|
180
|
+
* "Start the web app 'my-webapp' in 'my-resource-group'"
|
|
181
|
+
* "Stop the web app 'my-webapp' in 'my-resource-group'"
|
|
182
|
+
* "Restart the web app 'my-webapp' in 'my-resource-group'"
|
|
183
|
+
* "Soft restart the web app 'my-webapp' in 'my-resource-group' waiting for restart to complete"
|
|
184
|
+
|
|
185
|
+
### π‘οΈ Azure Backup
|
|
186
|
+
|
|
187
|
+
* "Create a Recovery Services vault named 'myvault' in resource group 'myRG' in eastus with vault-type 'rsv'"
|
|
188
|
+
* "Get details of backup vault 'myvault' in resource group 'myRG'"
|
|
189
|
+
* "Create a backup policy for Azure VMs in vault 'myvault'"
|
|
190
|
+
* "Update backup policy schedule time to 04:00 in vault 'myvault'"
|
|
191
|
+
* "List protectable items in my backup vault"
|
|
192
|
+
* "Check backup status for my Azure resource in eastus"
|
|
193
|
+
* "Get recovery points for a protected item"
|
|
194
|
+
* "Find unprotected resources in my subscription"
|
|
195
|
+
* "Configure soft delete to 'AlwaysOn' and immutability to 'Locked' on my vault"
|
|
196
|
+
* "Enable cross-region restore on my vault"
|
|
197
|
+
* "Restore a soft-deleted backup item in vault 'myvault' for datasource '/subscriptions/.../virtualMachines/myvm'"
|
|
177
198
|
|
|
178
199
|
### π₯οΈ Azure CLI Generate
|
|
179
200
|
|
|
@@ -225,6 +246,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
225
246
|
* "Update VMSS 'my-vmss' capacity to 5 instances"
|
|
226
247
|
* "Delete virtual machine 'my-vm' in resource group 'my-resource-group'"
|
|
227
248
|
* "Force delete VM 'my-vm' in resource group 'my-rg' using force-deletion"
|
|
249
|
+
* "Start VM 'my-vm' in resource group 'my-rg'"
|
|
250
|
+
* "Stop VM 'my-vm' in resource group 'my-rg'"
|
|
251
|
+
* "Deallocate VM 'my-vm' in resource group 'my-rg' to stop billing"
|
|
252
|
+
* "Restart VM 'my-vm' in resource group 'my-rg'"
|
|
228
253
|
* "Delete virtual machine scale set 'my-vmss' in resource group 'my-resource-group'"
|
|
229
254
|
* "Force delete VMSS 'my-vmss' in resource group 'my-rg' using force-deletion"
|
|
230
255
|
|
|
@@ -345,6 +370,27 @@ Example prompts that generate Azure CLI commands:
|
|
|
345
370
|
* "Show me details about my Azure SQL server 'myserver'"
|
|
346
371
|
* "Delete my Azure SQL server 'myserver'"
|
|
347
372
|
|
|
373
|
+
### π€ Azure SRE Agent
|
|
374
|
+
|
|
375
|
+
* "List my Azure SRE Agent resources"
|
|
376
|
+
* "Show me the SRE sub-agent named 'incident-bot' on agent 'sre-prod'"
|
|
377
|
+
* "Create a new SRE sub-agent named 'incident-bot' with these instructions on agent 'sre-prod'"
|
|
378
|
+
* "List the connectors registered on SRE Agent 'sre-prod'"
|
|
379
|
+
* "Register a Kusto connector on SRE Agent 'sre-prod' pointing at cluster 'https://help.kusto.windows.net'"
|
|
380
|
+
* "Register an MCP connector on SRE Agent 'sre-prod' for the Azure MCP server"
|
|
381
|
+
* "List the safety hooks configured on SRE Agent 'sre-prod'"
|
|
382
|
+
* "Activate the 'pre-prod-approval' hook for thread 'thread-123' on SRE Agent 'sre-prod'"
|
|
383
|
+
* "Create a new investigation thread on SRE Agent 'sre-prod' and ask it to look into elevated 5xx in payments-api"
|
|
384
|
+
* "Send a follow-up message to thread 'thread-123' on SRE Agent 'sre-prod'"
|
|
385
|
+
* "Run an autonomous investigation on SRE Agent 'sre-prod' with up to 20 iterations"
|
|
386
|
+
* "List scheduled tasks on SRE Agent 'sre-prod'"
|
|
387
|
+
* "Create a scheduled task on SRE Agent 'sre-prod' that runs every 15 minutes"
|
|
388
|
+
* "List active incidents on SRE Agent 'sre-prod'"
|
|
389
|
+
* "Declare an incident on SRE Agent 'sre-prod' for elevated error rates"
|
|
390
|
+
* "Generate a remediation workflow on SRE Agent 'sre-prod' from the latest investigation"
|
|
391
|
+
* "Search SRE Agent 'sre-prod' memories for prior occurrences of this alert"
|
|
392
|
+
* "Produce a remediation plan on SRE Agent 'sre-prod' for incident 'inc-42'"
|
|
393
|
+
|
|
348
394
|
### πΎ Azure Storage
|
|
349
395
|
|
|
350
396
|
* "List my Azure storage accounts"
|
|
@@ -359,6 +405,25 @@ Example prompts that generate Azure CLI commands:
|
|
|
359
405
|
* "Turn off DDoS protection in my Platform Landing Zone"
|
|
360
406
|
* "Turn off Bastion host in my Platform Landing Zone"
|
|
361
407
|
|
|
408
|
+
### Azure Resource Manager
|
|
409
|
+
|
|
410
|
+
* Use Azure resource graph to query Azure resources
|
|
411
|
+
* Create, view and cancel ARM template deployments
|
|
412
|
+
|
|
413
|
+
### Azure Terraform
|
|
414
|
+
|
|
415
|
+
* "Get the documentation for azurerm_virtual_network"
|
|
416
|
+
* "Show me the arguments for azurerm_storage_account"
|
|
417
|
+
* "Get AzAPI documentation for Microsoft.Storage/storageAccounts"
|
|
418
|
+
* "Get AzAPI docs for Microsoft.Compute/virtualMachines with API version 2024-07-01"
|
|
419
|
+
* "List all available Azure Verified Modules"
|
|
420
|
+
* "Show all versions of avm-res-network-virtualnetwork"
|
|
421
|
+
* "Get the documentation for avm-res-storage-storageaccount version 0.1.0"
|
|
422
|
+
* "Export all resources in resource group my-rg to Terraform"
|
|
423
|
+
* "Export all storage accounts in my subscription using a resource graph query"
|
|
424
|
+
* "Validate Terraform files in ./my-terraform-folder against Azure security policies"
|
|
425
|
+
* "Validate my Terraform plan file against Azure-Proactive-Resiliency-Library-v2 policies"
|
|
426
|
+
|
|
362
427
|
### ποΈ Azure Well-Architected Framework
|
|
363
428
|
|
|
364
429
|
* "List all services with Well-Architected Framework guidance"
|
|
@@ -376,6 +441,7 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
376
441
|
- π€ **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
|
|
377
442
|
- βοΈ **Azure App Configuration** - Configuration management
|
|
378
443
|
- πΈοΈ **Azure App Service** - Web app hosting
|
|
444
|
+
- π‘οΈ **Azure Backup** - Recovery Services vault management, backup policies, protection, jobs, recovery points, governance, and disaster recovery
|
|
379
445
|
- π‘οΈ **Azure Best Practices** - Secure, production-grade guidance
|
|
380
446
|
- π₯οΈ **Azure CLI Generate** - Generate Azure CLI commands from natural language
|
|
381
447
|
- π **Azure Communication Services** - SMS messaging and communication
|
|
@@ -412,9 +478,11 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
412
478
|
- ποΈ **Azure SQL Database** - Relational database management
|
|
413
479
|
- ποΈ **Azure SQL Elastic Pool** - Database resource sharing
|
|
414
480
|
- ποΈ **Azure SQL Server** - Server administration
|
|
481
|
+
- π€ **Azure SRE Agent** - SRE Agent investigations, sub-agents, connectors, hooks, threads, scheduled tasks, incidents, workflows, memories, and remediation plans
|
|
415
482
|
- πΎ **Azure Storage** - Blob storage
|
|
416
483
|
- **Azure Storage Sync** - Azure File Sync management operations
|
|
417
484
|
- π **Azure Subscription** - Subscription management
|
|
485
|
+
- ποΈ **Azure Terraform** - Terraform provider documentation, Azure Verified Modules, resource export, and policy validation
|
|
418
486
|
- ποΈ **Azure Terraform Best Practices** - Infrastructure as code guidance
|
|
419
487
|
- π₯οΈ **Azure Virtual Desktop** - Virtual desktop infrastructure
|
|
420
488
|
- ποΈ **Azure Well-Architected Framework** - Architectural best practices and design patterns
|
|
@@ -85,22 +85,12 @@
|
|
|
85
85
|
Command to get platform landing zone modification guidance and recommendations.
|
|
86
86
|
</summary>
|
|
87
87
|
</member>
|
|
88
|
-
<member name="
|
|
88
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.RegisterOptions(System.CommandLine.Command)">
|
|
89
89
|
<inheritdoc/>
|
|
90
|
-
</member>
|
|
91
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Name">
|
|
92
90
|
<inheritdoc/>
|
|
93
|
-
</member>
|
|
94
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Description">
|
|
95
91
|
<inheritdoc/>
|
|
96
|
-
</member>
|
|
97
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Title">
|
|
98
92
|
<inheritdoc/>
|
|
99
|
-
</member>
|
|
100
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Metadata">
|
|
101
93
|
<inheritdoc/>
|
|
102
|
-
</member>
|
|
103
|
-
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.RegisterOptions(System.CommandLine.Command)">
|
|
104
94
|
<inheritdoc/>
|
|
105
95
|
</member>
|
|
106
96
|
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.BindOptions(System.CommandLine.ParseResult)">
|
|
@@ -119,22 +109,12 @@
|
|
|
119
109
|
Command to generate and download platform landing zone configurations, update parameters, check existing platform landing zones, and view status.
|
|
120
110
|
</summary>
|
|
121
111
|
</member>
|
|
122
|
-
<member name="
|
|
112
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.RegisterOptions(System.CommandLine.Command)">
|
|
123
113
|
<inheritdoc/>
|
|
124
|
-
</member>
|
|
125
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Name">
|
|
126
114
|
<inheritdoc/>
|
|
127
|
-
</member>
|
|
128
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Title">
|
|
129
115
|
<inheritdoc/>
|
|
130
|
-
</member>
|
|
131
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Description">
|
|
132
116
|
<inheritdoc/>
|
|
133
|
-
</member>
|
|
134
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Metadata">
|
|
135
117
|
<inheritdoc/>
|
|
136
|
-
</member>
|
|
137
|
-
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.RegisterOptions(System.CommandLine.Command)">
|
|
138
118
|
<inheritdoc/>
|
|
139
119
|
</member>
|
|
140
120
|
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.BindOptions(System.CommandLine.ParseResult)">
|
|
@@ -83,7 +83,7 @@ builder.Services.AddOpenTelemetry().UseAzureMonitor(options =>
|
|
|
83
83
|
## Package Reference
|
|
84
84
|
|
|
85
85
|
```xml
|
|
86
|
-
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.
|
|
86
|
+
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.4.0" />
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## When to Use
|
|
@@ -23,7 +23,7 @@ dotnet add package Azure.Monitor.OpenTelemetry.AspNetCore
|
|
|
23
23
|
Or in `.csproj`:
|
|
24
24
|
|
|
25
25
|
```xml
|
|
26
|
-
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.
|
|
26
|
+
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.4.0" />
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Step 2: Configure in Program.cs
|
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.
|
|
3
|
+
"version": "3.0.0-beta.20",
|
|
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",
|