Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit a9b5cda

Browse files
Update readme instruction to use node 22
1 parent f81328d commit a9b5cda

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
### Bugs Fixed
1111

1212
### Other Changes
13+
- Updated README.md to reflect bump to Node.js version `>=22.0.0`
1314

1415
## 0.4.0 (2025-07-15)
1516

@@ -34,6 +35,7 @@
3435
- Improved install reliability and error handling when missing platform packages on Ubuntu. [[#394](https://github.com/Azure/azure-mcp/pull/394)]
3536

3637
### Other Changes
38+
- Updated `engines.node` in `package.json` to require Node.js version `>=22.0.0`.
3739

3840
#### Dependency Updates
3941

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
1010
* [💫 Stable release](https://code.visualstudio.com/download)
1111
* [🔮 Insiders release](https://code.visualstudio.com/insiders)
1212
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-
1. Install [Node.js](https://nodejs.org/en/download) 20 or later
13+
1. Install [Node.js](https://nodejs.org/en/download) 22 or later
1414
* Ensure `npx` is your path
1515
1. Install any of the available Azure MCP Servers from the table below.
1616
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)

0 commit comments

Comments
 (0)