-
Notifications
You must be signed in to change notification settings - Fork 68
v0.2.0 "Waiting for server to respond to initialize
request..."
#20
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
Comments
Thanks for reporting @nsvrana. I tried to reproduce on macOS using both Can you share the JSON config you are using (omitting your PAT)? Thanks! |
I also tried running it in MCP Inspector and it initially connects but when I go to list tools, I get the following:
|
Since you mentioned you are using WSL on Windows, could you try using the "Windows (WSL)" config described in these docs: And let me know if that fixes anything? |
That did not work, I receive I did just test running this in Windows itself by spawning the MCP Inspector inside of Powershell, then running the command, and it works fine. It appears to be something about the WSL environment (or maybe my specific WSL environment) that is causing it to fail. |
I fixed it, although I'm not sure how you can fix it more broadly. I cloned the repo, and when I tried to build it, I received the following error:
I searched for node-gyp builds fail on WSL and found my way to this issue: nodejs/node-gyp#1207 So I ran |
Also getting this on Mac using github copilot in VSCode. 2025-04-04 13:10:11.443 [info] Connection state: Starting |
@c4mz did the server work for you pre-0.2.0 and only start failing at 0.2.0 too? If not let's open a new issue so that we can track these separately (please include your Node version too as I've noticed some folks have had issues with older versions). |
@nsvrana Ah yup, prefixing the command with I'd like to understand what the underlying issue was for you so that this doesn't reoccur for others. To confirm, you never got |
Using node 23.10.0 This is my first time using the mcp so didn't use it before latest. |
After several attempts, I managed to resolve the issue by following these steps:
Environment
|
@gregnr - I uninstalled the package that I built from source and deleted the NPX cache, then re-ran and it still worked. It seems |
Ok confirmed that @nsvrana command above resolved my issue. Windsurf now reports the server green with 22 tools available. 🙌
![]() |
same error |
Same error on Macos + vscode copilot MCP servers
|
Bug report
Describe the bug
Starting recently released version 0.2.0 causes it to timeout connecting:
2025-04-03 14:25:58.870 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:03.873 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:08.868 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:13.864 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:18.863 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:23.862 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:28.873 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:33.865 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:38.868 [info] Waiting for server to respond to
initialize
request...2025-04-03 14:26:39.236 [info] Connection state: Error Process exited with code 1
Testing with 0.1.0 in the same environment works fine.
System information
The text was updated successfully, but these errors were encountered: