@azure/mcp-win32-arm64 0.4.1 → 0.5.0
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 +267 -185
- package/dist/Azure.ResourceManager.ApplicationInsights.dll +0 -0
- package/dist/Azure.ResourceManager.ResourceGraph.dll +0 -0
- package/dist/Azure.Security.KeyVault.Certificates.dll +0 -0
- package/dist/Microsoft.Extensions.AI.Abstractions.dll +0 -0
- package/dist/ModelContextProtocol.Core.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/azmcp.deps.json +88 -41
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/package.json +1 -1
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
6
6
|
<video src="https://github.com/user-attachments/assets/535f393c-0ed2-479d-9b24-5ca933293c92" width="1080" height="1920" controls></video>
|
|
7
7
|
|
|
8
8
|
### ⚙️ VS Code Install Steps (Recommended)
|
|
9
|
+
|
|
9
10
|
1. Install either the stable or Insiders release of VS Code:
|
|
10
11
|
* [💫 Stable release](https://code.visualstudio.com/download)
|
|
11
12
|
* [🔮 Insiders release](https://code.visualstudio.com/insiders)
|
|
@@ -18,189 +19,262 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
18
19
|
|
|
19
20
|
#### 🤖 Available Azure MCP Servers
|
|
20
21
|
|
|
21
|
-
| Name
|
|
22
|
-
|
|
23
|
-
| All
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
| Cosmos DB
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
22
|
+
| Name | Description | Read/Write Tools | Read Only Tools |
|
|
23
|
+
|---------------------------|------------------------------------------------------------------|------------------|-----------------|
|
|
24
|
+
| All | All Azure MCP tools in a single server. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Server%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--read-only%22%5D%7D) |
|
|
25
|
+
| App Configuration | Manage configuration stores and key-value pairs. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22appconfig%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22appconfig%22%2C%22--read-only%22%5D%7D) |
|
|
26
|
+
| Best Practices | Secure, production-grade Azure code generation and deployment guidance. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bestpractices%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bestpractices%22%2C%22--read-only%22%5D%7D) |
|
|
27
|
+
| Bicep | Get ARM template schemas and resource validation. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Bicep&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bicepschema%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Bicep%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bicepschema%22%2C%22--read-only%22%5D%7D) |
|
|
28
|
+
| CLI Extension | Execute `az`, `azd`, and `azqr` CLI commands. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20CLI&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22extension%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20CLI%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22extension%22%2C%22--read-only%22%5D%7D) |
|
|
29
|
+
| Cosmos DB | Manage NoSQL databases and containers. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Cosmos&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22cosmos%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Cosmos%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22cosmos%22%2C%22--read-only%22%5D%7D) |
|
|
30
|
+
| Data Explorer | Query and manage clusters and databases. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22kusto%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22kusto%22%2C%22--read-only%22%5D%7D) |
|
|
31
|
+
| Foundry | Manage AI model deployments and foundations. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Foundry&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22foundry%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Foundry%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22foundry%22%2C%22--read-only%22%5D%7D) |
|
|
32
|
+
| Grafana | Monitor dashboards and analytics visualization. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Grafana&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22grafana%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Grafana%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22grafana%22%2C%22--read-only%22%5D%7D) |
|
|
33
|
+
| Key Vault | Manage secrets, keys, and certificates. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22keyvault%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22keyvault%22%2C%22--read-only%22%5D%7D) |
|
|
34
|
+
| Kubernetes Service | List and manage clusters. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22aks%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22aks%22%2C%22--read-only%22%5D%7D) |
|
|
35
|
+
| Load Testing | Create, run, and manage tests. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Load%20Testing&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22loadtesting%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Load%20Testing%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22loadtesting%22%2C%22--read-only%22%5D%7D) |
|
|
36
|
+
| Marketplace | Query Azure Marketplace products. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Marketplace&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--service%22%2C%22marketplace%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Marketplace%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--service%22%2C%22marketplace%22%2C%22--read-only%22%5D%7D) |
|
|
37
|
+
| Monitor | Query/analyze logs and metrics. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Monitor&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22monitor%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Monitor%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22monitor%22%2C%22--read-only%22%5D%7D) |
|
|
38
|
+
| Native ISV Services | List monitored resources in Datadog. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Native%20ISV&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22datadog%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Native%20ISV%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22datadog%22%2C%22--read-only%22%5D%7D) |
|
|
39
|
+
| PostgreSQL | Manage flexible PostgreSQL database servers. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22postgres%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22postgres%22%2C%22--read-only%22%5D%7D) |
|
|
40
|
+
| Redis Cache | Manage Redis caches and data operations. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22redis%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22redis%22%2C%22--read-only%22%5D%7D) |
|
|
41
|
+
| Resource Group | Manage resource groups and deployments. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22group%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22group%22%2C%22--read-only%22%5D%7D) |
|
|
42
|
+
| Role Based Access Control | Manage role assignments and permissions. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20RBAC&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22role%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20RBAC%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22role%22%2C%22--read-only%22%5D%7D) |
|
|
43
|
+
| Search | Query AI Search services and indexes. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Search&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22search%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Search%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22search%22%2C%22--read-only%22%5D%7D) |
|
|
44
|
+
| Service Bus | Manage queues, topics, and messaging. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22servicebus%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22servicebus%22%2C%22--read-only%22%5D%7D) |
|
|
45
|
+
| SQL | Manage SQL databases and servers. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20SQL%20Database&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22sql%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20SQL%20Database%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22sql%22%2C%22--read-only%22%5D%7D) |
|
|
46
|
+
| Storage | Manage storage accounts and blob data. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Storage&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22storage%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Storage%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22storage%22%2C%22--read-only%22%5D%7D) |
|
|
47
|
+
| Subscription | Manage Azure subscription details. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Subscription&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22subscription%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Subscription%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22subscription%22%2C%22--read-only%22%5D%7D) |
|
|
48
|
+
| Terraform Best Practices | Secure, production-grade Azure Terraform guidance. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Terraform%20Best%20Practices&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22azureterraformbestpractices%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Terraform%20Best%20Practices%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22azureterraformbestpractices%22%2C%22--read-only%22%5D%7D) |
|
|
49
|
+
| Workbooks | Manage Azure Workbooks for data visualization. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Workbooks&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22workbooks%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Workbooks%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22workbooks%22%2C%22--read-only%22%5D%7D) |
|
|
50
|
+
|
|
51
|
+
### ▶️ Getting Started
|
|
52
|
+
|
|
45
53
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
54
|
+
1. You should see the Azure MCP Server in the list of tools
|
|
55
|
+
1. Try a prompt that tells the agent to use the Azure MCP Server, such as "List my Azure Storage containers"
|
|
56
|
+
1. The agent should be able to use the Azure MCP Server tools to complete your query
|
|
57
|
+
1. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue)
|
|
50
58
|
|
|
51
59
|
## ✨ What can you do with the Azure MCP Server?
|
|
52
60
|
|
|
53
61
|
The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:
|
|
54
62
|
|
|
55
63
|
### 🔎 Azure AI Search
|
|
56
|
-
|
|
57
|
-
|
|
64
|
+
|
|
65
|
+
* "What indexes do I have in my Azure AI Search service 'mysvc'?"
|
|
66
|
+
* "Let's search this index for 'my search query'"
|
|
58
67
|
|
|
59
68
|
### ⚙️ Azure App Configuration
|
|
60
|
-
|
|
69
|
+
|
|
70
|
+
* "List my App Configuration stores"
|
|
71
|
+
* "Show my key-value pairs in App Config"
|
|
61
72
|
|
|
62
73
|
### ☸️ Azure Kubernetes Service (AKS)
|
|
63
|
-
|
|
64
|
-
|
|
74
|
+
|
|
75
|
+
* "List my AKS clusters in my subscription"
|
|
76
|
+
* "Show me all my Azure Kubernetes Service clusters"
|
|
65
77
|
|
|
66
78
|
### 📊 Azure Cosmos DB
|
|
67
|
-
|
|
68
|
-
|
|
79
|
+
|
|
80
|
+
* "Show me all my Cosmos DB databases"
|
|
81
|
+
* "List containers in my Cosmos DB database"
|
|
69
82
|
|
|
70
83
|
### 🧮 Azure Data Explorer
|
|
71
|
-
|
|
72
|
-
|
|
84
|
+
|
|
85
|
+
* "Get Azure Data Explorer databases in cluster 'mycluster'"
|
|
86
|
+
* "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
|
|
73
87
|
|
|
74
88
|
### 📊 Azure Monitor
|
|
75
|
-
- "Query my Log Analytics workspace"
|
|
76
89
|
|
|
77
|
-
|
|
78
|
-
- "Show me details about my Azure SQL database 'mydb'"
|
|
79
|
-
- "List Active Directory administrators for my SQL server 'myserver'"
|
|
80
|
-
- "List all firewall rules for my SQL server 'myserver'"
|
|
81
|
-
- "List all elastic pools in my SQL server 'myserver'"
|
|
90
|
+
* "Query my Log Analytics workspace"
|
|
82
91
|
|
|
83
|
-
###
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
92
|
+
### 🗄️ Azure SQL Database
|
|
93
|
+
|
|
94
|
+
* "Show me details about my Azure SQL database 'mydb'"
|
|
95
|
+
* "List Active Directory administrators for my SQL server 'myserver'"
|
|
96
|
+
* "List all firewall rules for my SQL server 'myserver'"
|
|
97
|
+
* "List all elastic pools in my SQL server 'myserver'"
|
|
89
98
|
|
|
90
99
|
### 🔧 Azure Resource Management
|
|
91
|
-
- "List my resource groups"
|
|
92
|
-
- "List my Azure CDN endpoints"
|
|
93
|
-
- "Help me build an Azure application using Node.js"
|
|
94
100
|
|
|
101
|
+
* "List my resource groups"
|
|
102
|
+
* "List my Azure CDN endpoints"
|
|
103
|
+
* "Help me build an Azure application using Node.js"
|
|
104
|
+
|
|
105
|
+
### 💾 Azure Storage
|
|
106
|
+
|
|
107
|
+
* "List my Azure storage accounts"
|
|
108
|
+
* "Show me the tables in my Storage account"
|
|
109
|
+
* "Get details about my Storage container"
|
|
110
|
+
* "List paths in my Data Lake file system"
|
|
95
111
|
|
|
96
112
|
## 🛠️ Currently Supported Tools
|
|
113
|
+
|
|
97
114
|
<details>
|
|
98
115
|
<summary>The Azure MCP Server provides tools for interacting with the following Azure services</summary>
|
|
99
116
|
|
|
100
117
|
### 🔎 Azure AI Search (search engine/vector database)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
118
|
+
|
|
119
|
+
* List Azure AI Search services
|
|
120
|
+
* List indexes and look at their schema and configuration
|
|
121
|
+
* Query search indexes
|
|
104
122
|
|
|
105
123
|
### ⚙️ Azure App Configuration
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
124
|
+
|
|
125
|
+
* List App Configuration stores
|
|
126
|
+
* Manage key-value pairs
|
|
127
|
+
* Handle labeled configurations
|
|
128
|
+
* Lock/unlock configuration settings
|
|
129
|
+
|
|
130
|
+
### 🛡️ Azure Best Practices
|
|
131
|
+
|
|
132
|
+
* Get secure, production-grade Azure SDK best practices for effective code generation.
|
|
110
133
|
|
|
111
134
|
### 🖥️ Azure CLI Extension
|
|
112
|
-
- Execute Azure CLI commands directly
|
|
113
|
-
- Support for all Azure CLI functionality
|
|
114
|
-
- JSON output formatting
|
|
115
|
-
- Cross-platform compatibility
|
|
116
135
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
|
|
136
|
+
* Execute Azure CLI commands directly
|
|
137
|
+
* Support for all Azure CLI functionality
|
|
138
|
+
* JSON output formatting
|
|
139
|
+
* Cross-platform compatibility
|
|
140
|
+
|
|
141
|
+
### 📊 Azure Cosmos DB (NoSQL Databases)
|
|
142
|
+
|
|
143
|
+
* List Cosmos DB accounts
|
|
144
|
+
* List and query databases
|
|
145
|
+
* Manage containers and items
|
|
146
|
+
* Execute SQL queries against containers
|
|
122
147
|
|
|
123
148
|
### 🧮 Azure Data Explorer
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
149
|
+
|
|
150
|
+
* List Azure Data Explorer clusters
|
|
151
|
+
* List databases
|
|
152
|
+
* List tables
|
|
153
|
+
* Get schema for a table
|
|
154
|
+
* Sample rows from a table
|
|
155
|
+
* Query using KQL
|
|
130
156
|
|
|
131
157
|
### 🐘 Azure Database for PostgreSQL - Flexible Server
|
|
132
|
-
- List and query databases.
|
|
133
|
-
- List and get schema for tables.
|
|
134
|
-
- List, get configuration and get parameters for servers.
|
|
135
158
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
159
|
+
* List and query databases.
|
|
160
|
+
* List and get schema for tables.
|
|
161
|
+
* List, get configuration and get parameters for servers.
|
|
162
|
+
|
|
163
|
+
### 🛠️ Azure Developer CLI (azd) Extension
|
|
164
|
+
|
|
165
|
+
* Execute Azure Developer CLI commands directly
|
|
166
|
+
* Support for template discovery, template initialization, provisioning and deployment
|
|
167
|
+
* Cross-platform compatibility
|
|
140
168
|
|
|
141
169
|
### 🧮 Azure Foundry
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
170
|
+
|
|
171
|
+
* List Azure Foundry models
|
|
172
|
+
* Deploy foundry models
|
|
173
|
+
* List foundry model deployments
|
|
145
174
|
|
|
146
175
|
### 🚀 Azure Managed Grafana
|
|
147
|
-
- List Azure Managed Grafana
|
|
148
176
|
|
|
149
|
-
|
|
150
|
-
|
|
177
|
+
* List Azure Managed Grafana
|
|
178
|
+
|
|
179
|
+
### 🔑 Azure Key Vault
|
|
180
|
+
|
|
181
|
+
* List, create, and get keys
|
|
182
|
+
* Get secrets
|
|
183
|
+
|
|
184
|
+
### ☸️ Azure Kubernetes Service (AKS)
|
|
185
|
+
|
|
186
|
+
* List Azure Kubernetes Service clusters
|
|
187
|
+
|
|
188
|
+
### 📦 Azure Load Testing
|
|
189
|
+
|
|
190
|
+
* List, create load test resources
|
|
191
|
+
* List, create load tests
|
|
192
|
+
* Get, list, (create) run and rerun, update load test runs
|
|
193
|
+
|
|
194
|
+
### 🏪 Azure Marketplace
|
|
195
|
+
|
|
196
|
+
* Get details about Marketplace products
|
|
151
197
|
|
|
152
198
|
### 📈 Azure Monitor
|
|
199
|
+
|
|
153
200
|
#### Log Analytics
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
201
|
+
|
|
202
|
+
* List Log Analytics workspaces
|
|
203
|
+
* Query logs using KQL
|
|
204
|
+
* List available tables
|
|
157
205
|
|
|
158
206
|
#### Health Models
|
|
159
|
-
|
|
207
|
+
|
|
208
|
+
* Get health of an entity
|
|
160
209
|
|
|
161
210
|
#### Metrics
|
|
162
|
-
|
|
163
|
-
|
|
211
|
+
|
|
212
|
+
* Query Azure Monitor metrics for resources with time series data
|
|
213
|
+
* List available metric definitions for resources
|
|
164
214
|
|
|
165
215
|
### ⚙️ Azure Native ISV Services
|
|
166
|
-
- List Monitored Resources in a Datadog Monitor
|
|
167
216
|
|
|
168
|
-
|
|
169
|
-
- Scan Azure resources for compliance related recommendations
|
|
217
|
+
* List Monitored Resources in a Datadog Monitor
|
|
170
218
|
|
|
171
|
-
###
|
|
172
|
-
- List resource groups
|
|
219
|
+
### 🛡️ Azure Quick Review CLI Extension
|
|
173
220
|
|
|
174
|
-
|
|
175
|
-
|
|
221
|
+
* Scan Azure resources for compliance related recommendations
|
|
222
|
+
|
|
223
|
+
### 🔴 Azure Redis Cache
|
|
224
|
+
|
|
225
|
+
* List Redis Cluster resources
|
|
226
|
+
* List databases in Redis Clusters
|
|
227
|
+
* List Redis Cache resources
|
|
228
|
+
* List access policies for Redis Caches
|
|
229
|
+
|
|
230
|
+
### 🏗️ Azure Resource Groups
|
|
231
|
+
|
|
232
|
+
* List resource groups
|
|
176
233
|
|
|
177
234
|
### 🎭 Azure Role-Based Access Control (RBAC)
|
|
178
|
-
|
|
235
|
+
|
|
236
|
+
* List role assignments
|
|
179
237
|
|
|
180
238
|
### 🚌 Azure Service Bus
|
|
181
|
-
|
|
239
|
+
|
|
240
|
+
* Examine properties and runtime information about queues, topics, and subscriptions
|
|
182
241
|
|
|
183
242
|
### 🗄️ Azure SQL Database
|
|
184
|
-
- Show database details and properties
|
|
185
|
-
- List SQL server firewall rules
|
|
186
|
-
- List elastic pools and their configurations
|
|
187
243
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
- List and query Storage tables
|
|
192
|
-
- List paths in Data Lake file systems
|
|
193
|
-
- Get container properties and metadata
|
|
244
|
+
* Show database details and properties
|
|
245
|
+
* List SQL server firewall rules
|
|
246
|
+
* List elastic pools and their configurations
|
|
194
247
|
|
|
195
|
-
###
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
248
|
+
### 💾 Azure Storage
|
|
249
|
+
|
|
250
|
+
* List Storage accounts
|
|
251
|
+
* Manage blob containers and blobs
|
|
252
|
+
* List and query Storage tables
|
|
253
|
+
* List paths in Data Lake file systems
|
|
254
|
+
* Get container properties and metadata
|
|
255
|
+
|
|
256
|
+
### 📋 Azure Subscription
|
|
257
|
+
|
|
258
|
+
* List Azure subscriptions
|
|
259
|
+
|
|
260
|
+
### 🏗️ Azure Terraform Best Practices
|
|
261
|
+
|
|
262
|
+
* Get secure, production-grade Azure Terraform best practices for effective code generation and command execution
|
|
263
|
+
|
|
264
|
+
### 📊 Azure Workbooks
|
|
265
|
+
|
|
266
|
+
* List workbooks in resource groups
|
|
267
|
+
* Create new workbooks with custom visualizations
|
|
268
|
+
* Update existing workbook configurations
|
|
269
|
+
* Get workbook details and metadata
|
|
270
|
+
* Delete workbooks when no longer needed
|
|
271
|
+
|
|
272
|
+
### 🏗️ Bicep
|
|
273
|
+
|
|
274
|
+
* Get the Bicep schema for specific Azure resource types
|
|
199
275
|
|
|
200
276
|
Agents and models can discover and learn best practices and usage guidelines for the `azd` MCP tool. For more information, see [AZD Best Practices](https://github.com/Azure/azure-mcp/tree/main/src/Areas/Extension/Resources/azd-best-practices.txt).
|
|
201
277
|
|
|
202
|
-
### 🛡️ Azure Best Practices
|
|
203
|
-
- Get secure, production-grade Azure SDK best practices for effective code generation.
|
|
204
278
|
</details>
|
|
205
279
|
|
|
206
280
|
For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
|
|
@@ -228,95 +302,102 @@ Installation in VS Code should be in one of the previous forms and the update in
|
|
|
228
302
|
</details>
|
|
229
303
|
|
|
230
304
|
## ⚙️ Advanced Install Scenarios (Optional)
|
|
305
|
+
|
|
231
306
|
<details>
|
|
232
307
|
<summary>Docker containers, custom MCP clients, and manual install options</summary>
|
|
233
308
|
|
|
234
|
-
|
|
309
|
+
### 🐋 Docker Install Steps (Optional)
|
|
310
|
+
|
|
235
311
|
For a step-by-step Docker installation, follow these instructions:
|
|
236
312
|
|
|
237
|
-
1.
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
313
|
+
1. Create an `.env` file with environment variables that [match one of the `EnvironmentCredential`](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential) sets. For example, a `.env` file using a service principal could look like:
|
|
314
|
+
|
|
315
|
+
```bash
|
|
316
|
+
AZURE_TENANT_ID={YOUR_AZURE_TENANT_ID}
|
|
317
|
+
AZURE_CLIENT_ID={YOUR_AZURE_CLIENT_ID}
|
|
318
|
+
AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
2. Add `.vscode/mcp.json` or update existing MCP configuration. Replace `/full/path/to/.env` with a path to your `.env` file.
|
|
322
|
+
|
|
323
|
+
```json
|
|
324
|
+
{
|
|
325
|
+
"servers": {
|
|
326
|
+
"Azure MCP Server": {
|
|
327
|
+
"command": "docker",
|
|
328
|
+
"args": [
|
|
329
|
+
"run",
|
|
330
|
+
"-i",
|
|
331
|
+
"--rm",
|
|
332
|
+
"--env-file",
|
|
333
|
+
"/full/path/to/.env"
|
|
334
|
+
"mcr.microsoft.com/azure-sdk/azure-mcp:latest",
|
|
335
|
+
]
|
|
336
|
+
}
|
|
337
|
+
}
|
|
259
338
|
}
|
|
260
|
-
|
|
261
|
-
}
|
|
262
|
-
```
|
|
339
|
+
```
|
|
263
340
|
|
|
264
341
|
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
265
342
|
|
|
266
|
-
|
|
343
|
+
### 🤖 Custom MCP Client Install Steps (Optional)
|
|
344
|
+
|
|
267
345
|
You can easily configure your MCP client to use the Azure MCP Server. Have your client run the following command and access it via standard IO.
|
|
268
346
|
|
|
269
|
-
|
|
347
|
+
```bash
|
|
348
|
+
npx -y @azure/mcp@latest server start
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
### 🔧 Manual Install Steps (Optional)
|
|
352
|
+
|
|
270
353
|
For a step-by-step installation, follow these instructions:
|
|
271
354
|
|
|
272
355
|
1. Add `.vscode/mcp.json`:
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
356
|
+
|
|
357
|
+
```json
|
|
358
|
+
{
|
|
359
|
+
"servers": {
|
|
360
|
+
"Azure MCP Server": {
|
|
361
|
+
"command": "npx",
|
|
362
|
+
"args": [
|
|
363
|
+
"-y",
|
|
364
|
+
"@azure/mcp@latest",
|
|
365
|
+
"server",
|
|
366
|
+
"start"
|
|
367
|
+
]
|
|
368
|
+
}
|
|
369
|
+
}
|
|
284
370
|
}
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
```
|
|
371
|
+
```
|
|
288
372
|
|
|
289
|
-
You can optionally set the `--namespace <namespace>` flag to install tools for the specified Azure product or service.
|
|
373
|
+
You can optionally set the `--namespace <namespace>` flag to install tools for the specified Azure product or service.
|
|
290
374
|
|
|
291
375
|
1. Add `.vscode/mcp.json`:
|
|
292
|
-
```json
|
|
293
|
-
{
|
|
294
|
-
"servers": {
|
|
295
|
-
"Azure Best Practices": {
|
|
296
|
-
"command": "npx",
|
|
297
|
-
"args": [
|
|
298
|
-
"-y",
|
|
299
|
-
"@azure/mcp@latest",
|
|
300
|
-
"server",
|
|
301
|
-
"start",
|
|
302
|
-
"--namespace",
|
|
303
|
-
"bestpractices" // Any of the available MCP servers can be referenced here.
|
|
304
|
-
]
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
```
|
|
309
|
-
|
|
310
|
-
### Using standard IO
|
|
311
376
|
|
|
312
|
-
|
|
377
|
+
```json
|
|
378
|
+
{
|
|
379
|
+
"servers": {
|
|
380
|
+
"Azure Best Practices": {
|
|
381
|
+
"command": "npx",
|
|
382
|
+
"args": [
|
|
383
|
+
"-y",
|
|
384
|
+
"@azure/mcp@latest",
|
|
385
|
+
"server",
|
|
386
|
+
"start",
|
|
387
|
+
"--namespace",
|
|
388
|
+
"bestpractices" // Any of the available MCP servers can be referenced here.
|
|
389
|
+
]
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
```
|
|
313
394
|
|
|
314
395
|
More end-to-end MCP client/agent guides are coming soon!
|
|
315
396
|
</details>
|
|
316
397
|
|
|
317
398
|
## Data Collection
|
|
318
399
|
|
|
319
|
-
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement
|
|
400
|
+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's [privacy statement](https://www.microsoft.com/privacy/privacystatement). You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
|
320
401
|
|
|
321
402
|
### Telemetry Configuration
|
|
322
403
|
|
|
@@ -347,14 +428,15 @@ Your credentials are always handled securely through the official [Azure Identit
|
|
|
347
428
|
MCP as a phenomenon is very novel and cutting-edge. As with all new technology standards, consider doing a security review to ensure any systems that integrate with MCP servers follow all regulations and standards your system is expected to adhere to. This includes not only the Azure MCP Server, but any MCP client/agent that you choose to implement down to the model provider.
|
|
348
429
|
|
|
349
430
|
## 👥 Contributing
|
|
431
|
+
|
|
350
432
|
We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.
|
|
351
433
|
|
|
352
434
|
Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/main/CONTRIBUTING.md) for guidelines on:
|
|
353
435
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
436
|
+
* 🛠️ Setting up your development environment
|
|
437
|
+
* ✨ Adding new commands
|
|
438
|
+
* 📝 Code style and testing requirements
|
|
439
|
+
* 🔄 Making pull requests
|
|
358
440
|
|
|
359
441
|
## 💬 Feedback
|
|
360
442
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/azmcp.deps.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/win-arm64": {
|
|
10
|
-
"azmcp/0.
|
|
10
|
+
"azmcp/0.5.0": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.AI.Projects": "1.0.0-beta.9",
|
|
13
13
|
"Azure.Bicep.Types": "0.5.110",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.3.0",
|
|
23
23
|
"Azure.Monitor.Query": "1.6.0",
|
|
24
24
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
25
|
+
"Azure.ResourceManager.ApplicationInsights": "1.0.1",
|
|
25
26
|
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
26
27
|
"Azure.ResourceManager.CognitiveServices": "1.4.0",
|
|
27
28
|
"Azure.ResourceManager.ContainerService": "1.2.3",
|
|
@@ -34,10 +35,12 @@
|
|
|
34
35
|
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
35
36
|
"Azure.ResourceManager.Redis": "1.5.0",
|
|
36
37
|
"Azure.ResourceManager.RedisEnterprise": "1.1.0",
|
|
38
|
+
"Azure.ResourceManager.ResourceGraph": "1.1.0-beta.3",
|
|
37
39
|
"Azure.ResourceManager.Search": "1.2.3",
|
|
38
40
|
"Azure.ResourceManager.Sql": "1.3.0",
|
|
39
41
|
"Azure.ResourceManager.Storage": "1.4.2",
|
|
40
42
|
"Azure.Search.Documents": "11.7.0-beta.4",
|
|
43
|
+
"Azure.Security.KeyVault.Certificates": "4.7.0",
|
|
41
44
|
"Azure.Security.KeyVault.Keys": "4.7.0",
|
|
42
45
|
"Azure.Security.KeyVault.Secrets": "4.7.0",
|
|
43
46
|
"Azure.Storage.Blobs": "12.24.0",
|
|
@@ -49,8 +52,7 @@
|
|
|
49
52
|
"Microsoft.Extensions.Hosting": "9.0.6",
|
|
50
53
|
"Microsoft.Identity.Client.Broker": "4.72.1",
|
|
51
54
|
"Microsoft.NET.ILLink.Tasks": "9.0.5",
|
|
52
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
53
|
-
"ModelContextProtocol.AspNetCore": "0.3.0-preview.2",
|
|
55
|
+
"ModelContextProtocol": "0.3.0-preview.3",
|
|
54
56
|
"Newtonsoft.Json": "13.0.3",
|
|
55
57
|
"Npgsql": "9.0.3",
|
|
56
58
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
|
|
@@ -1467,6 +1469,20 @@
|
|
|
1467
1469
|
}
|
|
1468
1470
|
}
|
|
1469
1471
|
},
|
|
1472
|
+
"Azure.ResourceManager.ApplicationInsights/1.0.1": {
|
|
1473
|
+
"dependencies": {
|
|
1474
|
+
"Azure.Core": "1.46.2",
|
|
1475
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1476
|
+
"System.ClientModel": "1.4.2",
|
|
1477
|
+
"System.Text.Json": "8.0.5"
|
|
1478
|
+
},
|
|
1479
|
+
"runtime": {
|
|
1480
|
+
"lib/net8.0/Azure.ResourceManager.ApplicationInsights.dll": {
|
|
1481
|
+
"assemblyVersion": "1.0.1.0",
|
|
1482
|
+
"fileVersion": "1.0.125.16102"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1470
1486
|
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
1471
1487
|
"dependencies": {
|
|
1472
1488
|
"Azure.Core": "1.46.2",
|
|
@@ -1633,6 +1649,20 @@
|
|
|
1633
1649
|
}
|
|
1634
1650
|
}
|
|
1635
1651
|
},
|
|
1652
|
+
"Azure.ResourceManager.ResourceGraph/1.1.0-beta.3": {
|
|
1653
|
+
"dependencies": {
|
|
1654
|
+
"Azure.Core": "1.46.2",
|
|
1655
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1656
|
+
"System.ClientModel": "1.4.2",
|
|
1657
|
+
"System.Text.Json": "8.0.5"
|
|
1658
|
+
},
|
|
1659
|
+
"runtime": {
|
|
1660
|
+
"lib/net8.0/Azure.ResourceManager.ResourceGraph.dll": {
|
|
1661
|
+
"assemblyVersion": "1.1.0.0",
|
|
1662
|
+
"fileVersion": "1.100.25.16002"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1636
1666
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
1637
1667
|
"dependencies": {
|
|
1638
1668
|
"Azure.Core": "1.46.2",
|
|
@@ -1683,6 +1713,20 @@
|
|
|
1683
1713
|
}
|
|
1684
1714
|
}
|
|
1685
1715
|
},
|
|
1716
|
+
"Azure.Security.KeyVault.Certificates/4.7.0": {
|
|
1717
|
+
"dependencies": {
|
|
1718
|
+
"Azure.Core": "1.46.2",
|
|
1719
|
+
"System.Memory": "4.5.5",
|
|
1720
|
+
"System.Text.Json": "8.0.5",
|
|
1721
|
+
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1722
|
+
},
|
|
1723
|
+
"runtime": {
|
|
1724
|
+
"lib/netstandard2.0/Azure.Security.KeyVault.Certificates.dll": {
|
|
1725
|
+
"assemblyVersion": "4.7.0.0",
|
|
1726
|
+
"fileVersion": "4.700.24.51403"
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1686
1730
|
"Azure.Security.KeyVault.Keys/4.7.0": {
|
|
1687
1731
|
"dependencies": {
|
|
1688
1732
|
"Azure.Core": "1.46.2",
|
|
@@ -1806,11 +1850,11 @@
|
|
|
1806
1850
|
}
|
|
1807
1851
|
}
|
|
1808
1852
|
},
|
|
1809
|
-
"Microsoft.Extensions.AI.Abstractions/9.
|
|
1853
|
+
"Microsoft.Extensions.AI.Abstractions/9.7.1": {
|
|
1810
1854
|
"runtime": {
|
|
1811
1855
|
"lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
|
|
1812
|
-
"assemblyVersion": "9.
|
|
1813
|
-
"fileVersion": "9.
|
|
1856
|
+
"assemblyVersion": "9.7.0.0",
|
|
1857
|
+
"fileVersion": "9.700.125.36504"
|
|
1814
1858
|
}
|
|
1815
1859
|
}
|
|
1816
1860
|
},
|
|
@@ -2292,10 +2336,10 @@
|
|
|
2292
2336
|
}
|
|
2293
2337
|
}
|
|
2294
2338
|
},
|
|
2295
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
2339
|
+
"ModelContextProtocol/0.3.0-preview.3": {
|
|
2296
2340
|
"dependencies": {
|
|
2297
2341
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2298
|
-
"ModelContextProtocol.Core": "0.3.0-preview.
|
|
2342
|
+
"ModelContextProtocol.Core": "0.3.0-preview.3"
|
|
2299
2343
|
},
|
|
2300
2344
|
"runtime": {
|
|
2301
2345
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
@@ -2304,20 +2348,9 @@
|
|
|
2304
2348
|
}
|
|
2305
2349
|
}
|
|
2306
2350
|
},
|
|
2307
|
-
"ModelContextProtocol.
|
|
2308
|
-
"dependencies": {
|
|
2309
|
-
"ModelContextProtocol": "0.3.0-preview.2"
|
|
2310
|
-
},
|
|
2311
|
-
"runtime": {
|
|
2312
|
-
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
2313
|
-
"assemblyVersion": "0.3.0.0",
|
|
2314
|
-
"fileVersion": "0.3.0.0"
|
|
2315
|
-
}
|
|
2316
|
-
}
|
|
2317
|
-
},
|
|
2318
|
-
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
2351
|
+
"ModelContextProtocol.Core/0.3.0-preview.3": {
|
|
2319
2352
|
"dependencies": {
|
|
2320
|
-
"Microsoft.Extensions.AI.Abstractions": "9.
|
|
2353
|
+
"Microsoft.Extensions.AI.Abstractions": "9.7.1",
|
|
2321
2354
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2322
2355
|
"System.Net.ServerSentEvents": "10.0.0-preview.5.25277.114"
|
|
2323
2356
|
},
|
|
@@ -3130,7 +3163,7 @@
|
|
|
3130
3163
|
}
|
|
3131
3164
|
},
|
|
3132
3165
|
"libraries": {
|
|
3133
|
-
"azmcp/0.
|
|
3166
|
+
"azmcp/0.5.0": {
|
|
3134
3167
|
"type": "project",
|
|
3135
3168
|
"serviceable": false,
|
|
3136
3169
|
"sha512": ""
|
|
@@ -3271,6 +3304,13 @@
|
|
|
3271
3304
|
"path": "azure.resourcemanager.appconfiguration/1.4.0",
|
|
3272
3305
|
"hashPath": "azure.resourcemanager.appconfiguration.1.4.0.nupkg.sha512"
|
|
3273
3306
|
},
|
|
3307
|
+
"Azure.ResourceManager.ApplicationInsights/1.0.1": {
|
|
3308
|
+
"type": "package",
|
|
3309
|
+
"serviceable": true,
|
|
3310
|
+
"sha512": "sha512-SJofOW0MCy3C+Fs7D4XAEBIX1kaK2iqinXqLPFzzMwJW1q49e6eo8CByiTg/Nb+CqcgC6nQRLw6CyQo4W93Z7g==",
|
|
3311
|
+
"path": "azure.resourcemanager.applicationinsights/1.0.1",
|
|
3312
|
+
"hashPath": "azure.resourcemanager.applicationinsights.1.0.1.nupkg.sha512"
|
|
3313
|
+
},
|
|
3274
3314
|
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
3275
3315
|
"type": "package",
|
|
3276
3316
|
"serviceable": true,
|
|
@@ -3355,6 +3395,13 @@
|
|
|
3355
3395
|
"path": "azure.resourcemanager.redisenterprise/1.1.0",
|
|
3356
3396
|
"hashPath": "azure.resourcemanager.redisenterprise.1.1.0.nupkg.sha512"
|
|
3357
3397
|
},
|
|
3398
|
+
"Azure.ResourceManager.ResourceGraph/1.1.0-beta.3": {
|
|
3399
|
+
"type": "package",
|
|
3400
|
+
"serviceable": true,
|
|
3401
|
+
"sha512": "sha512-S74OSwnUO9fWXkOFN2UUGFN08gLlYzaRLecedWCQdnqYNX6DU9b/8fyc1aD1DGgZNOOEdnXnfMEfPjZDydqG7g==",
|
|
3402
|
+
"path": "azure.resourcemanager.resourcegraph/1.1.0-beta.3",
|
|
3403
|
+
"hashPath": "azure.resourcemanager.resourcegraph.1.1.0-beta.3.nupkg.sha512"
|
|
3404
|
+
},
|
|
3358
3405
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
3359
3406
|
"type": "package",
|
|
3360
3407
|
"serviceable": true,
|
|
@@ -3383,6 +3430,13 @@
|
|
|
3383
3430
|
"path": "azure.search.documents/11.7.0-beta.4",
|
|
3384
3431
|
"hashPath": "azure.search.documents.11.7.0-beta.4.nupkg.sha512"
|
|
3385
3432
|
},
|
|
3433
|
+
"Azure.Security.KeyVault.Certificates/4.7.0": {
|
|
3434
|
+
"type": "package",
|
|
3435
|
+
"serviceable": true,
|
|
3436
|
+
"sha512": "sha512-FcoGTI/6i8nKZhwI0HrYnVWOQk9LhnP+9T3adFAGvU8i3XPc3KKJ93VGER8L+Ygez2bpyGsWj4fRjsYv2211PQ==",
|
|
3437
|
+
"path": "azure.security.keyvault.certificates/4.7.0",
|
|
3438
|
+
"hashPath": "azure.security.keyvault.certificates.4.7.0.nupkg.sha512"
|
|
3439
|
+
},
|
|
3386
3440
|
"Azure.Security.KeyVault.Keys/4.7.0": {
|
|
3387
3441
|
"type": "package",
|
|
3388
3442
|
"serviceable": true,
|
|
@@ -3446,12 +3500,12 @@
|
|
|
3446
3500
|
"path": "microsoft.bcl.hashcode/1.1.0",
|
|
3447
3501
|
"hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512"
|
|
3448
3502
|
},
|
|
3449
|
-
"Microsoft.Extensions.AI.Abstractions/9.
|
|
3503
|
+
"Microsoft.Extensions.AI.Abstractions/9.7.1": {
|
|
3450
3504
|
"type": "package",
|
|
3451
3505
|
"serviceable": true,
|
|
3452
|
-
"sha512": "sha512-
|
|
3453
|
-
"path": "microsoft.extensions.ai.abstractions/9.
|
|
3454
|
-
"hashPath": "microsoft.extensions.ai.abstractions.9.
|
|
3506
|
+
"sha512": "sha512-fcAMMDxGgdl7vgkiFQ2yojdEwvGIkIpxsv6SQ33enA+q2iGuv3jsFUZmq6ZJ0YvMgrce7mG6GHFkEVcNxjIl0A==",
|
|
3507
|
+
"path": "microsoft.extensions.ai.abstractions/9.7.1",
|
|
3508
|
+
"hashPath": "microsoft.extensions.ai.abstractions.9.7.1.nupkg.sha512"
|
|
3455
3509
|
},
|
|
3456
3510
|
"Microsoft.Extensions.Azure/1.11.0": {
|
|
3457
3511
|
"type": "package",
|
|
@@ -3733,26 +3787,19 @@
|
|
|
3733
3787
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3734
3788
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3735
3789
|
},
|
|
3736
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
3737
|
-
"type": "package",
|
|
3738
|
-
"serviceable": true,
|
|
3739
|
-
"sha512": "sha512-tC4pwKzNPFXFqyqhAcq40QnkSF+md29UKGsaDkF9Pw8oinWqFoC3Nr9AF+YbpIWo8Jc6Nz9S7+LuJwqpZWfLOw==",
|
|
3740
|
-
"path": "modelcontextprotocol/0.3.0-preview.2",
|
|
3741
|
-
"hashPath": "modelcontextprotocol.0.3.0-preview.2.nupkg.sha512"
|
|
3742
|
-
},
|
|
3743
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
3790
|
+
"ModelContextProtocol/0.3.0-preview.3": {
|
|
3744
3791
|
"type": "package",
|
|
3745
3792
|
"serviceable": true,
|
|
3746
|
-
"sha512": "sha512-
|
|
3747
|
-
"path": "modelcontextprotocol
|
|
3748
|
-
"hashPath": "modelcontextprotocol.
|
|
3793
|
+
"sha512": "sha512-HlviD2pMUwOawBoDtddwuCkBskwYAgQ1Z1V2L/onrl21sjISvRlghC1xwXu1Aj94In9usJlZe1mlGWtFJsOyOg==",
|
|
3794
|
+
"path": "modelcontextprotocol/0.3.0-preview.3",
|
|
3795
|
+
"hashPath": "modelcontextprotocol.0.3.0-preview.3.nupkg.sha512"
|
|
3749
3796
|
},
|
|
3750
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
3797
|
+
"ModelContextProtocol.Core/0.3.0-preview.3": {
|
|
3751
3798
|
"type": "package",
|
|
3752
3799
|
"serviceable": true,
|
|
3753
|
-
"sha512": "sha512-
|
|
3754
|
-
"path": "modelcontextprotocol.core/0.3.0-preview.
|
|
3755
|
-
"hashPath": "modelcontextprotocol.core.0.3.0-preview.
|
|
3800
|
+
"sha512": "sha512-csbP2/LVFu+0v870Imtc+EJ81WBOFUWh1A7xZSlBTrMTE7Wq6mbU62klbMuCdk0SN94rJ5NFgZOwj8uQqZU6HQ==",
|
|
3801
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.3",
|
|
3802
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.3.nupkg.sha512"
|
|
3756
3803
|
},
|
|
3757
3804
|
"Newtonsoft.Json/13.0.3": {
|
|
3758
3805
|
"type": "package",
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/dist/azmcp.exe
CHANGED
|
Binary file
|
package/dist/createdump.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-win32-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on arm64",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|
|
Binary file
|