@azure/mcp-win32-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.deps.json +150 -33
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +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.deps.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/win-arm64": {
|
|
10
|
-
"azmcp/0.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",
|
|
@@ -1484,7 +1488,7 @@
|
|
|
1484
1488
|
"dependencies": {
|
|
1485
1489
|
"Azure.Core": "1.46.1",
|
|
1486
1490
|
"System.ClientModel": "1.4.1",
|
|
1487
|
-
"System.Text.Json": "6.0.
|
|
1491
|
+
"System.Text.Json": "6.0.11"
|
|
1488
1492
|
},
|
|
1489
1493
|
"runtime": {
|
|
1490
1494
|
"lib/netstandard2.0/Azure.ResourceManager.dll": {
|
|
@@ -1498,7 +1502,7 @@
|
|
|
1498
1502
|
"Azure.Core": "1.46.1",
|
|
1499
1503
|
"Azure.ResourceManager": "1.13.0",
|
|
1500
1504
|
"System.ClientModel": "1.4.1",
|
|
1501
|
-
"System.Text.Json": "6.0.
|
|
1505
|
+
"System.Text.Json": "6.0.11"
|
|
1502
1506
|
},
|
|
1503
1507
|
"runtime": {
|
|
1504
1508
|
"lib/net8.0/Azure.ResourceManager.AppConfiguration.dll": {
|
|
@@ -1507,12 +1511,26 @@
|
|
|
1507
1511
|
}
|
|
1508
1512
|
}
|
|
1509
1513
|
},
|
|
1514
|
+
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
1515
|
+
"dependencies": {
|
|
1516
|
+
"Azure.Core": "1.46.1",
|
|
1517
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1518
|
+
"System.ClientModel": "1.4.1",
|
|
1519
|
+
"System.Text.Json": "6.0.11"
|
|
1520
|
+
},
|
|
1521
|
+
"runtime": {
|
|
1522
|
+
"lib/net8.0/Azure.ResourceManager.Authorization.dll": {
|
|
1523
|
+
"assemblyVersion": "1.1.4.0",
|
|
1524
|
+
"fileVersion": "1.100.425.16304"
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1510
1528
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1511
1529
|
"dependencies": {
|
|
1512
1530
|
"Azure.Core": "1.46.1",
|
|
1513
1531
|
"Azure.ResourceManager": "1.13.0",
|
|
1514
1532
|
"System.ClientModel": "1.4.1",
|
|
1515
|
-
"System.Text.Json": "6.0.
|
|
1533
|
+
"System.Text.Json": "6.0.11"
|
|
1516
1534
|
},
|
|
1517
1535
|
"runtime": {
|
|
1518
1536
|
"lib/netstandard2.0/Azure.ResourceManager.CosmosDB.dll": {
|
|
@@ -1521,12 +1539,26 @@
|
|
|
1521
1539
|
}
|
|
1522
1540
|
}
|
|
1523
1541
|
},
|
|
1542
|
+
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
1543
|
+
"dependencies": {
|
|
1544
|
+
"Azure.Core": "1.46.1",
|
|
1545
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1546
|
+
"System.ClientModel": "1.4.1",
|
|
1547
|
+
"System.Text.Json": "6.0.11"
|
|
1548
|
+
},
|
|
1549
|
+
"runtime": {
|
|
1550
|
+
"lib/net8.0/Azure.ResourceManager.Datadog.dll": {
|
|
1551
|
+
"assemblyVersion": "1.0.0.0",
|
|
1552
|
+
"fileVersion": "1.0.25.16303"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1524
1556
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
1525
1557
|
"dependencies": {
|
|
1526
1558
|
"Azure.Core": "1.46.1",
|
|
1527
1559
|
"Azure.ResourceManager": "1.13.0",
|
|
1528
1560
|
"System.ClientModel": "1.4.1",
|
|
1529
|
-
"System.Text.Json": "6.0.
|
|
1561
|
+
"System.Text.Json": "6.0.11"
|
|
1530
1562
|
},
|
|
1531
1563
|
"runtime": {
|
|
1532
1564
|
"lib/net8.0/Azure.ResourceManager.Kusto.dll": {
|
|
@@ -1552,7 +1584,7 @@
|
|
|
1552
1584
|
"Azure.Core": "1.46.1",
|
|
1553
1585
|
"Azure.ResourceManager": "1.13.0",
|
|
1554
1586
|
"System.ClientModel": "1.4.1",
|
|
1555
|
-
"System.Text.Json": "6.0.
|
|
1587
|
+
"System.Text.Json": "6.0.11"
|
|
1556
1588
|
},
|
|
1557
1589
|
"runtime": {
|
|
1558
1590
|
"lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
|
|
@@ -1566,7 +1598,7 @@
|
|
|
1566
1598
|
"Azure.Core": "1.46.1",
|
|
1567
1599
|
"Azure.ResourceManager": "1.13.0",
|
|
1568
1600
|
"System.ClientModel": "1.4.1",
|
|
1569
|
-
"System.Text.Json": "6.0.
|
|
1601
|
+
"System.Text.Json": "6.0.11"
|
|
1570
1602
|
},
|
|
1571
1603
|
"runtime": {
|
|
1572
1604
|
"lib/net8.0/Azure.ResourceManager.Redis.dll": {
|
|
@@ -1580,7 +1612,7 @@
|
|
|
1580
1612
|
"Azure.Core": "1.46.1",
|
|
1581
1613
|
"Azure.ResourceManager": "1.13.0",
|
|
1582
1614
|
"System.ClientModel": "1.4.1",
|
|
1583
|
-
"System.Text.Json": "6.0.
|
|
1615
|
+
"System.Text.Json": "6.0.11"
|
|
1584
1616
|
},
|
|
1585
1617
|
"runtime": {
|
|
1586
1618
|
"lib/netstandard2.0/Azure.ResourceManager.RedisEnterprise.dll": {
|
|
@@ -1594,7 +1626,7 @@
|
|
|
1594
1626
|
"Azure.Core": "1.46.1",
|
|
1595
1627
|
"Azure.ResourceManager": "1.13.0",
|
|
1596
1628
|
"System.ClientModel": "1.4.1",
|
|
1597
|
-
"System.Text.Json": "6.0.
|
|
1629
|
+
"System.Text.Json": "6.0.11"
|
|
1598
1630
|
},
|
|
1599
1631
|
"runtime": {
|
|
1600
1632
|
"lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
|
|
@@ -1631,7 +1663,7 @@
|
|
|
1631
1663
|
"dependencies": {
|
|
1632
1664
|
"Azure.Core": "1.46.1",
|
|
1633
1665
|
"System.Memory": "4.5.5",
|
|
1634
|
-
"System.Text.Json": "6.0.
|
|
1666
|
+
"System.Text.Json": "6.0.11",
|
|
1635
1667
|
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1636
1668
|
},
|
|
1637
1669
|
"runtime": {
|
|
@@ -1641,6 +1673,20 @@
|
|
|
1641
1673
|
}
|
|
1642
1674
|
}
|
|
1643
1675
|
},
|
|
1676
|
+
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
1677
|
+
"dependencies": {
|
|
1678
|
+
"Azure.Core": "1.46.1",
|
|
1679
|
+
"System.Memory": "4.5.5",
|
|
1680
|
+
"System.Text.Json": "6.0.11",
|
|
1681
|
+
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1682
|
+
},
|
|
1683
|
+
"runtime": {
|
|
1684
|
+
"lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll": {
|
|
1685
|
+
"assemblyVersion": "4.7.0.0",
|
|
1686
|
+
"fileVersion": "4.700.24.51403"
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1644
1690
|
"Azure.Storage.Blobs/12.24.0": {
|
|
1645
1691
|
"dependencies": {
|
|
1646
1692
|
"Azure.Storage.Common": "12.23.0"
|
|
@@ -1664,6 +1710,45 @@
|
|
|
1664
1710
|
}
|
|
1665
1711
|
}
|
|
1666
1712
|
},
|
|
1713
|
+
"Humanizer.Core/2.14.1": {
|
|
1714
|
+
"runtime": {
|
|
1715
|
+
"lib/net6.0/Humanizer.dll": {
|
|
1716
|
+
"assemblyVersion": "2.14.0.0",
|
|
1717
|
+
"fileVersion": "2.14.1.48190"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"Json.More.Net/2.1.1": {
|
|
1722
|
+
"runtime": {
|
|
1723
|
+
"lib/net9.0/Json.More.dll": {
|
|
1724
|
+
"assemblyVersion": "2.0.0.0",
|
|
1725
|
+
"fileVersion": "2.1.1.0"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"JsonPointer.Net/5.3.1": {
|
|
1730
|
+
"dependencies": {
|
|
1731
|
+
"Humanizer.Core": "2.14.1",
|
|
1732
|
+
"Json.More.Net": "2.1.1"
|
|
1733
|
+
},
|
|
1734
|
+
"runtime": {
|
|
1735
|
+
"lib/net9.0/JsonPointer.Net.dll": {
|
|
1736
|
+
"assemblyVersion": "5.0.0.0",
|
|
1737
|
+
"fileVersion": "5.3.1.0"
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"JsonSchema.Net/7.3.4": {
|
|
1742
|
+
"dependencies": {
|
|
1743
|
+
"JsonPointer.Net": "5.3.1"
|
|
1744
|
+
},
|
|
1745
|
+
"runtime": {
|
|
1746
|
+
"lib/net9.0/JsonSchema.Net.dll": {
|
|
1747
|
+
"assemblyVersion": "7.0.0.0",
|
|
1748
|
+
"fileVersion": "7.3.4.0"
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1667
1752
|
"Microsoft.Azure.Amqp/2.6.9": {
|
|
1668
1753
|
"runtime": {
|
|
1669
1754
|
"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"
|
|
@@ -2958,7 +3033,7 @@
|
|
|
2958
3033
|
}
|
|
2959
3034
|
},
|
|
2960
3035
|
"libraries": {
|
|
2961
|
-
"azmcp/0.2.
|
|
3036
|
+
"azmcp/0.2.2": {
|
|
2962
3037
|
"type": "project",
|
|
2963
3038
|
"serviceable": false,
|
|
2964
3039
|
"sha512": ""
|
|
@@ -3057,6 +3132,13 @@
|
|
|
3057
3132
|
"path": "azure.resourcemanager.appconfiguration/1.4.0",
|
|
3058
3133
|
"hashPath": "azure.resourcemanager.appconfiguration.1.4.0.nupkg.sha512"
|
|
3059
3134
|
},
|
|
3135
|
+
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
3136
|
+
"type": "package",
|
|
3137
|
+
"serviceable": true,
|
|
3138
|
+
"sha512": "sha512-AFUFFdKJ/tYuXp+kXIqyD6jaUy22h0g8GWAkZa4e3/X+hnXndj6hxqIrlt/p+jflHB8SFPnBkxSN5QFadP4bRw==",
|
|
3139
|
+
"path": "azure.resourcemanager.authorization/1.1.4",
|
|
3140
|
+
"hashPath": "azure.resourcemanager.authorization.1.1.4.nupkg.sha512"
|
|
3141
|
+
},
|
|
3060
3142
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3061
3143
|
"type": "package",
|
|
3062
3144
|
"serviceable": true,
|
|
@@ -3064,6 +3146,13 @@
|
|
|
3064
3146
|
"path": "azure.resourcemanager.cosmosdb/1.3.2",
|
|
3065
3147
|
"hashPath": "azure.resourcemanager.cosmosdb.1.3.2.nupkg.sha512"
|
|
3066
3148
|
},
|
|
3149
|
+
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
3150
|
+
"type": "package",
|
|
3151
|
+
"serviceable": true,
|
|
3152
|
+
"sha512": "sha512-nGBnO3Bt6yJyOrFuzbdXSVUoq9NigpVI+NNrXY3X6y81TpbSfkXO6EJ4e6EpZuoDyQUl0dw5Sr54b5jTBtkP6A==",
|
|
3153
|
+
"path": "azure.resourcemanager.datadog/1.0.0-beta.5",
|
|
3154
|
+
"hashPath": "azure.resourcemanager.datadog.1.0.0-beta.5.nupkg.sha512"
|
|
3155
|
+
},
|
|
3067
3156
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
3068
3157
|
"type": "package",
|
|
3069
3158
|
"serviceable": true,
|
|
@@ -3127,6 +3216,13 @@
|
|
|
3127
3216
|
"path": "azure.security.keyvault.keys/4.7.0",
|
|
3128
3217
|
"hashPath": "azure.security.keyvault.keys.4.7.0.nupkg.sha512"
|
|
3129
3218
|
},
|
|
3219
|
+
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
3220
|
+
"type": "package",
|
|
3221
|
+
"serviceable": true,
|
|
3222
|
+
"sha512": "sha512-uOPCojkm41V4dKTORyGzl3/f/lriKpxSQ43fWDn4StRJBVmbF1F/DNWJhwm207kCnqgE/W9+tskJSimIKHCZkw==",
|
|
3223
|
+
"path": "azure.security.keyvault.secrets/4.7.0",
|
|
3224
|
+
"hashPath": "azure.security.keyvault.secrets.4.7.0.nupkg.sha512"
|
|
3225
|
+
},
|
|
3130
3226
|
"Azure.Storage.Blobs/12.24.0": {
|
|
3131
3227
|
"type": "package",
|
|
3132
3228
|
"serviceable": true,
|
|
@@ -3141,6 +3237,34 @@
|
|
|
3141
3237
|
"path": "azure.storage.common/12.23.0",
|
|
3142
3238
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3143
3239
|
},
|
|
3240
|
+
"Humanizer.Core/2.14.1": {
|
|
3241
|
+
"type": "package",
|
|
3242
|
+
"serviceable": true,
|
|
3243
|
+
"sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
|
|
3244
|
+
"path": "humanizer.core/2.14.1",
|
|
3245
|
+
"hashPath": "humanizer.core.2.14.1.nupkg.sha512"
|
|
3246
|
+
},
|
|
3247
|
+
"Json.More.Net/2.1.1": {
|
|
3248
|
+
"type": "package",
|
|
3249
|
+
"serviceable": true,
|
|
3250
|
+
"sha512": "sha512-ZXAKl2VsdnIZeUo1PFII3Oi1m1L4YQjEyDjygHfHln5vgsjgIo749X6xWkv7qFYp8RROES+vOEfDcvvoVgs8kA==",
|
|
3251
|
+
"path": "json.more.net/2.1.1",
|
|
3252
|
+
"hashPath": "json.more.net.2.1.1.nupkg.sha512"
|
|
3253
|
+
},
|
|
3254
|
+
"JsonPointer.Net/5.3.1": {
|
|
3255
|
+
"type": "package",
|
|
3256
|
+
"serviceable": true,
|
|
3257
|
+
"sha512": "sha512-3e2OJjU0OaE26XC/klgxbJuXvteFWTDJIJv0ITYWcJEoskq7jzUwPSC1s0iz4wPPQnfN7vwwFmg2gJfwRAPwgw==",
|
|
3258
|
+
"path": "jsonpointer.net/5.3.1",
|
|
3259
|
+
"hashPath": "jsonpointer.net.5.3.1.nupkg.sha512"
|
|
3260
|
+
},
|
|
3261
|
+
"JsonSchema.Net/7.3.4": {
|
|
3262
|
+
"type": "package",
|
|
3263
|
+
"serviceable": true,
|
|
3264
|
+
"sha512": "sha512-7GggWrdzKrtGWETRn3dcMnmuLSyWaDkBK94TK80LEHQEVz4bmsQc7FYO7qL40RDdZU2YPz5d98aT9lW5OYExuA==",
|
|
3265
|
+
"path": "jsonschema.net/7.3.4",
|
|
3266
|
+
"hashPath": "jsonschema.net.7.3.4.nupkg.sha512"
|
|
3267
|
+
},
|
|
3144
3268
|
"Microsoft.Azure.Amqp/2.6.9": {
|
|
3145
3269
|
"type": "package",
|
|
3146
3270
|
"serviceable": true,
|
|
@@ -4212,19 +4336,12 @@
|
|
|
4212
4336
|
"path": "system.text.encoding.extensions/4.3.0",
|
|
4213
4337
|
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
|
|
4214
4338
|
},
|
|
4215
|
-
"System.Text.
|
|
4216
|
-
"type": "package",
|
|
4217
|
-
"serviceable": true,
|
|
4218
|
-
"sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
|
|
4219
|
-
"path": "system.text.encodings.web/6.0.0",
|
|
4220
|
-
"hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
|
|
4221
|
-
},
|
|
4222
|
-
"System.Text.Json/6.0.10": {
|
|
4339
|
+
"System.Text.Json/6.0.11": {
|
|
4223
4340
|
"type": "package",
|
|
4224
4341
|
"serviceable": true,
|
|
4225
|
-
"sha512": "sha512-
|
|
4226
|
-
"path": "system.text.json/6.0.
|
|
4227
|
-
"hashPath": "system.text.json.6.0.
|
|
4342
|
+
"sha512": "sha512-xqC1HIbJMBFhrpYs76oYP+NAskNVjc6v73HqLal7ECRDPIp4oRU5pPavkD//vNactCn9DA2aaald/I5N+uZ5/g==",
|
|
4343
|
+
"path": "system.text.json/6.0.11",
|
|
4344
|
+
"hashPath": "system.text.json.6.0.11.nupkg.sha512"
|
|
4228
4345
|
},
|
|
4229
4346
|
"System.Text.RegularExpressions/4.3.1": {
|
|
4230
4347
|
"type": "package",
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/dist/azmcp.exe
CHANGED
|
Binary file
|
package/dist/createdump.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-win32-arm64",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on arm64",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|