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

Commit d419116

Browse files
Update documentation to use node 22
1 parent f81328d commit d419116

4 files changed

Lines changed: 5 additions & 3 deletions

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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you are contributing significant changes, or if the issue is already assigned
4444

4545
1. **VS Code**: Install either [stable](https://code.visualstudio.com/download) or [Insiders](https://code.visualstudio.com/insiders) release
4646
2. **GitHub Copilot**: Install [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) and [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extensions
47-
3. **Node.js**: Install [Node.js](https://nodejs.org/en/download) 20 or later (ensure `node` and `npm` are in your PATH)
47+
3. **Node.js**: Install [Node.js](https://nodejs.org/en/download) 22 or later (ensure `node` and `npm` are in your PATH)
4848
4. **PowerShell**: Install [PowerShell](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) 7.0 or later (required for build and test scripts)
4949

5050
### Project Structure

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)

TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ The Azure MCP wrapper automatically installs the correct platform-specific packa
462462
463463
5. **Verify Node.js and npm versions:**
464464
```bash
465-
node --version # Should be 18.0.0 or later
465+
node --version # Should be 22.0.0 or later
466466
npm --version
467467
```
468468

0 commit comments

Comments
 (0)