@azure/mcp-darwin-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 +0 -0
- package/dist/azmcp.deps.json +104 -21
- package/dist/azmcp.dll +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
CHANGED
|
Binary file
|
package/dist/azmcp.deps.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/osx-arm64": {
|
|
10
|
-
"azmcp/0.
|
|
10
|
+
"azmcp/0.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",
|
|
@@ -1333,6 +1337,17 @@
|
|
|
1333
1337
|
}
|
|
1334
1338
|
}
|
|
1335
1339
|
},
|
|
1340
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
1341
|
+
"dependencies": {
|
|
1342
|
+
"Azure.Core": "1.46.2"
|
|
1343
|
+
},
|
|
1344
|
+
"runtime": {
|
|
1345
|
+
"lib/net8.0/Azure.Developer.LoadTesting.dll": {
|
|
1346
|
+
"assemblyVersion": "1.0.2.0",
|
|
1347
|
+
"fileVersion": "1.0.225.7001"
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1336
1351
|
"Azure.Identity/1.14.0": {
|
|
1337
1352
|
"dependencies": {
|
|
1338
1353
|
"Azure.Core": "1.46.2",
|
|
@@ -1471,6 +1486,20 @@
|
|
|
1471
1486
|
}
|
|
1472
1487
|
}
|
|
1473
1488
|
},
|
|
1489
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
1490
|
+
"dependencies": {
|
|
1491
|
+
"Azure.Core": "1.46.2",
|
|
1492
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1493
|
+
"System.ClientModel": "1.4.2",
|
|
1494
|
+
"System.Text.Json": "8.0.5"
|
|
1495
|
+
},
|
|
1496
|
+
"runtime": {
|
|
1497
|
+
"lib/net8.0/Azure.ResourceManager.ContainerService.dll": {
|
|
1498
|
+
"assemblyVersion": "1.2.3.0",
|
|
1499
|
+
"fileVersion": "1.200.325.15403"
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1474
1503
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1475
1504
|
"dependencies": {
|
|
1476
1505
|
"Azure.Core": "1.46.2",
|
|
@@ -1527,6 +1556,20 @@
|
|
|
1527
1556
|
}
|
|
1528
1557
|
}
|
|
1529
1558
|
},
|
|
1559
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
1560
|
+
"dependencies": {
|
|
1561
|
+
"Azure.Core": "1.46.2",
|
|
1562
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1563
|
+
"System.ClientModel": "1.4.2",
|
|
1564
|
+
"System.Text.Json": "8.0.5"
|
|
1565
|
+
},
|
|
1566
|
+
"runtime": {
|
|
1567
|
+
"lib/net8.0/Azure.ResourceManager.LoadTesting.dll": {
|
|
1568
|
+
"assemblyVersion": "1.1.1.0",
|
|
1569
|
+
"fileVersion": "1.100.125.16702"
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1530
1573
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
1531
1574
|
"dependencies": {
|
|
1532
1575
|
"Azure.Core": "1.46.2",
|
|
@@ -1682,6 +1725,18 @@
|
|
|
1682
1725
|
}
|
|
1683
1726
|
}
|
|
1684
1727
|
},
|
|
1728
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
1729
|
+
"dependencies": {
|
|
1730
|
+
"Azure.Storage.Blobs": "12.24.0",
|
|
1731
|
+
"Azure.Storage.Common": "12.23.0"
|
|
1732
|
+
},
|
|
1733
|
+
"runtime": {
|
|
1734
|
+
"lib/net8.0/Azure.Storage.Files.DataLake.dll": {
|
|
1735
|
+
"assemblyVersion": "12.22.0.0",
|
|
1736
|
+
"fileVersion": "12.2200.25.16107"
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1685
1740
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
1686
1741
|
"runtime": {
|
|
1687
1742
|
"lib/net8.0/Microsoft.Azure.Amqp.dll": {
|
|
@@ -2223,10 +2278,10 @@
|
|
|
2223
2278
|
}
|
|
2224
2279
|
}
|
|
2225
2280
|
},
|
|
2226
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
2281
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
2227
2282
|
"dependencies": {
|
|
2228
2283
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2229
|
-
"ModelContextProtocol.Core": "0.3.0-preview.
|
|
2284
|
+
"ModelContextProtocol.Core": "0.3.0-preview.2"
|
|
2230
2285
|
},
|
|
2231
2286
|
"runtime": {
|
|
2232
2287
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
@@ -2235,9 +2290,9 @@
|
|
|
2235
2290
|
}
|
|
2236
2291
|
}
|
|
2237
2292
|
},
|
|
2238
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
2293
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
2239
2294
|
"dependencies": {
|
|
2240
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
2295
|
+
"ModelContextProtocol": "0.3.0-preview.2"
|
|
2241
2296
|
},
|
|
2242
2297
|
"runtime": {
|
|
2243
2298
|
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
@@ -2246,7 +2301,7 @@
|
|
|
2246
2301
|
}
|
|
2247
2302
|
}
|
|
2248
2303
|
},
|
|
2249
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
2304
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
2250
2305
|
"dependencies": {
|
|
2251
2306
|
"Microsoft.Extensions.AI.Abstractions": "9.6.0",
|
|
2252
2307
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
@@ -3067,7 +3122,7 @@
|
|
|
3067
3122
|
}
|
|
3068
3123
|
},
|
|
3069
3124
|
"libraries": {
|
|
3070
|
-
"azmcp/0.
|
|
3125
|
+
"azmcp/0.4.1": {
|
|
3071
3126
|
"type": "project",
|
|
3072
3127
|
"serviceable": false,
|
|
3073
3128
|
"sha512": ""
|
|
@@ -3145,6 +3200,13 @@
|
|
|
3145
3200
|
"path": "azure.data.tables/12.11.0",
|
|
3146
3201
|
"hashPath": "azure.data.tables.12.11.0.nupkg.sha512"
|
|
3147
3202
|
},
|
|
3203
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
3204
|
+
"type": "package",
|
|
3205
|
+
"serviceable": true,
|
|
3206
|
+
"sha512": "sha512-sOv8fhyDPXFHLJCa3A3Xd1XqpZW5dNk0Lfya2UGILS/Z2wBcfj91VMiy3kb8Z2SuL9BMXirx0vMjhecSK77SDQ==",
|
|
3207
|
+
"path": "azure.developer.loadtesting/1.0.2",
|
|
3208
|
+
"hashPath": "azure.developer.loadtesting.1.0.2.nupkg.sha512"
|
|
3209
|
+
},
|
|
3148
3210
|
"Azure.Identity/1.14.0": {
|
|
3149
3211
|
"type": "package",
|
|
3150
3212
|
"serviceable": true,
|
|
@@ -3215,6 +3277,13 @@
|
|
|
3215
3277
|
"path": "azure.resourcemanager.cognitiveservices/1.4.0",
|
|
3216
3278
|
"hashPath": "azure.resourcemanager.cognitiveservices.1.4.0.nupkg.sha512"
|
|
3217
3279
|
},
|
|
3280
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
3281
|
+
"type": "package",
|
|
3282
|
+
"serviceable": true,
|
|
3283
|
+
"sha512": "sha512-OvuXPivpIdBBS3yvo7svRLHjjOVRC3G4sp+3nKxvblygWcUCtll0tNpHVXVW7KQKhjMzpbjfepyoTekpMe1AvA==",
|
|
3284
|
+
"path": "azure.resourcemanager.containerservice/1.2.3",
|
|
3285
|
+
"hashPath": "azure.resourcemanager.containerservice.1.2.3.nupkg.sha512"
|
|
3286
|
+
},
|
|
3218
3287
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3219
3288
|
"type": "package",
|
|
3220
3289
|
"serviceable": true,
|
|
@@ -3243,6 +3312,13 @@
|
|
|
3243
3312
|
"path": "azure.resourcemanager.kusto/1.6.0",
|
|
3244
3313
|
"hashPath": "azure.resourcemanager.kusto.1.6.0.nupkg.sha512"
|
|
3245
3314
|
},
|
|
3315
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
3316
|
+
"type": "package",
|
|
3317
|
+
"serviceable": true,
|
|
3318
|
+
"sha512": "sha512-q7rj9mp6HrBs4Vgrtkkmbbkm1OBhdxdZXp59nE8rJJVWAXxYYUYearZyMaEygylKwT4eFKo8IGFMAAzqwSt+vw==",
|
|
3319
|
+
"path": "azure.resourcemanager.loadtesting/1.1.1",
|
|
3320
|
+
"hashPath": "azure.resourcemanager.loadtesting.1.1.1.nupkg.sha512"
|
|
3321
|
+
},
|
|
3246
3322
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
3247
3323
|
"type": "package",
|
|
3248
3324
|
"serviceable": true,
|
|
@@ -3327,6 +3403,13 @@
|
|
|
3327
3403
|
"path": "azure.storage.common/12.23.0",
|
|
3328
3404
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3329
3405
|
},
|
|
3406
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
3407
|
+
"type": "package",
|
|
3408
|
+
"serviceable": true,
|
|
3409
|
+
"sha512": "sha512-IDcURHcqcoXDUjd3MLayirRXGMH8BZJeYb5MhyT7LX7jhdOz5Xn4ZW7dF3P1Oh3knzFSSMkY6V794kBmuhLaBg==",
|
|
3410
|
+
"path": "azure.storage.files.datalake/12.22.0",
|
|
3411
|
+
"hashPath": "azure.storage.files.datalake.12.22.0.nupkg.sha512"
|
|
3412
|
+
},
|
|
3330
3413
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
3331
3414
|
"type": "package",
|
|
3332
3415
|
"serviceable": true,
|
|
@@ -3642,26 +3725,26 @@
|
|
|
3642
3725
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3643
3726
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3644
3727
|
},
|
|
3645
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
3728
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
3646
3729
|
"type": "package",
|
|
3647
3730
|
"serviceable": true,
|
|
3648
|
-
"sha512": "sha512-
|
|
3649
|
-
"path": "modelcontextprotocol/0.3.0-preview.
|
|
3650
|
-
"hashPath": "modelcontextprotocol.0.3.0-preview.
|
|
3731
|
+
"sha512": "sha512-tC4pwKzNPFXFqyqhAcq40QnkSF+md29UKGsaDkF9Pw8oinWqFoC3Nr9AF+YbpIWo8Jc6Nz9S7+LuJwqpZWfLOw==",
|
|
3732
|
+
"path": "modelcontextprotocol/0.3.0-preview.2",
|
|
3733
|
+
"hashPath": "modelcontextprotocol.0.3.0-preview.2.nupkg.sha512"
|
|
3651
3734
|
},
|
|
3652
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
3735
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
3653
3736
|
"type": "package",
|
|
3654
3737
|
"serviceable": true,
|
|
3655
|
-
"sha512": "sha512-
|
|
3656
|
-
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.
|
|
3657
|
-
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.
|
|
3738
|
+
"sha512": "sha512-YJPTc8UbPOfscs+2xyhwKgw80It17ymxNzupjv4FvM4fPTGQtaKszbgNdzyt3LMUrwX3MUhxWTJtoSHnqji3zA==",
|
|
3739
|
+
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.2",
|
|
3740
|
+
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.2.nupkg.sha512"
|
|
3658
3741
|
},
|
|
3659
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
3742
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
3660
3743
|
"type": "package",
|
|
3661
3744
|
"serviceable": true,
|
|
3662
|
-
"sha512": "sha512-
|
|
3663
|
-
"path": "modelcontextprotocol.core/0.3.0-preview.
|
|
3664
|
-
"hashPath": "modelcontextprotocol.core.0.3.0-preview.
|
|
3745
|
+
"sha512": "sha512-pM25u8vx2RximQMIU9/b0Nwg201SI4B87wNgaxO3FhAksWFbL7ApRcNdYnyj8qfwEdAY+wIksdYoIBcyb5Aipw==",
|
|
3746
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.2",
|
|
3747
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.2.nupkg.sha512"
|
|
3665
3748
|
},
|
|
3666
3749
|
"Newtonsoft.Json/13.0.3": {
|
|
3667
3750
|
"type": "package",
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url": "git+https://github.com/Azure/azure-mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">=20.0.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "./index.js",
|
|
24
24
|
"bin": {
|