@azure/mcp 0.5.7 → 0.5.9
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 +50 -22
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
>[!WARNING]
|
|
7
|
-
>**Deprecation Notice: SSE transport mode has been removed in version [0.4.0 (2025-07-15)](https://github.com/
|
|
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
8
|
>
|
|
9
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
10
|
|
|
@@ -24,9 +24,9 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
|
|
|
24
24
|
- You should see the Azure MCP Server in the list of tools
|
|
25
25
|
1. Try a prompt that tells the agent to use the Azure MCP Server, such as `List my Azure Storage containers`
|
|
26
26
|
- The agent should be able to use the Azure MCP Server tools to complete your query
|
|
27
|
-
1. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and review the [troubleshooting guide](https://github.com/
|
|
27
|
+
1. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and review the [troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESHOOTING.md) for commonly asked questions
|
|
28
28
|
1. We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server
|
|
29
|
-
- 👉 [Open an issue in the public repository](https://github.com/
|
|
29
|
+
- 👉 [Open an issue in the public repository](https://github.com/microsoft/mcp/issues/new/choose)
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
## ✨ What can you do with the Azure MCP Server?
|
|
@@ -64,10 +64,21 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
64
64
|
* "Get Azure Data Explorer databases in cluster 'mycluster'"
|
|
65
65
|
* "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
|
|
66
66
|
|
|
67
|
+
### ⚡ Azure Managed Lustre
|
|
68
|
+
|
|
69
|
+
* "List the Azure Managed Lustre clusters in resource group 'my-resourcegroup'"
|
|
70
|
+
* "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
|
|
71
|
+
|
|
67
72
|
### 📊 Azure Monitor
|
|
68
73
|
|
|
69
74
|
* "Query my Log Analytics workspace"
|
|
70
75
|
|
|
76
|
+
### 🔧 Azure Resource Management
|
|
77
|
+
|
|
78
|
+
* "List my resource groups"
|
|
79
|
+
* "List my Azure CDN endpoints"
|
|
80
|
+
* "Help me build an Azure application using Node.js"
|
|
81
|
+
|
|
71
82
|
### 🗄️ Azure SQL Database
|
|
72
83
|
|
|
73
84
|
* "Show me details about my Azure SQL database 'mydb'"
|
|
@@ -76,12 +87,6 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
76
87
|
* "List all elastic pools in my Azure SQL server 'myserver'"
|
|
77
88
|
* "List Active Directory administrators for my Azure SQL server 'myserver'"
|
|
78
89
|
|
|
79
|
-
### 🔧 Azure Resource Management
|
|
80
|
-
|
|
81
|
-
* "List my resource groups"
|
|
82
|
-
* "List my Azure CDN endpoints"
|
|
83
|
-
* "Help me build an Azure application using Node.js"
|
|
84
|
-
|
|
85
90
|
### 💾 Azure Storage
|
|
86
91
|
|
|
87
92
|
* "List my Azure storage accounts"
|
|
@@ -144,12 +149,18 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
144
149
|
* Sample rows from a table
|
|
145
150
|
* Query using KQL
|
|
146
151
|
|
|
147
|
-
###
|
|
152
|
+
### 🐬 Azure Database for MySQL - Flexible Server
|
|
148
153
|
|
|
149
154
|
* List and query databases.
|
|
150
155
|
* List and get schema for tables.
|
|
151
156
|
* List, get configuration and get parameters for servers.
|
|
152
157
|
|
|
158
|
+
### 🐘 Azure Database for PostgreSQL - Flexible Server
|
|
159
|
+
|
|
160
|
+
* List and query databases.
|
|
161
|
+
* List and get schema for tables.
|
|
162
|
+
* List, get configuration and get/set parameters for servers.
|
|
163
|
+
|
|
153
164
|
### 🛠️ Azure Developer CLI (azd) Extension
|
|
154
165
|
|
|
155
166
|
* Execute Azure Developer CLI commands directly
|
|
@@ -169,14 +180,12 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
169
180
|
* List Azure Foundry models
|
|
170
181
|
* Deploy foundry models
|
|
171
182
|
* List foundry model deployments
|
|
172
|
-
|
|
183
|
+
* List knowledge indexes
|
|
184
|
+
|
|
173
185
|
### ☁️ Azure Function App
|
|
174
186
|
|
|
175
187
|
* List Azure Function Apps
|
|
176
|
-
|
|
177
|
-
### 🚀 Azure Managed Grafana
|
|
178
|
-
|
|
179
|
-
* List Azure Managed Grafana
|
|
188
|
+
* Get details for a specific Function App
|
|
180
189
|
|
|
181
190
|
### 🔑 Azure Key Vault
|
|
182
191
|
|
|
@@ -194,6 +203,16 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
194
203
|
* List, create load tests
|
|
195
204
|
* Get, list, (create) run and rerun, update load test runs
|
|
196
205
|
|
|
206
|
+
|
|
207
|
+
### 🚀 Azure Managed Grafana
|
|
208
|
+
|
|
209
|
+
* List Azure Managed Grafana
|
|
210
|
+
|
|
211
|
+
### ⚡ Azure Managed Lustre
|
|
212
|
+
|
|
213
|
+
* List Azure Managed Lustre filesystems
|
|
214
|
+
* Get the number of IP addresses required for a specific SKU and size of Azure Managed Lustre filesystem
|
|
215
|
+
|
|
197
216
|
### 🏪 Azure Marketplace
|
|
198
217
|
|
|
199
218
|
* Get details about Marketplace products
|
|
@@ -215,6 +234,11 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
215
234
|
* Query Azure Monitor metrics for resources with time series data
|
|
216
235
|
* List available metric definitions for resources
|
|
217
236
|
|
|
237
|
+
### 🏥 Azure Service Health
|
|
238
|
+
|
|
239
|
+
* Get the availability status for a specific resource
|
|
240
|
+
* List availability statuses for all resources in a subscription or resource group
|
|
241
|
+
|
|
218
242
|
### ⚙️ Azure Native ISV Services
|
|
219
243
|
|
|
220
244
|
* List Monitored Resources in a Datadog Monitor
|
|
@@ -298,11 +322,15 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
298
322
|
|
|
299
323
|
* Get the Bicep schema for specific Azure resource types
|
|
300
324
|
|
|
301
|
-
|
|
325
|
+
### 🏗️ Cloud Architect
|
|
326
|
+
|
|
327
|
+
* Design Azure cloud architectures through guided questions
|
|
328
|
+
|
|
329
|
+
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/microsoft/mcp/tree/main/tools/Azure.Mcp.Tools.Extension/src/Resources/azd-best-practices.txt).
|
|
302
330
|
|
|
303
331
|
</details>
|
|
304
332
|
|
|
305
|
-
For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/
|
|
333
|
+
For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/microsoft/mcp/blob/main/docs/azmcp-commands.md).
|
|
306
334
|
|
|
307
335
|
## 🔄️ Upgrading Existing Installs to the Latest Version
|
|
308
336
|
|
|
@@ -434,18 +462,18 @@ To opt out, set the environment variable `AZURE_MCP_COLLECT_TELEMETRY` to `false
|
|
|
434
462
|
|
|
435
463
|
## 📝 Troubleshooting
|
|
436
464
|
|
|
437
|
-
See [Troubleshooting guide](https://github.com/
|
|
465
|
+
See [Troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue) for help with common issues and logging.
|
|
438
466
|
|
|
439
467
|
### 🔑 Authentication
|
|
440
468
|
|
|
441
469
|
<details>
|
|
442
470
|
<summary>Authentication options including DefaultAzureCredential flow, RBAC permissions, troubleshooting, and production credentials</summary>
|
|
443
471
|
|
|
444
|
-
The Azure MCP Server uses the Azure Identity library for .NET to authenticate to Microsoft Entra ID. For detailed information, see [Authentication Fundamentals](https://github.com/
|
|
472
|
+
The Azure MCP Server uses the Azure Identity library for .NET to authenticate to Microsoft Entra ID. For detailed information, see [Authentication Fundamentals](https://github.com/microsoft/mcp/blob/main/docs/Authentication.md#authentication-fundamentals).
|
|
445
473
|
|
|
446
|
-
If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/
|
|
474
|
+
If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/microsoft/mcp/blob/main/TROUBLESHOOTING.md#authentication).
|
|
447
475
|
|
|
448
|
-
For enterprise authentication scenarios, including network restrictions, security policies, and protected resources, see [Authentication Scenarios in Enterprise Environments](https://github.com/
|
|
476
|
+
For enterprise authentication scenarios, including network restrictions, security policies, and protected resources, see [Authentication Scenarios in Enterprise Environments](https://github.com/microsoft/mcp/blob/main/docs/Authentication.md#authentication-scenarios-in-enterprise-environments).
|
|
449
477
|
</details>
|
|
450
478
|
|
|
451
479
|
## 🛡️ Security Note
|
|
@@ -458,7 +486,7 @@ MCP as a phenomenon is very novel and cutting-edge. As with all new technology s
|
|
|
458
486
|
|
|
459
487
|
We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.
|
|
460
488
|
|
|
461
|
-
Please read our [Contributing Guide](https://github.com/
|
|
489
|
+
Please read our [Contributing Guide](https://github.com/microsoft/mcp/blob/main/CONTRIBUTING.md) for guidelines on:
|
|
462
490
|
|
|
463
491
|
* 🛠️ Setting up your development environment
|
|
464
492
|
* ✨ Adding new commands
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
|
-
"homepage": "https://github.com/
|
|
6
|
+
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"azure",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"model-context-protocol"
|
|
12
12
|
],
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/microsoft/mcp/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"url": "https://github.com/microsoft/mcp.git",
|
|
18
|
+
"type": "git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
"azmcp": "./index.js"
|
|
25
25
|
},
|
|
26
26
|
"os": [
|
|
27
|
-
"darwin",
|
|
28
27
|
"linux",
|
|
28
|
+
"darwin",
|
|
29
29
|
"win32"
|
|
30
30
|
],
|
|
31
31
|
"cpu": [
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"arm64",
|
|
33
|
+
"x64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-linux-
|
|
37
|
-
"@azure/mcp-
|
|
38
|
-
"@azure/mcp-
|
|
39
|
-
"@azure/mcp-darwin-
|
|
40
|
-
"@azure/mcp-win32-
|
|
41
|
-
"@azure/mcp-win32-
|
|
36
|
+
"@azure/mcp-linux-arm64": "0.5.9",
|
|
37
|
+
"@azure/mcp-linux-x64": "0.5.9",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.5.9",
|
|
39
|
+
"@azure/mcp-darwin-x64": "0.5.9",
|
|
40
|
+
"@azure/mcp-win32-arm64": "0.5.9",
|
|
41
|
+
"@azure/mcp-win32-x64": "0.5.9"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|