-
Notifications
You must be signed in to change notification settings - Fork 887
Fixing Windows, using npx command #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@laopo001 In Claude Desktop, we fix this via spawn-rx which does similar Windows-specific fixups but it might be nice to have this work for other MCP clients |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this seems useful!
Can you please share the sorts of tests that you ran to verify this works? Even better would be if it's possible to write some automated tests for this somehow. 🙏
Is this fixing this kind of issue? For some reason, on my Windows machine, StdioClientTransport can't seem to find npx anywhere in PATH
|
I added a test for this pr in #198 Can someone go there to have a review? |
What else do I need to do? |
@laopo001 Please see my comment above. |
Superseded by #198. |
…ashwin-ant-patch-1 link to MCP docs site in readme
Motivation and Context
Fixing Windows, using npx command
How Has This Been Tested?
Yes, I have tested this modification on Windows.
cross-spawn is a very general library, resolve various issues that Node encounters when using spawn on Windows.
Breaking Changes
No
Types of changes
Checklist
Additional context
No