You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 VS Code, follow instructions in [One-Click Install](#-one-click-install) or [Manual Install](#-manual-install).
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 [opencode@microsoft.com](mailto:opencode@microsoft.com)
321
+
or contact [open@microsoft.com](mailto:open@microsoft.com)
0 commit comments