Skip to content

docs(filesystem): add Windows npx cmd /c wrapper note - #3473

Closed
haroldfabla2-hue wants to merge 1 commit into
modelcontextprotocol:mainfrom
haroldfabla2-hue:fix/windows-npx-cmd-wrapper
Closed

docs(filesystem): add Windows npx cmd /c wrapper note#3473
haroldfabla2-hue wants to merge 1 commit into
modelcontextprotocol:mainfrom
haroldfabla2-hue:fix/windows-npx-cmd-wrapper

Conversation

@haroldfabla2-hue

Copy link
Copy Markdown

On Windows, npx is installed as npx.cmd which cannot be executed directly by Node.js child_process.spawn(). This adds a note with the cmd /c wrapper configuration for Windows users.

Fixes #3460

On Windows, npx is installed as npx.cmd which cannot be executed
directly by Node.js child_process.spawn(). This adds a note with
the cmd /c wrapper configuration for Windows users.

Fixes modelcontextprotocol#3460
@cliffhall cliffhall added the duplicate This issue or pull request already exists label Apr 18, 2026
@cliffhall cliffhall closed this Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: npx-based server configs fail on Windows without cmd /c wrapper

2 participants