Skip to content

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

Open
haroldfabla2-hue wants to merge 1 commit intomodelcontextprotocol:mainfrom
haroldfabla2-hue:fix/windows-npx-cmd-wrapper
Open

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

Conversation

@haroldfabla2-hue
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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

1 participant