@azure/mcp-darwin-arm64 0.2.0 โ 0.2.2
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 +125 -101
- package/dist/Azure.ResourceManager.Authorization.dll +0 -0
- package/dist/Azure.ResourceManager.Datadog.dll +0 -0
- package/dist/Azure.Security.KeyVault.Secrets.dll +0 -0
- package/dist/Humanizer.dll +0 -0
- package/dist/Json.More.dll +0 -0
- package/dist/JsonPointer.Net.dll +0 -0
- package/dist/JsonSchema.Net.dll +0 -0
- package/dist/azmcp +0 -0
- package/dist/azmcp.deps.json +150 -33
- package/dist/azmcp.dll +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,24 +1,51 @@
|
|
|
1
1
|
# ๐ Azure MCP Server
|
|
2
2
|
|
|
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.
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and key Azure services like Azure Storage, Cosmos DB, and more.
|
|
7
|
-
|
|
8
|
-
> Please note that this project is in Public Preview and implementation may significantly change prior to our General Availability.
|
|
9
|
-
|
|
10
|
-
## ๐ Table of contents
|
|
11
|
-
1. [๐ฏ Overview](#-overview)
|
|
12
|
-
2. [๐ ๏ธ Currently Supported Tools](#%EF%B8%8F-currently-supported-tools)
|
|
13
|
-
3. [๐ Installation & Getting Started](#-getting-started)
|
|
14
|
-
4. [๐งช Using Azure MCP Server](#-test-the-azure-mcp-server)
|
|
15
|
-
5. [๐ Troubleshooting Issues](#-troubleshooting)
|
|
16
|
-
6. [๐ฅ Contributing to Azure MCP Server](#-contributing)
|
|
17
|
-
|
|
5
|
+
Here's a short (16 seconds) video to help you get the Azure MCP Server installed in VS Code.
|
|
6
|
+
<video src="https://github.com/user-attachments/assets/535f393c-0ed2-479d-9b24-5ca933293c92" width="1080" height="1920" controls></video>
|
|
18
7
|
|
|
19
|
-
|
|
8
|
+
### โ๏ธ VS Code Install Steps (Recommended)
|
|
9
|
+
1. Install either the stable or Insiders release of VS Code:
|
|
10
|
+
* [๐ซ Stable release](https://code.visualstudio.com/download)
|
|
11
|
+
* [๐ฎ Insiders release](https://code.visualstudio.com/insiders)
|
|
12
|
+
2. 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
|
+
3. Install [Node.js](https://nodejs.org/en/download) 20 or later
|
|
14
|
+
* Ensure `node` and `npm` are in your path
|
|
15
|
+
4. Open VS Code in an empty folder
|
|
16
|
+
5. Install any of the available Azure MCP Server(s) for either the stable or Insiders release of VS Code
|
|
17
|
+
6. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
18
|
+
7. Click `refresh` on the tools list.
|
|
19
|
+
|
|
20
|
+
#### ๐ค Available Azure MCP Servers
|
|
21
|
+
|
|
22
|
+
| Name | Description | VS Code | VS Code Insiders |
|
|
23
|
+
|--------------|-----------------------------------------------------------------------------------------------|---------|------------------|
|
|
24
|
+
| All | All Azure tools in a single MCP server | [](https://insiders.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://insiders.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&quality=insiders) |
|
|
25
|
+
| App Configuration | App Configuration operations - Manage App Configuration stores. | [](https://insiders.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--service%22%2C%22appconfig%22%5D%7D) | [](https://insiders.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--service%22%2C%22appconfig%22%5D%7D&quality=insiders) |
|
|
26
|
+
| Best Practices | Returns secure, production-grade Azure SDK best practices. | [](https://insiders.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--service%22%2C%22bestpractices%22%5D%7D) | [](https://insiders.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--service%22%2C%22bestpractices%22%5D%7D&quality=insiders) |
|
|
27
|
+
| Cosmos DB | Cosmos DB operations - Manage/query Cosmos DB resources. | [](https://insiders.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--service%22%2C%22cosmos%22%5D%7D) | [](https://insiders.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--service%22%2C%22cosmos%22%5D%7D&quality=insiders) |
|
|
28
|
+
| Key Vault | Key Vault operations - Manage/access Azure Key Vault resources. | [](https://insiders.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--service%22%2C%22keyvault%22%5D%7D) | [](https://insiders.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--service%22%2C%22keyvault%22%5D%7D&quality=insiders) |
|
|
29
|
+
| Kusto | Kusto operations - Manage/query Azure Data Explorer clusters. | [](https://insiders.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--service%22%2C%22kusto%22%5D%7D) | [](https://insiders.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--service%22%2C%22kusto%22%5D%7D&quality=insiders) |
|
|
30
|
+
| Monitor | Azure Monitor operations - Query/analyze logs and metrics. | [](https://insiders.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--service%22%2C%22monitor%22%5D%7D) | [](https://insiders.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--service%22%2C%22monitor%22%5D%7D&quality=insiders) |
|
|
31
|
+
| PostgreSQL | PostgreSQL operations - Manage Azure Database for PostgreSQL - Flexible server. | [](https://insiders.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--service%22%2C%22postgres%22%5D%7D) | [](https://insiders.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--service%22%2C%22postgres%22%5D%7D&quality=insiders) |
|
|
32
|
+
| Redis Cache | Redis Cache operations - Manage/access Azure Redis Cache resources. | [](https://insiders.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--service%22%2C%22redis%22%5D%7D) | [](https://insiders.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--service%22%2C%22redis%22%5D%7D&quality=insiders) |
|
|
33
|
+
| Resource Group | Resource group operations - List/manage Azure resource groups. | [](https://insiders.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--service%22%2C%22group%22%5D%7D) | [](https://insiders.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--service%22%2C%22group%22%5D%7D&quality=insiders) |
|
|
34
|
+
| Search | Search operations - Manage/list Azure AI Search services. | [](https://insiders.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--service%22%2C%22search%22%5D%7D) | [](https://insiders.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--service%22%2C%22search%22%5D%7D&quality=insiders) |
|
|
35
|
+
| Service Bus | Service Bus operations - Manage Azure Service Bus resources. | [](https://insiders.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--service%22%2C%22servicebus%22%5D%7D) | [](https://insiders.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--service%22%2C%22servicebus%22%5D%7D&quality=insiders) |
|
|
36
|
+
| Storage | Storage operations - Manage/access Azure Storage resources. | [](https://insiders.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--service%22%2C%22storage%22%5D%7D) | [](https://insiders.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--service%22%2C%22storage%22%5D%7D&quality=insiders) |
|
|
37
|
+
| Subscription | Azure subscription operations - List/manage Azure subscriptions. | [](https://insiders.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--service%22%2C%22subscription%22%5D%7D) | [](https://insiders.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--service%22%2C%22subscription%22%5D%7D&quality=insiders) |
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### โถ๏ธ Getting Started
|
|
42
|
+
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
43
|
+
2. You should see the Azure MCP Server in the list of tools
|
|
44
|
+
3. Try a prompt that tells the agent to use the Azure MCP Server, such as "List my Azure Storage containers"
|
|
45
|
+
4. The agent should be able to use the Azure MCP Server tools to complete your query
|
|
46
|
+
5. For help with common issues see [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md)
|
|
20
47
|
|
|
21
|
-
|
|
48
|
+
## โจ What can you do with the Azure MCP Server?
|
|
22
49
|
|
|
23
50
|
The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:
|
|
24
51
|
|
|
@@ -48,18 +75,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
48
75
|
- "List my Azure CDN endpoints"
|
|
49
76
|
- "Help me build an Azure application using Node.js"
|
|
50
77
|
|
|
51
|
-
### ๐ How It Works
|
|
52
|
-
|
|
53
|
-
The Azure MCP Server creates a seamless integration between AI agents and Azure services through:
|
|
54
|
-
|
|
55
|
-
- ๐ Smart JSON communication that AI agents understand
|
|
56
|
-
- ๐๏ธ Natural language commands that get translated to Azure operations
|
|
57
|
-
- ๐ก Intelligent parameter suggestions and auto-completion
|
|
58
|
-
- โก Consistent error handling that makes sense
|
|
59
78
|
|
|
60
79
|
## ๐ ๏ธ Currently Supported Tools
|
|
61
|
-
|
|
62
|
-
The Azure MCP Server provides tools for interacting with the following Azure services
|
|
80
|
+
<details>
|
|
81
|
+
<summary>The Azure MCP Server provides tools for interacting with the following Azure services</summary>
|
|
63
82
|
|
|
64
83
|
### ๐ Azure AI Search (search engine/vector database)
|
|
65
84
|
- List Azure AI Search services
|
|
@@ -91,7 +110,7 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
91
110
|
- List and query Storage tables
|
|
92
111
|
- Get container properties and metadata
|
|
93
112
|
|
|
94
|
-
### ๐ Azure Monitor
|
|
113
|
+
### ๐ Azure Monitor
|
|
95
114
|
#### Log Analytics
|
|
96
115
|
- List Log Analytics workspaces
|
|
97
116
|
- Query logs using KQL
|
|
@@ -109,12 +128,18 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
109
128
|
### ๐ Azure Key Vault
|
|
110
129
|
- List, create, and get keys
|
|
111
130
|
|
|
131
|
+
### ๐ญ Azure Role-Based Access Control (RBAC)
|
|
132
|
+
- List role assignments
|
|
133
|
+
|
|
112
134
|
### ๐ฆ Azure Resource Groups
|
|
113
135
|
- List resource groups
|
|
114
136
|
|
|
115
137
|
### ๐ Azure Service Bus
|
|
116
138
|
- Examine properties and runtime information about queues, topics, and subscriptions
|
|
117
139
|
|
|
140
|
+
### โ๏ธ Azure Native ISV Services
|
|
141
|
+
- List Monitored Resources in a Datadog Monitor
|
|
142
|
+
|
|
118
143
|
### ๐ง Azure CLI Extension
|
|
119
144
|
- Execute Azure CLI commands directly
|
|
120
145
|
- Support for all Azure CLI functionality
|
|
@@ -130,46 +155,72 @@ Agents and models can discover and learn best practices and usage guidelines for
|
|
|
130
155
|
|
|
131
156
|
### ๐ก๏ธ Azure Best Practices
|
|
132
157
|
- Get secure, production-grade Azure SDK best practices for effective code generation.
|
|
158
|
+
</details>
|
|
133
159
|
|
|
134
160
|
For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
|
|
135
161
|
|
|
136
|
-
##
|
|
162
|
+
## ๐๏ธ Upgrading Existing Installs to the Latest Version
|
|
137
163
|
|
|
138
|
-
|
|
164
|
+
<details>
|
|
165
|
+
<summary>How to stay current with releases of Azure MCP Server</summary>
|
|
139
166
|
|
|
140
|
-
|
|
167
|
+
#### NPX
|
|
141
168
|
|
|
142
|
-
|
|
169
|
+
If you use the default package spec of `@azure/mcp@latest`, npx will look for a new version on each server start. If you use just `@azure/mcp`, npx will continue to use its cached version until its cache is cleared.
|
|
143
170
|
|
|
144
|
-
|
|
145
|
-
1. Install either the stable or Insiders release of VS Code:
|
|
146
|
-
* [๐ซ Stable release](https://code.visualstudio.com/download)
|
|
147
|
-
* [๐ฎ Insiders release](https://code.visualstudio.com/insiders)
|
|
148
|
-
2. 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
|
|
149
|
-
3. Install [Node.js](https://nodejs.org/en/download) 20 or later
|
|
150
|
-
* Ensure `node` and `npm` are in your path
|
|
151
|
-
4. Open VS Code in an empty folder
|
|
171
|
+
#### NPM
|
|
152
172
|
|
|
153
|
-
|
|
173
|
+
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`.
|
|
154
174
|
|
|
155
|
-
####
|
|
175
|
+
#### Docker
|
|
156
176
|
|
|
157
|
-
|
|
177
|
+
There is no version update built into the docker image. To update, just pull the latest from the repo and repeat the [docker installation instructions](#docker-install).
|
|
158
178
|
|
|
159
|
-
|
|
179
|
+
#### VS Code
|
|
160
180
|
|
|
161
|
-
|
|
181
|
+
Installation in VS Code should be in one of the previous forms and the update instructions are the same. If you installed the mcp server with the `npx` command and `-y @azure/mcp@latest` args, npx will check for package updates each time VS Code starts the server. Using a docker container in VS Code has the same no-update limitation described above.
|
|
182
|
+
</details>
|
|
162
183
|
|
|
163
|
-
|
|
184
|
+
## โ๏ธ Advanced Install Scenarios (Optional)
|
|
185
|
+
<details>
|
|
186
|
+
<summary>Docker containers, custom MCP clients, and manual install options</summary>
|
|
164
187
|
|
|
165
|
-
|
|
188
|
+
#### ๐ Docker Install Steps (Optional)
|
|
189
|
+
For a step-by-step Docker installation, follow these instructions:
|
|
166
190
|
|
|
167
|
-
|
|
191
|
+
1. Clone repository
|
|
192
|
+
2. From repository root, build Docker image: `docker build -t azure/azuremcp .`
|
|
193
|
+
3. 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:
|
|
194
|
+
```json
|
|
195
|
+
AZURE_TENANT_ID={YOUR_AZURE_TENANT_ID}
|
|
196
|
+
AZURE_CLIENT_ID={YOUR_AZURE_CLIENT_ID}
|
|
197
|
+
AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
198
|
+
```
|
|
199
|
+
4. Add `.vscode/mcp.json` or update existing MCP configuration. Replace `/full/path/to/.env` with a path to your `.env` file.
|
|
200
|
+
```json
|
|
201
|
+
{
|
|
202
|
+
"servers": {
|
|
203
|
+
"Azure MCP Server": {
|
|
204
|
+
"command": "docker",
|
|
205
|
+
"args": [
|
|
206
|
+
"run",
|
|
207
|
+
"-i",
|
|
208
|
+
"--rm",
|
|
209
|
+
"--env-file",
|
|
210
|
+
"/full/path/to/.env"
|
|
211
|
+
"azure/azuremcp",
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
```
|
|
168
217
|
|
|
169
|
-
|
|
218
|
+
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
170
219
|
|
|
171
|
-
####
|
|
220
|
+
#### ๐ค Custom MCP Client Install Steps (Optional)
|
|
221
|
+
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 or SSE.
|
|
172
222
|
|
|
223
|
+
#### ๐ง Manual Install Steps (Optional)
|
|
173
224
|
For a step-by-step installation, follow these instructions:
|
|
174
225
|
|
|
175
226
|
1. Add `.vscode/mcp.json`:
|
|
@@ -189,67 +240,27 @@ For a step-by-step installation, follow these instructions:
|
|
|
189
240
|
}
|
|
190
241
|
```
|
|
191
242
|
|
|
192
|
-
|
|
243
|
+
You can optionally set the `--service <service>` flag to install tools for the specified Azure product or service.
|
|
193
244
|
|
|
194
|
-
|
|
195
|
-
1. Clone repository
|
|
196
|
-
2. From repository root, build Docker image: `docker build -t azure/azuremcp .`
|
|
197
|
-
3. 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:
|
|
198
|
-
```json
|
|
199
|
-
AZURE_TENANT_ID={YOUR_AZURE_TENANT_ID}
|
|
200
|
-
AZURE_CLIENT_ID={YOUR_AZURE_CLIENT_ID}
|
|
201
|
-
AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
202
|
-
```
|
|
203
|
-
1. Add `.vscode/mcp.json` or update existing MCP configuration. Replace `/full/path/to/.env` with a path to your `.env` file.
|
|
245
|
+
1. Add `.vscode/mcp.json`:
|
|
204
246
|
```json
|
|
205
247
|
{
|
|
206
248
|
"servers": {
|
|
207
|
-
"Azure
|
|
208
|
-
"command": "
|
|
249
|
+
"Azure Best Practices": {
|
|
250
|
+
"command": "npx",
|
|
209
251
|
"args": [
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"--
|
|
215
|
-
"
|
|
252
|
+
"-y",
|
|
253
|
+
"@azure/mcp@latest",
|
|
254
|
+
"server",
|
|
255
|
+
"start",
|
|
256
|
+
"--service",
|
|
257
|
+
"bestpractices" // Any of the available MCP servers can be referenced here.
|
|
216
258
|
]
|
|
217
259
|
}
|
|
218
260
|
}
|
|
219
261
|
}
|
|
220
262
|
```
|
|
221
263
|
|
|
222
|
-
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
223
|
-
|
|
224
|
-
### ๐๏ธ Updates
|
|
225
|
-
|
|
226
|
-
#### NPX
|
|
227
|
-
|
|
228
|
-
If you use the default package spec of `@azure/mcp@latest`, npx will look for a new version on each server start. If you use just `@azure/mcp`, npx will continue to use its cached version until its cache is cleared.
|
|
229
|
-
|
|
230
|
-
#### NPM
|
|
231
|
-
|
|
232
|
-
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`.
|
|
233
|
-
|
|
234
|
-
#### Docker
|
|
235
|
-
|
|
236
|
-
There is no version update built into the docker image. To update, just pull the latest from the repo and repeat the [docker installation instructions](#docker-install).
|
|
237
|
-
|
|
238
|
-
#### VS Code
|
|
239
|
-
|
|
240
|
-
Installation in VS Code should be in one of the previous forms and the update instructions are the same. If you installed the mcp server with the `npx` command and `-y @azure/mcp@latest` args, npx will check for package updates each time VS Code starts the server. Using a docker container in VS Code has the same no-update limitation described above.
|
|
241
|
-
|
|
242
|
-
## ๐งช Test the Azure MCP Server
|
|
243
|
-
|
|
244
|
-
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
245
|
-
2. You should see the Azure MCP Server in the list of tools
|
|
246
|
-
3. Try a prompt that tells the agent to use the Azure MCP Server, such as "List my Azure Storage containers"
|
|
247
|
-
4. The agent should be able to use the Azure MCP Server tools to complete your query
|
|
248
|
-
|
|
249
|
-
## ๐ค Custom MCP Clients
|
|
250
|
-
|
|
251
|
-
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 or SSE.
|
|
252
|
-
|
|
253
264
|
### Using standard IO
|
|
254
265
|
|
|
255
266
|
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).
|
|
@@ -272,12 +283,17 @@ Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. Fo
|
|
|
272
283
|
|
|
273
284
|
|
|
274
285
|
More end-to-end MCP client/agent guides are coming soon!
|
|
286
|
+
</details>
|
|
287
|
+
|
|
275
288
|
|
|
276
289
|
## ๐ Troubleshooting
|
|
277
290
|
|
|
278
291
|
See [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md) for help with common issues and logging.
|
|
279
292
|
|
|
280
|
-
|
|
293
|
+
### ๐ Authentication
|
|
294
|
+
|
|
295
|
+
<details>
|
|
296
|
+
<summary>Authentication options including DefaultAzureCredential flow, RBAC permissions, troubleshooting, and production credentials</summary>
|
|
281
297
|
|
|
282
298
|
The Azure MCP Server seamlessly integrates with your host operating system's authentication mechanisms, making it super easy to get started! We use Azure Identity under the hood via [`DefaultAzureCredential`](https://learn.microsoft.com/dotnet/azure/sdk/authentication/credential-chains?tabs=dac), which tries these credentials in order:
|
|
283
299
|
|
|
@@ -293,6 +309,8 @@ If you're already logged in through any of these methods, the Azure MCP Server w
|
|
|
293
309
|
|
|
294
310
|
If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md).
|
|
295
311
|
|
|
312
|
+
For enterprise authentication scenarios including network restrictions, security policies, and protected resources, see our [Authentication and Security guide](https://github.com/Azure/azure-mcp/blob/main/docs/Authentication.md).
|
|
313
|
+
|
|
296
314
|
### Production Credentials
|
|
297
315
|
|
|
298
316
|
By default, the Azure MCP Server excludes production credentials like Managed Identity and Workload Identity. To enable these credentials, set the environment variable:
|
|
@@ -302,6 +320,7 @@ AZURE_MCP_INCLUDE_PRODUCTION_CREDENTIALS=true
|
|
|
302
320
|
```
|
|
303
321
|
|
|
304
322
|
This is useful when running on Azure services where you want to use managed identities.
|
|
323
|
+
</details>
|
|
305
324
|
|
|
306
325
|
## ๐ก๏ธ Security Note
|
|
307
326
|
|
|
@@ -310,7 +329,6 @@ Your credentials are always handled securely through the official [Azure Identit
|
|
|
310
329
|
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.
|
|
311
330
|
|
|
312
331
|
## ๐ฅ Contributing
|
|
313
|
-
|
|
314
332
|
We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.
|
|
315
333
|
|
|
316
334
|
Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/main/CONTRIBUTING.md) for guidelines on:
|
|
@@ -320,6 +338,12 @@ Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/mai
|
|
|
320
338
|
- ๐ Code style and testing requirements
|
|
321
339
|
- ๐ Making pull requests
|
|
322
340
|
|
|
341
|
+
## ๐ฌ Feedback
|
|
342
|
+
|
|
343
|
+
We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server.
|
|
344
|
+
|
|
345
|
+
๐ [Open an issue in the public repository](https://github.com/Azure/azure-mcp/issues/new/choose).
|
|
346
|
+
|
|
323
347
|
## ๐ค Code of Conduct
|
|
324
348
|
|
|
325
349
|
This project has adopted the
|
|
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.2.
|
|
10
|
+
"azmcp/0.2.2": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.Core": "1.46.1",
|
|
13
13
|
"Azure.Data.AppConfiguration": "1.6.1",
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.3.0",
|
|
19
19
|
"Azure.Monitor.Query": "1.6.0",
|
|
20
20
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
21
|
+
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
21
22
|
"Azure.ResourceManager.CosmosDB": "1.3.2",
|
|
23
|
+
"Azure.ResourceManager.Datadog": "1.0.0-beta.5",
|
|
22
24
|
"Azure.ResourceManager.Kusto": "1.6.0",
|
|
23
25
|
"Azure.ResourceManager.OperationalInsights": "1.3.0",
|
|
24
26
|
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
@@ -28,7 +30,9 @@
|
|
|
28
30
|
"Azure.ResourceManager.Storage": "1.4.2",
|
|
29
31
|
"Azure.Search.Documents": "11.7.0-beta.4",
|
|
30
32
|
"Azure.Security.KeyVault.Keys": "4.7.0",
|
|
33
|
+
"Azure.Security.KeyVault.Secrets": "4.7.0",
|
|
31
34
|
"Azure.Storage.Blobs": "12.24.0",
|
|
35
|
+
"JsonSchema.Net": "7.3.4",
|
|
32
36
|
"Microsoft.Azure.Cosmos": "3.51.0",
|
|
33
37
|
"Microsoft.Azure.Kusto.Data": "13.0.2",
|
|
34
38
|
"Microsoft.Extensions.Azure": "1.11.0",
|
|
@@ -1475,7 +1479,7 @@
|
|
|
1475
1479
|
"dependencies": {
|
|
1476
1480
|
"Azure.Core": "1.46.1",
|
|
1477
1481
|
"System.ClientModel": "1.4.1",
|
|
1478
|
-
"System.Text.Json": "6.0.
|
|
1482
|
+
"System.Text.Json": "6.0.11"
|
|
1479
1483
|
},
|
|
1480
1484
|
"runtime": {
|
|
1481
1485
|
"lib/netstandard2.0/Azure.ResourceManager.dll": {
|
|
@@ -1489,7 +1493,7 @@
|
|
|
1489
1493
|
"Azure.Core": "1.46.1",
|
|
1490
1494
|
"Azure.ResourceManager": "1.13.0",
|
|
1491
1495
|
"System.ClientModel": "1.4.1",
|
|
1492
|
-
"System.Text.Json": "6.0.
|
|
1496
|
+
"System.Text.Json": "6.0.11"
|
|
1493
1497
|
},
|
|
1494
1498
|
"runtime": {
|
|
1495
1499
|
"lib/net8.0/Azure.ResourceManager.AppConfiguration.dll": {
|
|
@@ -1498,12 +1502,26 @@
|
|
|
1498
1502
|
}
|
|
1499
1503
|
}
|
|
1500
1504
|
},
|
|
1505
|
+
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
1506
|
+
"dependencies": {
|
|
1507
|
+
"Azure.Core": "1.46.1",
|
|
1508
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1509
|
+
"System.ClientModel": "1.4.1",
|
|
1510
|
+
"System.Text.Json": "6.0.11"
|
|
1511
|
+
},
|
|
1512
|
+
"runtime": {
|
|
1513
|
+
"lib/net8.0/Azure.ResourceManager.Authorization.dll": {
|
|
1514
|
+
"assemblyVersion": "1.1.4.0",
|
|
1515
|
+
"fileVersion": "1.100.425.16304"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1501
1519
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1502
1520
|
"dependencies": {
|
|
1503
1521
|
"Azure.Core": "1.46.1",
|
|
1504
1522
|
"Azure.ResourceManager": "1.13.0",
|
|
1505
1523
|
"System.ClientModel": "1.4.1",
|
|
1506
|
-
"System.Text.Json": "6.0.
|
|
1524
|
+
"System.Text.Json": "6.0.11"
|
|
1507
1525
|
},
|
|
1508
1526
|
"runtime": {
|
|
1509
1527
|
"lib/netstandard2.0/Azure.ResourceManager.CosmosDB.dll": {
|
|
@@ -1512,12 +1530,26 @@
|
|
|
1512
1530
|
}
|
|
1513
1531
|
}
|
|
1514
1532
|
},
|
|
1533
|
+
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
1534
|
+
"dependencies": {
|
|
1535
|
+
"Azure.Core": "1.46.1",
|
|
1536
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1537
|
+
"System.ClientModel": "1.4.1",
|
|
1538
|
+
"System.Text.Json": "6.0.11"
|
|
1539
|
+
},
|
|
1540
|
+
"runtime": {
|
|
1541
|
+
"lib/net8.0/Azure.ResourceManager.Datadog.dll": {
|
|
1542
|
+
"assemblyVersion": "1.0.0.0",
|
|
1543
|
+
"fileVersion": "1.0.25.16303"
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1515
1547
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
1516
1548
|
"dependencies": {
|
|
1517
1549
|
"Azure.Core": "1.46.1",
|
|
1518
1550
|
"Azure.ResourceManager": "1.13.0",
|
|
1519
1551
|
"System.ClientModel": "1.4.1",
|
|
1520
|
-
"System.Text.Json": "6.0.
|
|
1552
|
+
"System.Text.Json": "6.0.11"
|
|
1521
1553
|
},
|
|
1522
1554
|
"runtime": {
|
|
1523
1555
|
"lib/net8.0/Azure.ResourceManager.Kusto.dll": {
|
|
@@ -1543,7 +1575,7 @@
|
|
|
1543
1575
|
"Azure.Core": "1.46.1",
|
|
1544
1576
|
"Azure.ResourceManager": "1.13.0",
|
|
1545
1577
|
"System.ClientModel": "1.4.1",
|
|
1546
|
-
"System.Text.Json": "6.0.
|
|
1578
|
+
"System.Text.Json": "6.0.11"
|
|
1547
1579
|
},
|
|
1548
1580
|
"runtime": {
|
|
1549
1581
|
"lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
|
|
@@ -1557,7 +1589,7 @@
|
|
|
1557
1589
|
"Azure.Core": "1.46.1",
|
|
1558
1590
|
"Azure.ResourceManager": "1.13.0",
|
|
1559
1591
|
"System.ClientModel": "1.4.1",
|
|
1560
|
-
"System.Text.Json": "6.0.
|
|
1592
|
+
"System.Text.Json": "6.0.11"
|
|
1561
1593
|
},
|
|
1562
1594
|
"runtime": {
|
|
1563
1595
|
"lib/net8.0/Azure.ResourceManager.Redis.dll": {
|
|
@@ -1571,7 +1603,7 @@
|
|
|
1571
1603
|
"Azure.Core": "1.46.1",
|
|
1572
1604
|
"Azure.ResourceManager": "1.13.0",
|
|
1573
1605
|
"System.ClientModel": "1.4.1",
|
|
1574
|
-
"System.Text.Json": "6.0.
|
|
1606
|
+
"System.Text.Json": "6.0.11"
|
|
1575
1607
|
},
|
|
1576
1608
|
"runtime": {
|
|
1577
1609
|
"lib/netstandard2.0/Azure.ResourceManager.RedisEnterprise.dll": {
|
|
@@ -1585,7 +1617,7 @@
|
|
|
1585
1617
|
"Azure.Core": "1.46.1",
|
|
1586
1618
|
"Azure.ResourceManager": "1.13.0",
|
|
1587
1619
|
"System.ClientModel": "1.4.1",
|
|
1588
|
-
"System.Text.Json": "6.0.
|
|
1620
|
+
"System.Text.Json": "6.0.11"
|
|
1589
1621
|
},
|
|
1590
1622
|
"runtime": {
|
|
1591
1623
|
"lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
|
|
@@ -1622,7 +1654,7 @@
|
|
|
1622
1654
|
"dependencies": {
|
|
1623
1655
|
"Azure.Core": "1.46.1",
|
|
1624
1656
|
"System.Memory": "4.5.5",
|
|
1625
|
-
"System.Text.Json": "6.0.
|
|
1657
|
+
"System.Text.Json": "6.0.11",
|
|
1626
1658
|
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1627
1659
|
},
|
|
1628
1660
|
"runtime": {
|
|
@@ -1632,6 +1664,20 @@
|
|
|
1632
1664
|
}
|
|
1633
1665
|
}
|
|
1634
1666
|
},
|
|
1667
|
+
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
1668
|
+
"dependencies": {
|
|
1669
|
+
"Azure.Core": "1.46.1",
|
|
1670
|
+
"System.Memory": "4.5.5",
|
|
1671
|
+
"System.Text.Json": "6.0.11",
|
|
1672
|
+
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1673
|
+
},
|
|
1674
|
+
"runtime": {
|
|
1675
|
+
"lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll": {
|
|
1676
|
+
"assemblyVersion": "4.7.0.0",
|
|
1677
|
+
"fileVersion": "4.700.24.51403"
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1635
1681
|
"Azure.Storage.Blobs/12.24.0": {
|
|
1636
1682
|
"dependencies": {
|
|
1637
1683
|
"Azure.Storage.Common": "12.23.0"
|
|
@@ -1655,6 +1701,45 @@
|
|
|
1655
1701
|
}
|
|
1656
1702
|
}
|
|
1657
1703
|
},
|
|
1704
|
+
"Humanizer.Core/2.14.1": {
|
|
1705
|
+
"runtime": {
|
|
1706
|
+
"lib/net6.0/Humanizer.dll": {
|
|
1707
|
+
"assemblyVersion": "2.14.0.0",
|
|
1708
|
+
"fileVersion": "2.14.1.48190"
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"Json.More.Net/2.1.1": {
|
|
1713
|
+
"runtime": {
|
|
1714
|
+
"lib/net9.0/Json.More.dll": {
|
|
1715
|
+
"assemblyVersion": "2.0.0.0",
|
|
1716
|
+
"fileVersion": "2.1.1.0"
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
"JsonPointer.Net/5.3.1": {
|
|
1721
|
+
"dependencies": {
|
|
1722
|
+
"Humanizer.Core": "2.14.1",
|
|
1723
|
+
"Json.More.Net": "2.1.1"
|
|
1724
|
+
},
|
|
1725
|
+
"runtime": {
|
|
1726
|
+
"lib/net9.0/JsonPointer.Net.dll": {
|
|
1727
|
+
"assemblyVersion": "5.0.0.0",
|
|
1728
|
+
"fileVersion": "5.3.1.0"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
"JsonSchema.Net/7.3.4": {
|
|
1733
|
+
"dependencies": {
|
|
1734
|
+
"JsonPointer.Net": "5.3.1"
|
|
1735
|
+
},
|
|
1736
|
+
"runtime": {
|
|
1737
|
+
"lib/net9.0/JsonSchema.Net.dll": {
|
|
1738
|
+
"assemblyVersion": "7.0.0.0",
|
|
1739
|
+
"fileVersion": "7.3.4.0"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1658
1743
|
"Microsoft.Azure.Amqp/2.6.9": {
|
|
1659
1744
|
"runtime": {
|
|
1660
1745
|
"lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
|
|
@@ -2904,17 +2989,7 @@
|
|
|
2904
2989
|
"runtime.any.System.Text.Encoding.Extensions": "4.3.0"
|
|
2905
2990
|
}
|
|
2906
2991
|
},
|
|
2907
|
-
"System.Text.
|
|
2908
|
-
"dependencies": {
|
|
2909
|
-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"System.Text.Json/6.0.10": {
|
|
2913
|
-
"dependencies": {
|
|
2914
|
-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
|
|
2915
|
-
"System.Text.Encodings.Web": "6.0.0"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2992
|
+
"System.Text.Json/6.0.11": {},
|
|
2918
2993
|
"System.Text.RegularExpressions/4.3.1": {
|
|
2919
2994
|
"dependencies": {
|
|
2920
2995
|
"System.Runtime": "4.3.1"
|
|
@@ -2950,7 +3025,7 @@
|
|
|
2950
3025
|
}
|
|
2951
3026
|
},
|
|
2952
3027
|
"libraries": {
|
|
2953
|
-
"azmcp/0.2.
|
|
3028
|
+
"azmcp/0.2.2": {
|
|
2954
3029
|
"type": "project",
|
|
2955
3030
|
"serviceable": false,
|
|
2956
3031
|
"sha512": ""
|
|
@@ -3049,6 +3124,13 @@
|
|
|
3049
3124
|
"path": "azure.resourcemanager.appconfiguration/1.4.0",
|
|
3050
3125
|
"hashPath": "azure.resourcemanager.appconfiguration.1.4.0.nupkg.sha512"
|
|
3051
3126
|
},
|
|
3127
|
+
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
3128
|
+
"type": "package",
|
|
3129
|
+
"serviceable": true,
|
|
3130
|
+
"sha512": "sha512-AFUFFdKJ/tYuXp+kXIqyD6jaUy22h0g8GWAkZa4e3/X+hnXndj6hxqIrlt/p+jflHB8SFPnBkxSN5QFadP4bRw==",
|
|
3131
|
+
"path": "azure.resourcemanager.authorization/1.1.4",
|
|
3132
|
+
"hashPath": "azure.resourcemanager.authorization.1.1.4.nupkg.sha512"
|
|
3133
|
+
},
|
|
3052
3134
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3053
3135
|
"type": "package",
|
|
3054
3136
|
"serviceable": true,
|
|
@@ -3056,6 +3138,13 @@
|
|
|
3056
3138
|
"path": "azure.resourcemanager.cosmosdb/1.3.2",
|
|
3057
3139
|
"hashPath": "azure.resourcemanager.cosmosdb.1.3.2.nupkg.sha512"
|
|
3058
3140
|
},
|
|
3141
|
+
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
3142
|
+
"type": "package",
|
|
3143
|
+
"serviceable": true,
|
|
3144
|
+
"sha512": "sha512-nGBnO3Bt6yJyOrFuzbdXSVUoq9NigpVI+NNrXY3X6y81TpbSfkXO6EJ4e6EpZuoDyQUl0dw5Sr54b5jTBtkP6A==",
|
|
3145
|
+
"path": "azure.resourcemanager.datadog/1.0.0-beta.5",
|
|
3146
|
+
"hashPath": "azure.resourcemanager.datadog.1.0.0-beta.5.nupkg.sha512"
|
|
3147
|
+
},
|
|
3059
3148
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
3060
3149
|
"type": "package",
|
|
3061
3150
|
"serviceable": true,
|
|
@@ -3119,6 +3208,13 @@
|
|
|
3119
3208
|
"path": "azure.security.keyvault.keys/4.7.0",
|
|
3120
3209
|
"hashPath": "azure.security.keyvault.keys.4.7.0.nupkg.sha512"
|
|
3121
3210
|
},
|
|
3211
|
+
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
3212
|
+
"type": "package",
|
|
3213
|
+
"serviceable": true,
|
|
3214
|
+
"sha512": "sha512-uOPCojkm41V4dKTORyGzl3/f/lriKpxSQ43fWDn4StRJBVmbF1F/DNWJhwm207kCnqgE/W9+tskJSimIKHCZkw==",
|
|
3215
|
+
"path": "azure.security.keyvault.secrets/4.7.0",
|
|
3216
|
+
"hashPath": "azure.security.keyvault.secrets.4.7.0.nupkg.sha512"
|
|
3217
|
+
},
|
|
3122
3218
|
"Azure.Storage.Blobs/12.24.0": {
|
|
3123
3219
|
"type": "package",
|
|
3124
3220
|
"serviceable": true,
|
|
@@ -3133,6 +3229,34 @@
|
|
|
3133
3229
|
"path": "azure.storage.common/12.23.0",
|
|
3134
3230
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3135
3231
|
},
|
|
3232
|
+
"Humanizer.Core/2.14.1": {
|
|
3233
|
+
"type": "package",
|
|
3234
|
+
"serviceable": true,
|
|
3235
|
+
"sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
|
|
3236
|
+
"path": "humanizer.core/2.14.1",
|
|
3237
|
+
"hashPath": "humanizer.core.2.14.1.nupkg.sha512"
|
|
3238
|
+
},
|
|
3239
|
+
"Json.More.Net/2.1.1": {
|
|
3240
|
+
"type": "package",
|
|
3241
|
+
"serviceable": true,
|
|
3242
|
+
"sha512": "sha512-ZXAKl2VsdnIZeUo1PFII3Oi1m1L4YQjEyDjygHfHln5vgsjgIo749X6xWkv7qFYp8RROES+vOEfDcvvoVgs8kA==",
|
|
3243
|
+
"path": "json.more.net/2.1.1",
|
|
3244
|
+
"hashPath": "json.more.net.2.1.1.nupkg.sha512"
|
|
3245
|
+
},
|
|
3246
|
+
"JsonPointer.Net/5.3.1": {
|
|
3247
|
+
"type": "package",
|
|
3248
|
+
"serviceable": true,
|
|
3249
|
+
"sha512": "sha512-3e2OJjU0OaE26XC/klgxbJuXvteFWTDJIJv0ITYWcJEoskq7jzUwPSC1s0iz4wPPQnfN7vwwFmg2gJfwRAPwgw==",
|
|
3250
|
+
"path": "jsonpointer.net/5.3.1",
|
|
3251
|
+
"hashPath": "jsonpointer.net.5.3.1.nupkg.sha512"
|
|
3252
|
+
},
|
|
3253
|
+
"JsonSchema.Net/7.3.4": {
|
|
3254
|
+
"type": "package",
|
|
3255
|
+
"serviceable": true,
|
|
3256
|
+
"sha512": "sha512-7GggWrdzKrtGWETRn3dcMnmuLSyWaDkBK94TK80LEHQEVz4bmsQc7FYO7qL40RDdZU2YPz5d98aT9lW5OYExuA==",
|
|
3257
|
+
"path": "jsonschema.net/7.3.4",
|
|
3258
|
+
"hashPath": "jsonschema.net.7.3.4.nupkg.sha512"
|
|
3259
|
+
},
|
|
3136
3260
|
"Microsoft.Azure.Amqp/2.6.9": {
|
|
3137
3261
|
"type": "package",
|
|
3138
3262
|
"serviceable": true,
|
|
@@ -4211,19 +4335,12 @@
|
|
|
4211
4335
|
"path": "system.text.encoding.extensions/4.3.0",
|
|
4212
4336
|
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
|
|
4213
4337
|
},
|
|
4214
|
-
"System.Text.
|
|
4215
|
-
"type": "package",
|
|
4216
|
-
"serviceable": true,
|
|
4217
|
-
"sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
|
|
4218
|
-
"path": "system.text.encodings.web/6.0.0",
|
|
4219
|
-
"hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
|
|
4220
|
-
},
|
|
4221
|
-
"System.Text.Json/6.0.10": {
|
|
4338
|
+
"System.Text.Json/6.0.11": {
|
|
4222
4339
|
"type": "package",
|
|
4223
4340
|
"serviceable": true,
|
|
4224
|
-
"sha512": "sha512-
|
|
4225
|
-
"path": "system.text.json/6.0.
|
|
4226
|
-
"hashPath": "system.text.json.6.0.
|
|
4341
|
+
"sha512": "sha512-xqC1HIbJMBFhrpYs76oYP+NAskNVjc6v73HqLal7ECRDPIp4oRU5pPavkD//vNactCn9DA2aaald/I5N+uZ5/g==",
|
|
4342
|
+
"path": "system.text.json/6.0.11",
|
|
4343
|
+
"hashPath": "system.text.json.6.0.11.nupkg.sha512"
|
|
4227
4344
|
},
|
|
4228
4345
|
"System.Text.RegularExpressions/4.3.1": {
|
|
4229
4346
|
"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.2.
|
|
3
|
+
"version": "0.2.2",
|
|
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",
|