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

Commit ac5248b

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

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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

@@ -33,7 +34,8 @@
3334
- Added a post-install script to ensure platform-specific versions like `@azure/mcp-${platform}-${arch}` can be resolved. Otherwise, fail install to prevent npx caching of `@azure/mcp`. [[#597](https://github.com/Azure/azure-mcp/pull/597)]
3435
- Improved install reliability and error handling when missing platform packages on Ubuntu. [[#394](https://github.com/Azure/azure-mcp/pull/394)]
3536

36-
### Other Changes
37+
### 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)