Skip to content

fix: add shell:true for Windows compatibility in all-scenarios.test#82

Merged
pcarleton merged 2 commits into
modelcontextprotocol:mainfrom
olaservo:fix-windows-spawn
Jan 5, 2026
Merged

fix: add shell:true for Windows compatibility in all-scenarios.test#82
pcarleton merged 2 commits into
modelcontextprotocol:mainfrom
olaservo:fix-windows-spawn

Conversation

@olaservo

Copy link
Copy Markdown
Member

spawn('npx', ...) fails on Windows because npx is actually npx.cmd. Adding shell: true only on Windows fixes this while preserving Unix signal handling behavior.

🦉 Generated with Claude Code

spawn('npx', ...) fails on Windows because npx is actually npx.cmd.
Adding shell: true only on Windows fixes this while preserving
Unix signal handling behavior.

🦉 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pkg-pr-new

pkg-pr-new Bot commented Dec 30, 2025

Copy link
Copy Markdown

Open in StackBlitz

npx https://pkg.pr.new/modelcontextprotocol/conformance/@modelcontextprotocol/conformance@82

commit: c0ec50f

@pcarleton pcarleton enabled auto-merge (squash) January 5, 2026 11:53
@pcarleton pcarleton merged commit 5f1bedd into modelcontextprotocol:main Jan 5, 2026
4 checks passed
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.

2 participants