pathintegral-institute/mcpm.sh

[Bug]: Issue on some MCP clients, including Windsurf

Closed this issue · 3 comments

What happened?

Fails to connect on some MCP clients, including Windsurf
The other MCP clients where raycast and Jan AI

Image

What did you expect?

Was expecting to work properly

MCPM Version

2.6.0

OS

macOS

Logs

I noticed that he logs in cursor where showing some errors:

2025-07-28 18:09:48.610 [info] user-mcpm_time: Handling CreateClient action
2025-07-28 18:09:48.611 [info] user-mcpm_time: Starting new stdio process with command: mcpm run time
2025-07-28 18:09:49.208 [error] user-mcpm_time: Warning: Input is not a terminal (fd=0).

2025-07-28 18:09:49.653 [error] user-mcpm_time: [07/28/25 18:09:49] INFO     mcpm.commands.run: Starting server 'time' over     
                             stdio                                              

2025-07-28 18:09:49.657 [info] user-mcpm_time: Successfully connected to stdio server
2025-07-28 18:09:49.657 [info] user-mcpm_time: Storing stdio client

why the errors? Is it the cause for the initialisation failures?

same issue

Image Image Image

@BenLin77 @skullzz-x Hi after investigating this is probably a bug in client side, they didn't run mcp server in the right path (to be more accurate, the cwd param is not specified when initializing transport) . So unfortunately there is nothing we can do about it 🥹

Thanks to vibe-coding I found the solution 😆