@azure/mcp-win32-arm64 0.0.21 โ 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -3
- package/dist/azmcp.deps.json +2 -2
- 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
|
@@ -16,7 +16,6 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
|
|
|
16
16
|
6. [๐ฅ Contributing to Azure MCP Server](#-contributing)
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
## ๐ฏ Overview
|
|
21
20
|
|
|
22
21
|
### โจ What can you do with the Azure MCP Server?
|
|
@@ -214,6 +213,24 @@ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
|
214
213
|
|
|
215
214
|
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
216
215
|
|
|
216
|
+
### ๐๏ธ Updates
|
|
217
|
+
|
|
218
|
+
#### NPX
|
|
219
|
+
|
|
220
|
+
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.
|
|
221
|
+
|
|
222
|
+
#### NPM
|
|
223
|
+
|
|
224
|
+
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`.
|
|
225
|
+
|
|
226
|
+
#### Docker
|
|
227
|
+
|
|
228
|
+
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).
|
|
229
|
+
|
|
230
|
+
#### VS Code
|
|
231
|
+
|
|
232
|
+
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.
|
|
233
|
+
|
|
217
234
|
## ๐งช Test the Azure MCP Server
|
|
218
235
|
|
|
219
236
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
@@ -227,7 +244,7 @@ You can easily configure your MCP client to use the Azure MCP Server. Have your
|
|
|
227
244
|
|
|
228
245
|
### Using standard IO
|
|
229
246
|
|
|
230
|
-
Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using
|
|
247
|
+
Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [One-Click Install](#-one-click-install) or [Manual Install](#-manual-install).
|
|
231
248
|
|
|
232
249
|
### Using SSE
|
|
233
250
|
|
|
@@ -301,5 +318,5 @@ This project has adopted the
|
|
|
301
318
|
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
302
319
|
For more information, see the
|
|
303
320
|
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
|
304
|
-
or contact [
|
|
321
|
+
or contact [open@microsoft.com](mailto:open@microsoft.com)
|
|
305
322
|
with any additional questions or comments.
|
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.0
|
|
10
|
+
"azmcp/0.1.0": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.Core": "1.45.0",
|
|
13
13
|
"Azure.Data.AppConfiguration": "1.6.0",
|
|
@@ -2956,7 +2956,7 @@
|
|
|
2956
2956
|
}
|
|
2957
2957
|
},
|
|
2958
2958
|
"libraries": {
|
|
2959
|
-
"azmcp/0.0
|
|
2959
|
+
"azmcp/0.1.0": {
|
|
2960
2960
|
"type": "project",
|
|
2961
2961
|
"serviceable": false,
|
|
2962
2962
|
"sha512": ""
|
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.0
|
|
3
|
+
"version": "0.1.0",
|
|
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",
|