This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Update docs to use node 20#628
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates documentation to reflect the Node.js version requirement bump from 20 to 22. This change ensures users are aware of the updated runtime requirement for the Azure MCP Server.
- Updated README.md installation instructions to specify Node.js 22 or later
- Added changelog entry documenting the Node.js version requirement change
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updated installation instruction to specify Node.js 22 instead of 20 |
| CHANGELOG.md | Added entry documenting the Node.js version bump and mentions package.json engine update |
ac5248b to
a9b5cda
Compare
d419116 to
afa1997
Compare
joshfree
reviewed
Jul 16, 2025
joshfree
left a comment
Member
There was a problem hiding this comment.
There's an "npx 20" reference in our readme with a grammatical error, could you fix that at the same time and do a grep for NPX too to double check there's no wrong NPX version references too
afa1997 to
9f25a10
Compare
Member
Author
I have fixed the error. |
jongio
reviewed
Jul 17, 2025
9f25a10 to
4cbdc64
Compare
KarishmaGhiya
approved these changes
Jul 17, 2025
Member
Author
|
/check-enforcer override |
srnagar
pushed a commit
to srnagar/azure-mcp
that referenced
this pull request
Jul 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Change @azure/mcp node version to >=20.0, to align with JS Azure SDK.
GitHub issue number?