@azure/mcp-win32-arm64 0.3.2 → 0.4.1
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 +46 -39
- package/dist/Azure.Developer.LoadTesting.dll +0 -0
- package/dist/Azure.ResourceManager.ContainerService.dll +0 -0
- package/dist/Azure.ResourceManager.LoadTesting.dll +0 -0
- package/dist/Azure.Storage.Files.DataLake.dll +0 -0
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
- package/dist/ModelContextProtocol.Core.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/azmcp.deps.json +104 -21
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,33 +11,35 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
11
11
|
* [🔮 Insiders release](https://code.visualstudio.com/insiders)
|
|
12
12
|
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
13
|
1. Install [Node.js](https://nodejs.org/en/download) 20 or later
|
|
14
|
-
* Ensure `npx` is your path
|
|
14
|
+
* Ensure `npx` is included in your environment path.
|
|
15
15
|
1. Install any of the available Azure MCP Servers from the table below.
|
|
16
16
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
17
17
|
1. Click `refresh` on the tools list.
|
|
18
18
|
|
|
19
19
|
#### 🤖 Available Azure MCP Servers
|
|
20
20
|
|
|
21
|
-
| Name | Description
|
|
22
|
-
|
|
23
|
-
| All | All Azure MCP tools in a single server.
|
|
21
|
+
| Name | Description | Read/Write Tools | Read Only Tools |
|
|
22
|
+
|--------------|--------------------------------------------------|-----------|-----------|
|
|
23
|
+
| 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) |
|
|
24
|
+
| Azure Kubernetes Service (AKS) | 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--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--namespace%22%2C%22aks%22%2C%22--read-only%22%5D%7D) |
|
|
24
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--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--namespace%22%2C%22appconfig%22%2C%22--read-only%22%5D%7D) |
|
|
25
|
-
| Azure Data Explorer | Query and manage clusters and databases.
|
|
26
|
-
| Best Practices | Secure, production-grade Azure SDK guidance.
|
|
27
|
-
| Cosmos DB | Manage NoSQL databases and containers.
|
|
28
|
-
| Foundry | Manage AI model deployments and foundations.
|
|
29
|
-
| Grafana | Monitor dashboards and analytics visualization.
|
|
30
|
-
| Key Vault | Manage secrets, keys, and certificates.
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
26
|
+
| Azure 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--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--namespace%22%2C%22kusto%22%2C%22--read-only%22%5D%7D) |
|
|
27
|
+
| Best Practices | Secure, production-grade Azure SDK 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--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--namespace%22%2C%22bestpractices%22%2C%22--read-only%22%5D%7D) |
|
|
28
|
+
| 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--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--namespace%22%2C%22cosmos%22%2C%22--read-only%22%5D%7D) |
|
|
29
|
+
| 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--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--namespace%22%2C%22foundry%22%2C%22--read-only%22%5D%7D) |
|
|
30
|
+
| 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--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--namespace%22%2C%22grafana%22%2C%22--read-only%22%5D%7D) |
|
|
31
|
+
| 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--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--namespace%22%2C%22keyvault%22%2C%22--read-only%22%5D%7D) |
|
|
32
|
+
| 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--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--service%22%2C%22marketplace%22%2C%22--read-only%22%5D%7D) |
|
|
33
|
+
| 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--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--namespace%22%2C%22monitor%22%2C%22--read-only%22%5D%7D) |
|
|
34
|
+
| 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--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--namespace%22%2C%22postgres%22%2C%22--read-only%22%5D%7D) |
|
|
35
|
+
| 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--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--namespace%22%2C%22redis%22%2C%22--read-only%22%5D%7D) |
|
|
36
|
+
| 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--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--namespace%22%2C%22group%22%2C%22--read-only%22%5D%7D) |
|
|
37
|
+
| 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--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--namespace%22%2C%22role%22%2C%22--read-only%22%5D%7D) |
|
|
38
|
+
| 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--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--namespace%22%2C%22search%22%2C%22--read-only%22%5D%7D) |
|
|
39
|
+
| 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--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--namespace%22%2C%22servicebus%22%2C%22--read-only%22%5D%7D) |
|
|
40
|
+
| 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--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--namespace%22%2C%22sql%22%2C%22--read-only%22%5D%7D) |
|
|
41
|
+
| 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--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--namespace%22%2C%22storage%22%2C%22--read-only%22%5D%7D) |
|
|
42
|
+
| 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--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--namespace%22%2C%22subscription%22%2C%22--read-only%22%5D%7D) |
|
|
41
43
|
|
|
42
44
|
### ▶️ Getting Started
|
|
43
45
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
@@ -57,6 +59,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
57
59
|
### ⚙️ Azure App Configuration
|
|
58
60
|
- "List my App Configuration stores"
|
|
59
61
|
|
|
62
|
+
### ☸️ Azure Kubernetes Service (AKS)
|
|
63
|
+
- "List my AKS clusters in my subscription"
|
|
64
|
+
- "Show me all my Azure Kubernetes Service clusters"
|
|
65
|
+
|
|
60
66
|
### 📊 Azure Cosmos DB
|
|
61
67
|
- "Show me all my Cosmos DB databases"
|
|
62
68
|
- "List containers in my Cosmos DB database"
|
|
@@ -71,11 +77,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
71
77
|
### �️ Azure SQL Database
|
|
72
78
|
- "Show me details about my Azure SQL database 'mydb'"
|
|
73
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'"
|
|
74
82
|
|
|
75
|
-
### 💾 Azure Storage
|
|
83
|
+
### 💾 Azure Storage
|
|
76
84
|
- "List my Azure storage accounts"
|
|
77
85
|
- "Show me the tables in my Storage account"
|
|
78
86
|
- "Get details about my Storage container"
|
|
87
|
+
- "List paths in my Data Lake file system"
|
|
79
88
|
- "Show my key-value pairs in App Config"
|
|
80
89
|
|
|
81
90
|
### 🔧 Azure Resource Management
|
|
@@ -99,7 +108,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
99
108
|
- Handle labeled configurations
|
|
100
109
|
- Lock/unlock configuration settings
|
|
101
110
|
|
|
102
|
-
###
|
|
111
|
+
### 🖥️ Azure CLI Extension
|
|
103
112
|
- Execute Azure CLI commands directly
|
|
104
113
|
- Support for all Azure CLI functionality
|
|
105
114
|
- JSON output formatting
|
|
@@ -156,9 +165,15 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
156
165
|
### ⚙️ Azure Native ISV Services
|
|
157
166
|
- List Monitored Resources in a Datadog Monitor
|
|
158
167
|
|
|
168
|
+
### Azure Quick Review CLI Extension
|
|
169
|
+
- Scan Azure resources for compliance related recommendations
|
|
170
|
+
|
|
159
171
|
### � Azure Resource Groups
|
|
160
172
|
- List resource groups
|
|
161
173
|
|
|
174
|
+
### 🏪 Azure Marketplace
|
|
175
|
+
- Get details about Marketplace products
|
|
176
|
+
|
|
162
177
|
### 🎭 Azure Role-Based Access Control (RBAC)
|
|
163
178
|
- List role assignments
|
|
164
179
|
|
|
@@ -167,13 +182,21 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
167
182
|
|
|
168
183
|
### 🗄️ Azure SQL Database
|
|
169
184
|
- Show database details and properties
|
|
185
|
+
- List SQL server firewall rules
|
|
186
|
+
- List elastic pools and their configurations
|
|
170
187
|
|
|
171
188
|
### � Azure Storage
|
|
172
189
|
- List Storage accounts
|
|
173
190
|
- Manage blob containers and blobs
|
|
174
191
|
- List and query Storage tables
|
|
192
|
+
- List paths in Data Lake file systems
|
|
175
193
|
- Get container properties and metadata
|
|
176
194
|
|
|
195
|
+
### 📦 Azure Load Testing
|
|
196
|
+
- List, create load test resources
|
|
197
|
+
- List, create load tests
|
|
198
|
+
- Get, list, (create) run and rerun, update load test runs
|
|
199
|
+
|
|
177
200
|
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).
|
|
178
201
|
|
|
179
202
|
### 🛡️ Azure Best Practices
|
|
@@ -241,7 +264,7 @@ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
|
241
264
|
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
242
265
|
|
|
243
266
|
#### 🤖 Custom MCP Client Install Steps (Optional)
|
|
244
|
-
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
|
|
267
|
+
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.
|
|
245
268
|
|
|
246
269
|
#### 🔧 Manual Install Steps (Optional)
|
|
247
270
|
For a step-by-step installation, follow these instructions:
|
|
@@ -288,22 +311,6 @@ You can optionally set the `--namespace <namespace>` flag to install tools for t
|
|
|
288
311
|
|
|
289
312
|
Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [Quick install with VS Code](#-quick-install-with-vs-code) or [Manual Install](#-manual-install).
|
|
290
313
|
|
|
291
|
-
### Using SSE
|
|
292
|
-
|
|
293
|
-
1. Open a terminal window and execute: `npx -y @azure/mcp@latest server start --transport sse`
|
|
294
|
-
2. The server starts up and is hosted at: http://localhost:5008. To use another port, append `--port {YOUR-PORT-NUMBER}`.
|
|
295
|
-
3. Open your MCP client and add the SSE configuration value. This may differ between MCP clients. In VS Code, it will look like:
|
|
296
|
-
```json
|
|
297
|
-
{
|
|
298
|
-
"servers": {
|
|
299
|
-
"Azure MCP Server": {
|
|
300
|
-
"type": "sse",
|
|
301
|
-
"url": "http://localhost:5008/sse"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
```
|
|
306
|
-
|
|
307
314
|
More end-to-end MCP client/agent guides are coming soon!
|
|
308
315
|
</details>
|
|
309
316
|
|
|
Binary file
|
|
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.4.1": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.AI.Projects": "1.0.0-beta.9",
|
|
13
13
|
"Azure.Bicep.Types": "0.5.110",
|
|
@@ -15,6 +15,7 @@
|
|
|
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",
|
|
@@ -23,10 +24,12 @@
|
|
|
23
24
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
24
25
|
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
25
26
|
"Azure.ResourceManager.CognitiveServices": "1.4.0",
|
|
27
|
+
"Azure.ResourceManager.ContainerService": "1.2.3",
|
|
26
28
|
"Azure.ResourceManager.CosmosDB": "1.3.2",
|
|
27
29
|
"Azure.ResourceManager.Datadog": "1.0.0-beta.5",
|
|
28
30
|
"Azure.ResourceManager.Grafana": "1.1.1",
|
|
29
31
|
"Azure.ResourceManager.Kusto": "1.6.0",
|
|
32
|
+
"Azure.ResourceManager.LoadTesting": "1.1.1",
|
|
30
33
|
"Azure.ResourceManager.OperationalInsights": "1.3.0",
|
|
31
34
|
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
32
35
|
"Azure.ResourceManager.Redis": "1.5.0",
|
|
@@ -38,6 +41,7 @@
|
|
|
38
41
|
"Azure.Security.KeyVault.Keys": "4.7.0",
|
|
39
42
|
"Azure.Security.KeyVault.Secrets": "4.7.0",
|
|
40
43
|
"Azure.Storage.Blobs": "12.24.0",
|
|
44
|
+
"Azure.Storage.Files.DataLake": "12.22.0",
|
|
41
45
|
"Microsoft.Azure.Cosmos": "3.51.0",
|
|
42
46
|
"Microsoft.Extensions.Azure": "1.11.0",
|
|
43
47
|
"Microsoft.Extensions.Caching.Memory": "9.0.6",
|
|
@@ -45,8 +49,8 @@
|
|
|
45
49
|
"Microsoft.Extensions.Hosting": "9.0.6",
|
|
46
50
|
"Microsoft.Identity.Client.Broker": "4.72.1",
|
|
47
51
|
"Microsoft.NET.ILLink.Tasks": "9.0.5",
|
|
48
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
49
|
-
"ModelContextProtocol.AspNetCore": "0.3.0-preview.
|
|
52
|
+
"ModelContextProtocol": "0.3.0-preview.2",
|
|
53
|
+
"ModelContextProtocol.AspNetCore": "0.3.0-preview.2",
|
|
50
54
|
"Newtonsoft.Json": "13.0.3",
|
|
51
55
|
"Npgsql": "9.0.3",
|
|
52
56
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
|
|
@@ -1342,6 +1346,17 @@
|
|
|
1342
1346
|
}
|
|
1343
1347
|
}
|
|
1344
1348
|
},
|
|
1349
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
1350
|
+
"dependencies": {
|
|
1351
|
+
"Azure.Core": "1.46.2"
|
|
1352
|
+
},
|
|
1353
|
+
"runtime": {
|
|
1354
|
+
"lib/net8.0/Azure.Developer.LoadTesting.dll": {
|
|
1355
|
+
"assemblyVersion": "1.0.2.0",
|
|
1356
|
+
"fileVersion": "1.0.225.7001"
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1345
1360
|
"Azure.Identity/1.14.0": {
|
|
1346
1361
|
"dependencies": {
|
|
1347
1362
|
"Azure.Core": "1.46.2",
|
|
@@ -1480,6 +1495,20 @@
|
|
|
1480
1495
|
}
|
|
1481
1496
|
}
|
|
1482
1497
|
},
|
|
1498
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
1499
|
+
"dependencies": {
|
|
1500
|
+
"Azure.Core": "1.46.2",
|
|
1501
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1502
|
+
"System.ClientModel": "1.4.2",
|
|
1503
|
+
"System.Text.Json": "8.0.5"
|
|
1504
|
+
},
|
|
1505
|
+
"runtime": {
|
|
1506
|
+
"lib/net8.0/Azure.ResourceManager.ContainerService.dll": {
|
|
1507
|
+
"assemblyVersion": "1.2.3.0",
|
|
1508
|
+
"fileVersion": "1.200.325.15403"
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1483
1512
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1484
1513
|
"dependencies": {
|
|
1485
1514
|
"Azure.Core": "1.46.2",
|
|
@@ -1536,6 +1565,20 @@
|
|
|
1536
1565
|
}
|
|
1537
1566
|
}
|
|
1538
1567
|
},
|
|
1568
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
1569
|
+
"dependencies": {
|
|
1570
|
+
"Azure.Core": "1.46.2",
|
|
1571
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1572
|
+
"System.ClientModel": "1.4.2",
|
|
1573
|
+
"System.Text.Json": "8.0.5"
|
|
1574
|
+
},
|
|
1575
|
+
"runtime": {
|
|
1576
|
+
"lib/net8.0/Azure.ResourceManager.LoadTesting.dll": {
|
|
1577
|
+
"assemblyVersion": "1.1.1.0",
|
|
1578
|
+
"fileVersion": "1.100.125.16702"
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1539
1582
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
1540
1583
|
"dependencies": {
|
|
1541
1584
|
"Azure.Core": "1.46.2",
|
|
@@ -1691,6 +1734,18 @@
|
|
|
1691
1734
|
}
|
|
1692
1735
|
}
|
|
1693
1736
|
},
|
|
1737
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
1738
|
+
"dependencies": {
|
|
1739
|
+
"Azure.Storage.Blobs": "12.24.0",
|
|
1740
|
+
"Azure.Storage.Common": "12.23.0"
|
|
1741
|
+
},
|
|
1742
|
+
"runtime": {
|
|
1743
|
+
"lib/net8.0/Azure.Storage.Files.DataLake.dll": {
|
|
1744
|
+
"assemblyVersion": "12.22.0.0",
|
|
1745
|
+
"fileVersion": "12.2200.25.16107"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1694
1749
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
1695
1750
|
"runtime": {
|
|
1696
1751
|
"lib/net8.0/Microsoft.Azure.Amqp.dll": {
|
|
@@ -2237,10 +2292,10 @@
|
|
|
2237
2292
|
}
|
|
2238
2293
|
}
|
|
2239
2294
|
},
|
|
2240
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
2295
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
2241
2296
|
"dependencies": {
|
|
2242
2297
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2243
|
-
"ModelContextProtocol.Core": "0.3.0-preview.
|
|
2298
|
+
"ModelContextProtocol.Core": "0.3.0-preview.2"
|
|
2244
2299
|
},
|
|
2245
2300
|
"runtime": {
|
|
2246
2301
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
@@ -2249,9 +2304,9 @@
|
|
|
2249
2304
|
}
|
|
2250
2305
|
}
|
|
2251
2306
|
},
|
|
2252
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
2307
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
2253
2308
|
"dependencies": {
|
|
2254
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
2309
|
+
"ModelContextProtocol": "0.3.0-preview.2"
|
|
2255
2310
|
},
|
|
2256
2311
|
"runtime": {
|
|
2257
2312
|
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
@@ -2260,7 +2315,7 @@
|
|
|
2260
2315
|
}
|
|
2261
2316
|
}
|
|
2262
2317
|
},
|
|
2263
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
2318
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
2264
2319
|
"dependencies": {
|
|
2265
2320
|
"Microsoft.Extensions.AI.Abstractions": "9.6.0",
|
|
2266
2321
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
@@ -3075,7 +3130,7 @@
|
|
|
3075
3130
|
}
|
|
3076
3131
|
},
|
|
3077
3132
|
"libraries": {
|
|
3078
|
-
"azmcp/0.
|
|
3133
|
+
"azmcp/0.4.1": {
|
|
3079
3134
|
"type": "project",
|
|
3080
3135
|
"serviceable": false,
|
|
3081
3136
|
"sha512": ""
|
|
@@ -3153,6 +3208,13 @@
|
|
|
3153
3208
|
"path": "azure.data.tables/12.11.0",
|
|
3154
3209
|
"hashPath": "azure.data.tables.12.11.0.nupkg.sha512"
|
|
3155
3210
|
},
|
|
3211
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
3212
|
+
"type": "package",
|
|
3213
|
+
"serviceable": true,
|
|
3214
|
+
"sha512": "sha512-sOv8fhyDPXFHLJCa3A3Xd1XqpZW5dNk0Lfya2UGILS/Z2wBcfj91VMiy3kb8Z2SuL9BMXirx0vMjhecSK77SDQ==",
|
|
3215
|
+
"path": "azure.developer.loadtesting/1.0.2",
|
|
3216
|
+
"hashPath": "azure.developer.loadtesting.1.0.2.nupkg.sha512"
|
|
3217
|
+
},
|
|
3156
3218
|
"Azure.Identity/1.14.0": {
|
|
3157
3219
|
"type": "package",
|
|
3158
3220
|
"serviceable": true,
|
|
@@ -3223,6 +3285,13 @@
|
|
|
3223
3285
|
"path": "azure.resourcemanager.cognitiveservices/1.4.0",
|
|
3224
3286
|
"hashPath": "azure.resourcemanager.cognitiveservices.1.4.0.nupkg.sha512"
|
|
3225
3287
|
},
|
|
3288
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
3289
|
+
"type": "package",
|
|
3290
|
+
"serviceable": true,
|
|
3291
|
+
"sha512": "sha512-OvuXPivpIdBBS3yvo7svRLHjjOVRC3G4sp+3nKxvblygWcUCtll0tNpHVXVW7KQKhjMzpbjfepyoTekpMe1AvA==",
|
|
3292
|
+
"path": "azure.resourcemanager.containerservice/1.2.3",
|
|
3293
|
+
"hashPath": "azure.resourcemanager.containerservice.1.2.3.nupkg.sha512"
|
|
3294
|
+
},
|
|
3226
3295
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3227
3296
|
"type": "package",
|
|
3228
3297
|
"serviceable": true,
|
|
@@ -3251,6 +3320,13 @@
|
|
|
3251
3320
|
"path": "azure.resourcemanager.kusto/1.6.0",
|
|
3252
3321
|
"hashPath": "azure.resourcemanager.kusto.1.6.0.nupkg.sha512"
|
|
3253
3322
|
},
|
|
3323
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
3324
|
+
"type": "package",
|
|
3325
|
+
"serviceable": true,
|
|
3326
|
+
"sha512": "sha512-q7rj9mp6HrBs4Vgrtkkmbbkm1OBhdxdZXp59nE8rJJVWAXxYYUYearZyMaEygylKwT4eFKo8IGFMAAzqwSt+vw==",
|
|
3327
|
+
"path": "azure.resourcemanager.loadtesting/1.1.1",
|
|
3328
|
+
"hashPath": "azure.resourcemanager.loadtesting.1.1.1.nupkg.sha512"
|
|
3329
|
+
},
|
|
3254
3330
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
3255
3331
|
"type": "package",
|
|
3256
3332
|
"serviceable": true,
|
|
@@ -3335,6 +3411,13 @@
|
|
|
3335
3411
|
"path": "azure.storage.common/12.23.0",
|
|
3336
3412
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3337
3413
|
},
|
|
3414
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
3415
|
+
"type": "package",
|
|
3416
|
+
"serviceable": true,
|
|
3417
|
+
"sha512": "sha512-IDcURHcqcoXDUjd3MLayirRXGMH8BZJeYb5MhyT7LX7jhdOz5Xn4ZW7dF3P1Oh3knzFSSMkY6V794kBmuhLaBg==",
|
|
3418
|
+
"path": "azure.storage.files.datalake/12.22.0",
|
|
3419
|
+
"hashPath": "azure.storage.files.datalake.12.22.0.nupkg.sha512"
|
|
3420
|
+
},
|
|
3338
3421
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
3339
3422
|
"type": "package",
|
|
3340
3423
|
"serviceable": true,
|
|
@@ -3650,26 +3733,26 @@
|
|
|
3650
3733
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3651
3734
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3652
3735
|
},
|
|
3653
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
3736
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
3654
3737
|
"type": "package",
|
|
3655
3738
|
"serviceable": true,
|
|
3656
|
-
"sha512": "sha512-
|
|
3657
|
-
"path": "modelcontextprotocol/0.3.0-preview.
|
|
3658
|
-
"hashPath": "modelcontextprotocol.0.3.0-preview.
|
|
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"
|
|
3659
3742
|
},
|
|
3660
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
3743
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
3661
3744
|
"type": "package",
|
|
3662
3745
|
"serviceable": true,
|
|
3663
|
-
"sha512": "sha512-
|
|
3664
|
-
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.
|
|
3665
|
-
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.
|
|
3746
|
+
"sha512": "sha512-YJPTc8UbPOfscs+2xyhwKgw80It17ymxNzupjv4FvM4fPTGQtaKszbgNdzyt3LMUrwX3MUhxWTJtoSHnqji3zA==",
|
|
3747
|
+
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.2",
|
|
3748
|
+
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.2.nupkg.sha512"
|
|
3666
3749
|
},
|
|
3667
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
3750
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
3668
3751
|
"type": "package",
|
|
3669
3752
|
"serviceable": true,
|
|
3670
|
-
"sha512": "sha512-
|
|
3671
|
-
"path": "modelcontextprotocol.core/0.3.0-preview.
|
|
3672
|
-
"hashPath": "modelcontextprotocol.core.0.3.0-preview.
|
|
3753
|
+
"sha512": "sha512-pM25u8vx2RximQMIU9/b0Nwg201SI4B87wNgaxO3FhAksWFbL7ApRcNdYnyj8qfwEdAY+wIksdYoIBcyb5Aipw==",
|
|
3754
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.2",
|
|
3755
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.2.nupkg.sha512"
|
|
3673
3756
|
},
|
|
3674
3757
|
"Newtonsoft.Json/13.0.3": {
|
|
3675
3758
|
"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.4.1",
|
|
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",
|
|
@@ -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": {
|