@azure/mcp 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/package.json +8 -8
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
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
|
"bin": {
|
|
24
24
|
"azmcp": "./index.js"
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"arm64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-linux-x64": "0.
|
|
37
|
-
"@azure/mcp-darwin-x64": "0.
|
|
38
|
-
"@azure/mcp-linux-arm64": "0.
|
|
39
|
-
"@azure/mcp-darwin-arm64": "0.
|
|
40
|
-
"@azure/mcp-win32-x64": "0.
|
|
41
|
-
"@azure/mcp-win32-arm64": "0.
|
|
36
|
+
"@azure/mcp-linux-x64": "0.5.0",
|
|
37
|
+
"@azure/mcp-darwin-x64": "0.5.0",
|
|
38
|
+
"@azure/mcp-linux-arm64": "0.5.0",
|
|
39
|
+
"@azure/mcp-darwin-arm64": "0.5.0",
|
|
40
|
+
"@azure/mcp-win32-x64": "0.5.0",
|
|
41
|
+
"@azure/mcp-win32-arm64": "0.5.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|