@azure/mcp 0.6.0 → 0.8.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 +27 -28
- package/package.json +7 -7
- package/scripts/post-install-script.js +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code. This project is in Public Preview and implementation may significantly change prior to our General Availability.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
>[!WARNING]
|
|
7
|
-
>**Deprecation Notice: SSE transport mode has been removed in version [0.4.0 (2025-07-15)](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/CHANGELOG.md#040-2025-07-15).**
|
|
8
|
-
>
|
|
9
|
-
> SSE was deprecated in MCP `2025-03-26` due to [security vulnerabilities and architectural limitations](https://blog.fka.dev/blog/2025-06-06-why-mcp-deprecated-sse-and-go-with-streamable-http/). Users must discontinue use of SSE transport mode and upgrade to version `0.4.0` or newer to maintain compatibility with current MCP clients.
|
|
10
|
-
|
|
11
|
-
|
|
12
5
|
## Table of Contents
|
|
13
6
|
- Install
|
|
14
7
|
- [VS Code Install Guide (Recommended)](#vs-code-install-guide-recommended)
|
|
@@ -67,10 +60,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
67
60
|
* "List my App Configuration stores"
|
|
68
61
|
* "Show my key-value pairs in App Config"
|
|
69
62
|
|
|
63
|
+
### ⚙️ Azure App Lens
|
|
64
|
+
|
|
65
|
+
* "Help me diagnose issues with my app"
|
|
66
|
+
|
|
70
67
|
### 📦 Azure Container Registry (ACR)
|
|
71
68
|
|
|
72
69
|
* "List all my Azure Container Registries"
|
|
73
|
-
* "Show me my container registries in the '
|
|
70
|
+
* "Show me my container registries in the 'my-resource-group' resource group"
|
|
74
71
|
* "List all my Azure Container Registry repositories"
|
|
75
72
|
|
|
76
73
|
### ☸️ Azure Kubernetes Service (AKS)
|
|
@@ -78,6 +75,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
78
75
|
* "List my AKS clusters in my subscription"
|
|
79
76
|
* "Show me all my Azure Kubernetes Service clusters"
|
|
80
77
|
* "List the node pools for my AKS cluster"
|
|
78
|
+
* "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"
|
|
81
79
|
|
|
82
80
|
### 📊 Azure Cosmos DB
|
|
83
81
|
|
|
@@ -94,10 +92,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
94
92
|
* "List all Event Grid topics in subscription 'my-subscription'"
|
|
95
93
|
* "Show me the Event Grid topics in my subscription"
|
|
96
94
|
* "List all Event Grid topics in resource group 'my-resourcegroup' in my subscription"
|
|
95
|
+
* "List Event Grid subscriptions for topic 'my-topic' in resource group 'my-resourcegroup'"
|
|
96
|
+
* "List Event Grid subscriptions for topic 'my-topic' in subscription 'my-subscription'"
|
|
97
|
+
* "List Event Grid Subscriptions in subscription 'my-subscription'"
|
|
98
|
+
* "List Event Grid subscriptions for topic 'my-topic' in location 'my-location'"
|
|
97
99
|
|
|
98
100
|
### ⚡ Azure Managed Lustre
|
|
99
101
|
|
|
100
|
-
* "List the Azure Managed Lustre clusters in resource group 'my-
|
|
102
|
+
* "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
|
|
101
103
|
* "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
|
|
102
104
|
|
|
103
105
|
### 📊 Azure Monitor
|
|
@@ -114,11 +116,15 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
114
116
|
|
|
115
117
|
* "Show me details about my Azure SQL database 'mydb'"
|
|
116
118
|
* "List all databases in my Azure SQL server 'myserver'"
|
|
119
|
+
* "Update the performance tier of my Azure SQL database 'mydb'"
|
|
117
120
|
* "List all firewall rules for my Azure SQL server 'myserver'"
|
|
118
121
|
* "Create a firewall rule for my Azure SQL server 'myserver'"
|
|
119
122
|
* "Delete a firewall rule from my Azure SQL server 'myserver'"
|
|
120
123
|
* "List all elastic pools in my Azure SQL server 'myserver'"
|
|
121
124
|
* "List Active Directory administrators for my Azure SQL server 'myserver'"
|
|
125
|
+
* "Create a new Azure SQL server in my resource group 'my-resource-group'"
|
|
126
|
+
* "Show me details about my Azure SQL server 'myserver'"
|
|
127
|
+
* "Delete my Azure SQL server 'myserver'"
|
|
122
128
|
|
|
123
129
|
### 💾 Azure Storage
|
|
124
130
|
|
|
@@ -155,11 +161,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
155
161
|
|
|
156
162
|
* Get secure, production-grade Azure SDK best practices for effective code generation.
|
|
157
163
|
|
|
158
|
-
### 🖥️ Azure CLI Extension
|
|
159
|
-
|
|
160
|
-
* Execute Azure CLI commands directly
|
|
161
|
-
* Support for all Azure CLI functionality
|
|
162
|
-
|
|
163
164
|
### 📦 Azure Container Registry (ACR)
|
|
164
165
|
|
|
165
166
|
* List Azure Container Registries and repositories in a subscription
|
|
@@ -195,12 +196,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
195
196
|
* List and get schema for tables.
|
|
196
197
|
* List, get configuration and get/set parameters for servers.
|
|
197
198
|
|
|
198
|
-
### 🛠️ Azure Developer CLI (azd) Extension
|
|
199
|
-
|
|
200
|
-
* Execute Azure Developer CLI commands directly
|
|
201
|
-
* Support for template discovery, template initialization, provisioning and deployment
|
|
202
|
-
* Cross-platform compatibility
|
|
203
|
-
|
|
204
199
|
### 🚀 Azure Deploy
|
|
205
200
|
|
|
206
201
|
* Generate Azure service architecture diagrams from source code
|
|
@@ -214,6 +209,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
214
209
|
* List Event Grid topics in subscription or resource group
|
|
215
210
|
* View topic configuration and status information
|
|
216
211
|
* Access endpoint and key details for event publishing
|
|
212
|
+
* List Event Grid subscriptions with filtering by topic name, resource group, and location
|
|
213
|
+
* View subscription details including destination endpoints and retry policies
|
|
217
214
|
|
|
218
215
|
### 🧮 Azure Foundry
|
|
219
216
|
|
|
@@ -236,6 +233,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
236
233
|
### ☸️ Azure Kubernetes Service (AKS)
|
|
237
234
|
|
|
238
235
|
* List Azure Kubernetes Service clusters
|
|
236
|
+
* List node pools in an AKS managed cluster
|
|
237
|
+
* Get details of a node pool in an AKS managed cluster
|
|
239
238
|
|
|
240
239
|
### 📦 Azure Load Testing
|
|
241
240
|
|
|
@@ -243,7 +242,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
243
242
|
* List, create load tests
|
|
244
243
|
* Get, list, (create) run and rerun, update load test runs
|
|
245
244
|
|
|
246
|
-
|
|
247
245
|
### 🚀 Azure Managed Grafana
|
|
248
246
|
|
|
249
247
|
* List Azure Managed Grafana
|
|
@@ -252,6 +250,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
252
250
|
|
|
253
251
|
* List Azure Managed Lustre filesystems
|
|
254
252
|
* Get the number of IP addresses required for a specific SKU and size of Azure Managed Lustre filesystem
|
|
253
|
+
* Get information of Azure Managed Lustre SKUs available in a specific Azure region
|
|
255
254
|
|
|
256
255
|
### 🏪 Azure Marketplace
|
|
257
256
|
|
|
@@ -317,17 +316,17 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
317
316
|
|
|
318
317
|
* Show database details and properties
|
|
319
318
|
* List the details and properties of all databases
|
|
319
|
+
* Create a SQL database
|
|
320
|
+
* Update a SQL database configuration
|
|
321
|
+
* Delete a SQL database
|
|
320
322
|
* List SQL server firewall rules
|
|
321
323
|
* Create SQL server firewall rules
|
|
322
324
|
* Delete SQL server firewall rules
|
|
323
|
-
|
|
324
|
-
### 🗄️ Azure SQL Elastic Pool
|
|
325
|
-
|
|
326
325
|
* List elastic pools in SQL servers
|
|
327
|
-
|
|
328
|
-
### 🗄️ Azure SQL Server
|
|
329
|
-
|
|
330
326
|
* List Microsoft Entra ID administrators for SQL servers
|
|
327
|
+
* Create new SQL servers
|
|
328
|
+
* Show details and properties of SQL servers
|
|
329
|
+
* Delete SQL servers
|
|
331
330
|
|
|
332
331
|
### 💾 Azure Storage
|
|
333
332
|
|
|
@@ -387,7 +386,7 @@ If you use the default package spec of `@azure/mcp@latest`, npx will look for a
|
|
|
387
386
|
|
|
388
387
|
#### NPM
|
|
389
388
|
|
|
390
|
-
If you globally install the
|
|
389
|
+
If you globally install the CLI via `npm install -g @azure/mcp` it will use the installed version until you manually update it with `npm update -g @azure/mcp`.
|
|
391
390
|
|
|
392
391
|
#### Docker
|
|
393
392
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"x64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-linux-arm64": "0.
|
|
37
|
-
"@azure/mcp-linux-x64": "0.
|
|
38
|
-
"@azure/mcp-darwin-arm64": "0.
|
|
39
|
-
"@azure/mcp-darwin-x64": "0.
|
|
40
|
-
"@azure/mcp-win32-arm64": "0.
|
|
41
|
-
"@azure/mcp-win32-x64": "0.
|
|
36
|
+
"@azure/mcp-linux-arm64": "0.8.0",
|
|
37
|
+
"@azure/mcp-linux-x64": "0.8.0",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.8.0",
|
|
39
|
+
"@azure/mcp-darwin-x64": "0.8.0",
|
|
40
|
+
"@azure/mcp-win32-arm64": "0.8.0",
|
|
41
|
+
"@azure/mcp-win32-x64": "0.8.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|
|
@@ -8,6 +8,6 @@ const requiredPackage = `@azure/mcp-${platform}-${arch}`;
|
|
|
8
8
|
try {
|
|
9
9
|
require.resolve(requiredPackage);
|
|
10
10
|
} catch (err) {
|
|
11
|
-
console.error(`Missing required package: '${requiredPackage}'`);
|
|
11
|
+
console.error(`Missing required package: '${requiredPackage}'. Follow the troubleshooting steps - https://aka.ms/azmcp/troubleshooting#platform-package-installation-issues`);
|
|
12
12
|
process.exit(1);
|
|
13
13
|
}
|