@azure/mcp-darwin-arm64 0.4.0 → 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 +271 -171
- package/dist/Azure.Developer.LoadTesting.dll +0 -0
- package/dist/Azure.ResourceManager.ApplicationInsights.dll +0 -0
- package/dist/Azure.ResourceManager.LoadTesting.dll +0 -0
- package/dist/Azure.ResourceManager.ResourceGraph.dll +0 -0
- package/dist/Azure.Security.KeyVault.Certificates.dll +0 -0
- package/dist/Azure.Storage.Files.DataLake.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 +0 -0
- package/dist/azmcp.deps.json +149 -41
- package/dist/azmcp.dll +0 -0
- package/package.json +2 -2
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
package/README.md
CHANGED
|
@@ -6,183 +6,275 @@ 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)
|
|
12
13
|
1. Install the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) and [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extensions
|
|
13
14
|
1. Install [Node.js](https://nodejs.org/en/download) 20 or later
|
|
14
|
-
* Ensure `npx` is your path
|
|
15
|
+
* Ensure `npx` is included in your environment path.
|
|
15
16
|
1. Install any of the available Azure MCP Servers from the table below.
|
|
16
17
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
17
18
|
1. Click `refresh` on the tools list.
|
|
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
|
-
|
|
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
|
+
|
|
44
53
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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)
|
|
49
58
|
|
|
50
59
|
## ✨ What can you do with the Azure MCP Server?
|
|
51
60
|
|
|
52
61
|
The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:
|
|
53
62
|
|
|
54
63
|
### 🔎 Azure AI Search
|
|
55
|
-
|
|
56
|
-
|
|
64
|
+
|
|
65
|
+
* "What indexes do I have in my Azure AI Search service 'mysvc'?"
|
|
66
|
+
* "Let's search this index for 'my search query'"
|
|
57
67
|
|
|
58
68
|
### ⚙️ Azure App Configuration
|
|
59
|
-
|
|
69
|
+
|
|
70
|
+
* "List my App Configuration stores"
|
|
71
|
+
* "Show my key-value pairs in App Config"
|
|
60
72
|
|
|
61
73
|
### ☸️ Azure Kubernetes Service (AKS)
|
|
62
|
-
|
|
63
|
-
|
|
74
|
+
|
|
75
|
+
* "List my AKS clusters in my subscription"
|
|
76
|
+
* "Show me all my Azure Kubernetes Service clusters"
|
|
64
77
|
|
|
65
78
|
### 📊 Azure Cosmos DB
|
|
66
|
-
|
|
67
|
-
|
|
79
|
+
|
|
80
|
+
* "Show me all my Cosmos DB databases"
|
|
81
|
+
* "List containers in my Cosmos DB database"
|
|
68
82
|
|
|
69
83
|
### 🧮 Azure Data Explorer
|
|
70
|
-
|
|
71
|
-
|
|
84
|
+
|
|
85
|
+
* "Get Azure Data Explorer databases in cluster 'mycluster'"
|
|
86
|
+
* "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
|
|
72
87
|
|
|
73
88
|
### 📊 Azure Monitor
|
|
74
|
-
- "Query my Log Analytics workspace"
|
|
75
89
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
90
|
+
* "Query my Log Analytics workspace"
|
|
91
|
+
|
|
92
|
+
### 🗄️ Azure SQL Database
|
|
79
93
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
- "Show my key-value pairs in App Config"
|
|
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'"
|
|
85
98
|
|
|
86
99
|
### 🔧 Azure Resource Management
|
|
87
|
-
- "List my resource groups"
|
|
88
|
-
- "List my Azure CDN endpoints"
|
|
89
|
-
- "Help me build an Azure application using Node.js"
|
|
90
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"
|
|
91
111
|
|
|
92
112
|
## 🛠️ Currently Supported Tools
|
|
113
|
+
|
|
93
114
|
<details>
|
|
94
115
|
<summary>The Azure MCP Server provides tools for interacting with the following Azure services</summary>
|
|
95
116
|
|
|
96
117
|
### 🔎 Azure AI Search (search engine/vector database)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
118
|
+
|
|
119
|
+
* List Azure AI Search services
|
|
120
|
+
* List indexes and look at their schema and configuration
|
|
121
|
+
* Query search indexes
|
|
100
122
|
|
|
101
123
|
### ⚙️ Azure App Configuration
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
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.
|
|
106
133
|
|
|
107
134
|
### 🖥️ Azure CLI Extension
|
|
108
|
-
- Execute Azure CLI commands directly
|
|
109
|
-
- Support for all Azure CLI functionality
|
|
110
|
-
- JSON output formatting
|
|
111
|
-
- Cross-platform compatibility
|
|
112
135
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
|
|
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
|
|
118
147
|
|
|
119
148
|
### 🧮 Azure Data Explorer
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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
|
|
126
156
|
|
|
127
157
|
### 🐘 Azure Database for PostgreSQL - Flexible Server
|
|
128
|
-
- List and query databases.
|
|
129
|
-
- List and get schema for tables.
|
|
130
|
-
- List, get configuration and get parameters for servers.
|
|
131
158
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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
|
|
136
168
|
|
|
137
169
|
### 🧮 Azure Foundry
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
170
|
+
|
|
171
|
+
* List Azure Foundry models
|
|
172
|
+
* Deploy foundry models
|
|
173
|
+
* List foundry model deployments
|
|
141
174
|
|
|
142
175
|
### 🚀 Azure Managed Grafana
|
|
143
|
-
- List Azure Managed Grafana
|
|
144
176
|
|
|
145
|
-
|
|
146
|
-
|
|
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
|
|
147
197
|
|
|
148
198
|
### 📈 Azure Monitor
|
|
199
|
+
|
|
149
200
|
#### Log Analytics
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
201
|
+
|
|
202
|
+
* List Log Analytics workspaces
|
|
203
|
+
* Query logs using KQL
|
|
204
|
+
* List available tables
|
|
153
205
|
|
|
154
206
|
#### Health Models
|
|
155
|
-
|
|
207
|
+
|
|
208
|
+
* Get health of an entity
|
|
156
209
|
|
|
157
210
|
#### Metrics
|
|
158
|
-
|
|
159
|
-
|
|
211
|
+
|
|
212
|
+
* Query Azure Monitor metrics for resources with time series data
|
|
213
|
+
* List available metric definitions for resources
|
|
160
214
|
|
|
161
215
|
### ⚙️ Azure Native ISV Services
|
|
162
|
-
- List Monitored Resources in a Datadog Monitor
|
|
163
216
|
|
|
164
|
-
|
|
165
|
-
|
|
217
|
+
* List Monitored Resources in a Datadog Monitor
|
|
218
|
+
|
|
219
|
+
### 🛡️ Azure Quick Review CLI Extension
|
|
220
|
+
|
|
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
|
|
166
233
|
|
|
167
234
|
### 🎭 Azure Role-Based Access Control (RBAC)
|
|
168
|
-
|
|
235
|
+
|
|
236
|
+
* List role assignments
|
|
169
237
|
|
|
170
238
|
### 🚌 Azure Service Bus
|
|
171
|
-
|
|
239
|
+
|
|
240
|
+
* Examine properties and runtime information about queues, topics, and subscriptions
|
|
172
241
|
|
|
173
242
|
### 🗄️ Azure SQL Database
|
|
174
|
-
- Show database details and properties
|
|
175
243
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
244
|
+
* Show database details and properties
|
|
245
|
+
* List SQL server firewall rules
|
|
246
|
+
* List elastic pools and their configurations
|
|
247
|
+
|
|
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
|
|
181
275
|
|
|
182
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).
|
|
183
277
|
|
|
184
|
-
### 🛡️ Azure Best Practices
|
|
185
|
-
- Get secure, production-grade Azure SDK best practices for effective code generation.
|
|
186
278
|
</details>
|
|
187
279
|
|
|
188
280
|
For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
|
|
@@ -210,95 +302,102 @@ Installation in VS Code should be in one of the previous forms and the update in
|
|
|
210
302
|
</details>
|
|
211
303
|
|
|
212
304
|
## ⚙️ Advanced Install Scenarios (Optional)
|
|
305
|
+
|
|
213
306
|
<details>
|
|
214
307
|
<summary>Docker containers, custom MCP clients, and manual install options</summary>
|
|
215
308
|
|
|
216
|
-
|
|
309
|
+
### 🐋 Docker Install Steps (Optional)
|
|
310
|
+
|
|
217
311
|
For a step-by-step Docker installation, follow these instructions:
|
|
218
312
|
|
|
219
|
-
1.
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
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
|
+
}
|
|
241
338
|
}
|
|
242
|
-
|
|
243
|
-
}
|
|
244
|
-
```
|
|
339
|
+
```
|
|
245
340
|
|
|
246
341
|
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
247
342
|
|
|
248
|
-
|
|
343
|
+
### 🤖 Custom MCP Client Install Steps (Optional)
|
|
344
|
+
|
|
249
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.
|
|
250
346
|
|
|
251
|
-
|
|
347
|
+
```bash
|
|
348
|
+
npx -y @azure/mcp@latest server start
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
### 🔧 Manual Install Steps (Optional)
|
|
352
|
+
|
|
252
353
|
For a step-by-step installation, follow these instructions:
|
|
253
354
|
|
|
254
355
|
1. Add `.vscode/mcp.json`:
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
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
|
+
}
|
|
266
370
|
}
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
```
|
|
371
|
+
```
|
|
270
372
|
|
|
271
|
-
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.
|
|
272
374
|
|
|
273
375
|
1. Add `.vscode/mcp.json`:
|
|
274
|
-
```json
|
|
275
|
-
{
|
|
276
|
-
"servers": {
|
|
277
|
-
"Azure Best Practices": {
|
|
278
|
-
"command": "npx",
|
|
279
|
-
"args": [
|
|
280
|
-
"-y",
|
|
281
|
-
"@azure/mcp@latest",
|
|
282
|
-
"server",
|
|
283
|
-
"start",
|
|
284
|
-
"--namespace",
|
|
285
|
-
"bestpractices" // Any of the available MCP servers can be referenced here.
|
|
286
|
-
]
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
### Using standard IO
|
|
293
376
|
|
|
294
|
-
|
|
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
|
+
```
|
|
295
394
|
|
|
296
395
|
More end-to-end MCP client/agent guides are coming soon!
|
|
297
396
|
</details>
|
|
298
397
|
|
|
299
398
|
## Data Collection
|
|
300
399
|
|
|
301
|
-
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.
|
|
302
401
|
|
|
303
402
|
### Telemetry Configuration
|
|
304
403
|
|
|
@@ -329,14 +428,15 @@ Your credentials are always handled securely through the official [Azure Identit
|
|
|
329
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.
|
|
330
429
|
|
|
331
430
|
## 👥 Contributing
|
|
431
|
+
|
|
332
432
|
We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.
|
|
333
433
|
|
|
334
434
|
Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/main/CONTRIBUTING.md) for guidelines on:
|
|
335
435
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
436
|
+
* 🛠️ Setting up your development environment
|
|
437
|
+
* ✨ Adding new commands
|
|
438
|
+
* 📝 Code style and testing requirements
|
|
439
|
+
* 🔄 Making pull requests
|
|
340
440
|
|
|
341
441
|
## 💬 Feedback
|
|
342
442
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/azmcp
CHANGED
|
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/osx-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",
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
"Azure.Core": "1.46.2",
|
|
16
16
|
"Azure.Data.AppConfiguration": "1.6.1",
|
|
17
17
|
"Azure.Data.Tables": "12.11.0",
|
|
18
|
+
"Azure.Developer.LoadTesting": "1.0.2",
|
|
18
19
|
"Azure.Identity": "1.14.0",
|
|
19
20
|
"Azure.Identity.Broker": "1.2.0",
|
|
20
21
|
"Azure.Messaging.ServiceBus": "7.20.1",
|
|
21
22
|
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.3.0",
|
|
22
23
|
"Azure.Monitor.Query": "1.6.0",
|
|
23
24
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
25
|
+
"Azure.ResourceManager.ApplicationInsights": "1.0.1",
|
|
24
26
|
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
25
27
|
"Azure.ResourceManager.CognitiveServices": "1.4.0",
|
|
26
28
|
"Azure.ResourceManager.ContainerService": "1.2.3",
|
|
@@ -28,17 +30,21 @@
|
|
|
28
30
|
"Azure.ResourceManager.Datadog": "1.0.0-beta.5",
|
|
29
31
|
"Azure.ResourceManager.Grafana": "1.1.1",
|
|
30
32
|
"Azure.ResourceManager.Kusto": "1.6.0",
|
|
33
|
+
"Azure.ResourceManager.LoadTesting": "1.1.1",
|
|
31
34
|
"Azure.ResourceManager.OperationalInsights": "1.3.0",
|
|
32
35
|
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
33
36
|
"Azure.ResourceManager.Redis": "1.5.0",
|
|
34
37
|
"Azure.ResourceManager.RedisEnterprise": "1.1.0",
|
|
38
|
+
"Azure.ResourceManager.ResourceGraph": "1.1.0-beta.3",
|
|
35
39
|
"Azure.ResourceManager.Search": "1.2.3",
|
|
36
40
|
"Azure.ResourceManager.Sql": "1.3.0",
|
|
37
41
|
"Azure.ResourceManager.Storage": "1.4.2",
|
|
38
42
|
"Azure.Search.Documents": "11.7.0-beta.4",
|
|
43
|
+
"Azure.Security.KeyVault.Certificates": "4.7.0",
|
|
39
44
|
"Azure.Security.KeyVault.Keys": "4.7.0",
|
|
40
45
|
"Azure.Security.KeyVault.Secrets": "4.7.0",
|
|
41
46
|
"Azure.Storage.Blobs": "12.24.0",
|
|
47
|
+
"Azure.Storage.Files.DataLake": "12.22.0",
|
|
42
48
|
"Microsoft.Azure.Cosmos": "3.51.0",
|
|
43
49
|
"Microsoft.Extensions.Azure": "1.11.0",
|
|
44
50
|
"Microsoft.Extensions.Caching.Memory": "9.0.6",
|
|
@@ -46,8 +52,7 @@
|
|
|
46
52
|
"Microsoft.Extensions.Hosting": "9.0.6",
|
|
47
53
|
"Microsoft.Identity.Client.Broker": "4.72.1",
|
|
48
54
|
"Microsoft.NET.ILLink.Tasks": "9.0.5",
|
|
49
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
50
|
-
"ModelContextProtocol.AspNetCore": "0.3.0-preview.2",
|
|
55
|
+
"ModelContextProtocol": "0.3.0-preview.3",
|
|
51
56
|
"Newtonsoft.Json": "13.0.3",
|
|
52
57
|
"Npgsql": "9.0.3",
|
|
53
58
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
|
|
@@ -1334,6 +1339,17 @@
|
|
|
1334
1339
|
}
|
|
1335
1340
|
}
|
|
1336
1341
|
},
|
|
1342
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
1343
|
+
"dependencies": {
|
|
1344
|
+
"Azure.Core": "1.46.2"
|
|
1345
|
+
},
|
|
1346
|
+
"runtime": {
|
|
1347
|
+
"lib/net8.0/Azure.Developer.LoadTesting.dll": {
|
|
1348
|
+
"assemblyVersion": "1.0.2.0",
|
|
1349
|
+
"fileVersion": "1.0.225.7001"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1337
1353
|
"Azure.Identity/1.14.0": {
|
|
1338
1354
|
"dependencies": {
|
|
1339
1355
|
"Azure.Core": "1.46.2",
|
|
@@ -1444,6 +1460,20 @@
|
|
|
1444
1460
|
}
|
|
1445
1461
|
}
|
|
1446
1462
|
},
|
|
1463
|
+
"Azure.ResourceManager.ApplicationInsights/1.0.1": {
|
|
1464
|
+
"dependencies": {
|
|
1465
|
+
"Azure.Core": "1.46.2",
|
|
1466
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1467
|
+
"System.ClientModel": "1.4.2",
|
|
1468
|
+
"System.Text.Json": "8.0.5"
|
|
1469
|
+
},
|
|
1470
|
+
"runtime": {
|
|
1471
|
+
"lib/net8.0/Azure.ResourceManager.ApplicationInsights.dll": {
|
|
1472
|
+
"assemblyVersion": "1.0.1.0",
|
|
1473
|
+
"fileVersion": "1.0.125.16102"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1447
1477
|
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
1448
1478
|
"dependencies": {
|
|
1449
1479
|
"Azure.Core": "1.46.2",
|
|
@@ -1542,6 +1572,20 @@
|
|
|
1542
1572
|
}
|
|
1543
1573
|
}
|
|
1544
1574
|
},
|
|
1575
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
1576
|
+
"dependencies": {
|
|
1577
|
+
"Azure.Core": "1.46.2",
|
|
1578
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1579
|
+
"System.ClientModel": "1.4.2",
|
|
1580
|
+
"System.Text.Json": "8.0.5"
|
|
1581
|
+
},
|
|
1582
|
+
"runtime": {
|
|
1583
|
+
"lib/net8.0/Azure.ResourceManager.LoadTesting.dll": {
|
|
1584
|
+
"assemblyVersion": "1.1.1.0",
|
|
1585
|
+
"fileVersion": "1.100.125.16702"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1545
1589
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
1546
1590
|
"dependencies": {
|
|
1547
1591
|
"Azure.Core": "1.46.2",
|
|
@@ -1596,6 +1640,20 @@
|
|
|
1596
1640
|
}
|
|
1597
1641
|
}
|
|
1598
1642
|
},
|
|
1643
|
+
"Azure.ResourceManager.ResourceGraph/1.1.0-beta.3": {
|
|
1644
|
+
"dependencies": {
|
|
1645
|
+
"Azure.Core": "1.46.2",
|
|
1646
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1647
|
+
"System.ClientModel": "1.4.2",
|
|
1648
|
+
"System.Text.Json": "8.0.5"
|
|
1649
|
+
},
|
|
1650
|
+
"runtime": {
|
|
1651
|
+
"lib/net8.0/Azure.ResourceManager.ResourceGraph.dll": {
|
|
1652
|
+
"assemblyVersion": "1.1.0.0",
|
|
1653
|
+
"fileVersion": "1.100.25.16002"
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1599
1657
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
1600
1658
|
"dependencies": {
|
|
1601
1659
|
"Azure.Core": "1.46.2",
|
|
@@ -1646,6 +1704,20 @@
|
|
|
1646
1704
|
}
|
|
1647
1705
|
}
|
|
1648
1706
|
},
|
|
1707
|
+
"Azure.Security.KeyVault.Certificates/4.7.0": {
|
|
1708
|
+
"dependencies": {
|
|
1709
|
+
"Azure.Core": "1.46.2",
|
|
1710
|
+
"System.Memory": "4.5.5",
|
|
1711
|
+
"System.Text.Json": "8.0.5",
|
|
1712
|
+
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1713
|
+
},
|
|
1714
|
+
"runtime": {
|
|
1715
|
+
"lib/netstandard2.0/Azure.Security.KeyVault.Certificates.dll": {
|
|
1716
|
+
"assemblyVersion": "4.7.0.0",
|
|
1717
|
+
"fileVersion": "4.700.24.51403"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1649
1721
|
"Azure.Security.KeyVault.Keys/4.7.0": {
|
|
1650
1722
|
"dependencies": {
|
|
1651
1723
|
"Azure.Core": "1.46.2",
|
|
@@ -1697,6 +1769,18 @@
|
|
|
1697
1769
|
}
|
|
1698
1770
|
}
|
|
1699
1771
|
},
|
|
1772
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
1773
|
+
"dependencies": {
|
|
1774
|
+
"Azure.Storage.Blobs": "12.24.0",
|
|
1775
|
+
"Azure.Storage.Common": "12.23.0"
|
|
1776
|
+
},
|
|
1777
|
+
"runtime": {
|
|
1778
|
+
"lib/net8.0/Azure.Storage.Files.DataLake.dll": {
|
|
1779
|
+
"assemblyVersion": "12.22.0.0",
|
|
1780
|
+
"fileVersion": "12.2200.25.16107"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1700
1784
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
1701
1785
|
"runtime": {
|
|
1702
1786
|
"lib/net8.0/Microsoft.Azure.Amqp.dll": {
|
|
@@ -1757,11 +1841,11 @@
|
|
|
1757
1841
|
}
|
|
1758
1842
|
}
|
|
1759
1843
|
},
|
|
1760
|
-
"Microsoft.Extensions.AI.Abstractions/9.
|
|
1844
|
+
"Microsoft.Extensions.AI.Abstractions/9.7.1": {
|
|
1761
1845
|
"runtime": {
|
|
1762
1846
|
"lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
|
|
1763
|
-
"assemblyVersion": "9.
|
|
1764
|
-
"fileVersion": "9.
|
|
1847
|
+
"assemblyVersion": "9.7.0.0",
|
|
1848
|
+
"fileVersion": "9.700.125.36504"
|
|
1765
1849
|
}
|
|
1766
1850
|
}
|
|
1767
1851
|
},
|
|
@@ -2238,10 +2322,10 @@
|
|
|
2238
2322
|
}
|
|
2239
2323
|
}
|
|
2240
2324
|
},
|
|
2241
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
2325
|
+
"ModelContextProtocol/0.3.0-preview.3": {
|
|
2242
2326
|
"dependencies": {
|
|
2243
2327
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2244
|
-
"ModelContextProtocol.Core": "0.3.0-preview.
|
|
2328
|
+
"ModelContextProtocol.Core": "0.3.0-preview.3"
|
|
2245
2329
|
},
|
|
2246
2330
|
"runtime": {
|
|
2247
2331
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
@@ -2250,20 +2334,9 @@
|
|
|
2250
2334
|
}
|
|
2251
2335
|
}
|
|
2252
2336
|
},
|
|
2253
|
-
"ModelContextProtocol.
|
|
2254
|
-
"dependencies": {
|
|
2255
|
-
"ModelContextProtocol": "0.3.0-preview.2"
|
|
2256
|
-
},
|
|
2257
|
-
"runtime": {
|
|
2258
|
-
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
2259
|
-
"assemblyVersion": "0.3.0.0",
|
|
2260
|
-
"fileVersion": "0.3.0.0"
|
|
2261
|
-
}
|
|
2262
|
-
}
|
|
2263
|
-
},
|
|
2264
|
-
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
2337
|
+
"ModelContextProtocol.Core/0.3.0-preview.3": {
|
|
2265
2338
|
"dependencies": {
|
|
2266
|
-
"Microsoft.Extensions.AI.Abstractions": "9.
|
|
2339
|
+
"Microsoft.Extensions.AI.Abstractions": "9.7.1",
|
|
2267
2340
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2268
2341
|
"System.Net.ServerSentEvents": "10.0.0-preview.5.25277.114"
|
|
2269
2342
|
},
|
|
@@ -3082,7 +3155,7 @@
|
|
|
3082
3155
|
}
|
|
3083
3156
|
},
|
|
3084
3157
|
"libraries": {
|
|
3085
|
-
"azmcp/0.
|
|
3158
|
+
"azmcp/0.5.0": {
|
|
3086
3159
|
"type": "project",
|
|
3087
3160
|
"serviceable": false,
|
|
3088
3161
|
"sha512": ""
|
|
@@ -3160,6 +3233,13 @@
|
|
|
3160
3233
|
"path": "azure.data.tables/12.11.0",
|
|
3161
3234
|
"hashPath": "azure.data.tables.12.11.0.nupkg.sha512"
|
|
3162
3235
|
},
|
|
3236
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
3237
|
+
"type": "package",
|
|
3238
|
+
"serviceable": true,
|
|
3239
|
+
"sha512": "sha512-sOv8fhyDPXFHLJCa3A3Xd1XqpZW5dNk0Lfya2UGILS/Z2wBcfj91VMiy3kb8Z2SuL9BMXirx0vMjhecSK77SDQ==",
|
|
3240
|
+
"path": "azure.developer.loadtesting/1.0.2",
|
|
3241
|
+
"hashPath": "azure.developer.loadtesting.1.0.2.nupkg.sha512"
|
|
3242
|
+
},
|
|
3163
3243
|
"Azure.Identity/1.14.0": {
|
|
3164
3244
|
"type": "package",
|
|
3165
3245
|
"serviceable": true,
|
|
@@ -3216,6 +3296,13 @@
|
|
|
3216
3296
|
"path": "azure.resourcemanager.appconfiguration/1.4.0",
|
|
3217
3297
|
"hashPath": "azure.resourcemanager.appconfiguration.1.4.0.nupkg.sha512"
|
|
3218
3298
|
},
|
|
3299
|
+
"Azure.ResourceManager.ApplicationInsights/1.0.1": {
|
|
3300
|
+
"type": "package",
|
|
3301
|
+
"serviceable": true,
|
|
3302
|
+
"sha512": "sha512-SJofOW0MCy3C+Fs7D4XAEBIX1kaK2iqinXqLPFzzMwJW1q49e6eo8CByiTg/Nb+CqcgC6nQRLw6CyQo4W93Z7g==",
|
|
3303
|
+
"path": "azure.resourcemanager.applicationinsights/1.0.1",
|
|
3304
|
+
"hashPath": "azure.resourcemanager.applicationinsights.1.0.1.nupkg.sha512"
|
|
3305
|
+
},
|
|
3219
3306
|
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
3220
3307
|
"type": "package",
|
|
3221
3308
|
"serviceable": true,
|
|
@@ -3265,6 +3352,13 @@
|
|
|
3265
3352
|
"path": "azure.resourcemanager.kusto/1.6.0",
|
|
3266
3353
|
"hashPath": "azure.resourcemanager.kusto.1.6.0.nupkg.sha512"
|
|
3267
3354
|
},
|
|
3355
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
3356
|
+
"type": "package",
|
|
3357
|
+
"serviceable": true,
|
|
3358
|
+
"sha512": "sha512-q7rj9mp6HrBs4Vgrtkkmbbkm1OBhdxdZXp59nE8rJJVWAXxYYUYearZyMaEygylKwT4eFKo8IGFMAAzqwSt+vw==",
|
|
3359
|
+
"path": "azure.resourcemanager.loadtesting/1.1.1",
|
|
3360
|
+
"hashPath": "azure.resourcemanager.loadtesting.1.1.1.nupkg.sha512"
|
|
3361
|
+
},
|
|
3268
3362
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
3269
3363
|
"type": "package",
|
|
3270
3364
|
"serviceable": true,
|
|
@@ -3293,6 +3387,13 @@
|
|
|
3293
3387
|
"path": "azure.resourcemanager.redisenterprise/1.1.0",
|
|
3294
3388
|
"hashPath": "azure.resourcemanager.redisenterprise.1.1.0.nupkg.sha512"
|
|
3295
3389
|
},
|
|
3390
|
+
"Azure.ResourceManager.ResourceGraph/1.1.0-beta.3": {
|
|
3391
|
+
"type": "package",
|
|
3392
|
+
"serviceable": true,
|
|
3393
|
+
"sha512": "sha512-S74OSwnUO9fWXkOFN2UUGFN08gLlYzaRLecedWCQdnqYNX6DU9b/8fyc1aD1DGgZNOOEdnXnfMEfPjZDydqG7g==",
|
|
3394
|
+
"path": "azure.resourcemanager.resourcegraph/1.1.0-beta.3",
|
|
3395
|
+
"hashPath": "azure.resourcemanager.resourcegraph.1.1.0-beta.3.nupkg.sha512"
|
|
3396
|
+
},
|
|
3296
3397
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
3297
3398
|
"type": "package",
|
|
3298
3399
|
"serviceable": true,
|
|
@@ -3321,6 +3422,13 @@
|
|
|
3321
3422
|
"path": "azure.search.documents/11.7.0-beta.4",
|
|
3322
3423
|
"hashPath": "azure.search.documents.11.7.0-beta.4.nupkg.sha512"
|
|
3323
3424
|
},
|
|
3425
|
+
"Azure.Security.KeyVault.Certificates/4.7.0": {
|
|
3426
|
+
"type": "package",
|
|
3427
|
+
"serviceable": true,
|
|
3428
|
+
"sha512": "sha512-FcoGTI/6i8nKZhwI0HrYnVWOQk9LhnP+9T3adFAGvU8i3XPc3KKJ93VGER8L+Ygez2bpyGsWj4fRjsYv2211PQ==",
|
|
3429
|
+
"path": "azure.security.keyvault.certificates/4.7.0",
|
|
3430
|
+
"hashPath": "azure.security.keyvault.certificates.4.7.0.nupkg.sha512"
|
|
3431
|
+
},
|
|
3324
3432
|
"Azure.Security.KeyVault.Keys/4.7.0": {
|
|
3325
3433
|
"type": "package",
|
|
3326
3434
|
"serviceable": true,
|
|
@@ -3349,6 +3457,13 @@
|
|
|
3349
3457
|
"path": "azure.storage.common/12.23.0",
|
|
3350
3458
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3351
3459
|
},
|
|
3460
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
3461
|
+
"type": "package",
|
|
3462
|
+
"serviceable": true,
|
|
3463
|
+
"sha512": "sha512-IDcURHcqcoXDUjd3MLayirRXGMH8BZJeYb5MhyT7LX7jhdOz5Xn4ZW7dF3P1Oh3knzFSSMkY6V794kBmuhLaBg==",
|
|
3464
|
+
"path": "azure.storage.files.datalake/12.22.0",
|
|
3465
|
+
"hashPath": "azure.storage.files.datalake.12.22.0.nupkg.sha512"
|
|
3466
|
+
},
|
|
3352
3467
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
3353
3468
|
"type": "package",
|
|
3354
3469
|
"serviceable": true,
|
|
@@ -3377,12 +3492,12 @@
|
|
|
3377
3492
|
"path": "microsoft.bcl.hashcode/1.1.0",
|
|
3378
3493
|
"hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512"
|
|
3379
3494
|
},
|
|
3380
|
-
"Microsoft.Extensions.AI.Abstractions/9.
|
|
3495
|
+
"Microsoft.Extensions.AI.Abstractions/9.7.1": {
|
|
3381
3496
|
"type": "package",
|
|
3382
3497
|
"serviceable": true,
|
|
3383
|
-
"sha512": "sha512-
|
|
3384
|
-
"path": "microsoft.extensions.ai.abstractions/9.
|
|
3385
|
-
"hashPath": "microsoft.extensions.ai.abstractions.9.
|
|
3498
|
+
"sha512": "sha512-fcAMMDxGgdl7vgkiFQ2yojdEwvGIkIpxsv6SQ33enA+q2iGuv3jsFUZmq6ZJ0YvMgrce7mG6GHFkEVcNxjIl0A==",
|
|
3499
|
+
"path": "microsoft.extensions.ai.abstractions/9.7.1",
|
|
3500
|
+
"hashPath": "microsoft.extensions.ai.abstractions.9.7.1.nupkg.sha512"
|
|
3386
3501
|
},
|
|
3387
3502
|
"Microsoft.Extensions.Azure/1.11.0": {
|
|
3388
3503
|
"type": "package",
|
|
@@ -3664,26 +3779,19 @@
|
|
|
3664
3779
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3665
3780
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3666
3781
|
},
|
|
3667
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
3668
|
-
"type": "package",
|
|
3669
|
-
"serviceable": true,
|
|
3670
|
-
"sha512": "sha512-tC4pwKzNPFXFqyqhAcq40QnkSF+md29UKGsaDkF9Pw8oinWqFoC3Nr9AF+YbpIWo8Jc6Nz9S7+LuJwqpZWfLOw==",
|
|
3671
|
-
"path": "modelcontextprotocol/0.3.0-preview.2",
|
|
3672
|
-
"hashPath": "modelcontextprotocol.0.3.0-preview.2.nupkg.sha512"
|
|
3673
|
-
},
|
|
3674
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
3782
|
+
"ModelContextProtocol/0.3.0-preview.3": {
|
|
3675
3783
|
"type": "package",
|
|
3676
3784
|
"serviceable": true,
|
|
3677
|
-
"sha512": "sha512-
|
|
3678
|
-
"path": "modelcontextprotocol
|
|
3679
|
-
"hashPath": "modelcontextprotocol.
|
|
3785
|
+
"sha512": "sha512-HlviD2pMUwOawBoDtddwuCkBskwYAgQ1Z1V2L/onrl21sjISvRlghC1xwXu1Aj94In9usJlZe1mlGWtFJsOyOg==",
|
|
3786
|
+
"path": "modelcontextprotocol/0.3.0-preview.3",
|
|
3787
|
+
"hashPath": "modelcontextprotocol.0.3.0-preview.3.nupkg.sha512"
|
|
3680
3788
|
},
|
|
3681
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
3789
|
+
"ModelContextProtocol.Core/0.3.0-preview.3": {
|
|
3682
3790
|
"type": "package",
|
|
3683
3791
|
"serviceable": true,
|
|
3684
|
-
"sha512": "sha512-
|
|
3685
|
-
"path": "modelcontextprotocol.core/0.3.0-preview.
|
|
3686
|
-
"hashPath": "modelcontextprotocol.core.0.3.0-preview.
|
|
3792
|
+
"sha512": "sha512-csbP2/LVFu+0v870Imtc+EJ81WBOFUWh1A7xZSlBTrMTE7Wq6mbU62klbMuCdk0SN94rJ5NFgZOwj8uQqZU6HQ==",
|
|
3793
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.3",
|
|
3794
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.3.nupkg.sha512"
|
|
3687
3795
|
},
|
|
3688
3796
|
"Newtonsoft.Json/13.0.3": {
|
|
3689
3797
|
"type": "package",
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url": "git+https://github.com/Azure/azure-mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">=20.0.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "./index.js",
|
|
24
24
|
"bin": {
|
|
Binary file
|