-
Notifications
You must be signed in to change notification settings - Fork 378
MCP Server test failed on Windows 10 #1185
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
MCP Servers Connection test failed
- Using test MCP from the box
{
"mcpServers" : {
"New MCP Server" : {
"command" : "npx.cmd",
"args" : [ "-y", "@modelcontextprotocol/server-everything" ]
}
}
}
- Press Test connection
- Get Connection test failed dialog with Error Details:
java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 30000ms in 'source(MonoCreate)' (and no fallback has been configured)
Relevant log output or stack trace
2026-02-18 19:20:11,448 [ 147668] INFO - #ee.carlrobert.codegpt.settings.mcp.McpClientManager - Client created, attempting to initialize connection...
2026-02-18 19:20:13,664 [ 149884] INFO - STDERR - [pool-12-thread-1] INFO io.modelcontextprotocol.client.transport.StdioClientTransport - STDERR Message received: ""node"" �� ���� ����७��� ��� ���譥�
2026-02-18 19:20:13,664 [ 149884] INFO - STDERR - [pool-12-thread-1] INFO io.modelcontextprotocol.client.transport.StdioClientTransport - STDERR Message received: ��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���.
2026-02-18 19:20:41,447 [ 177667] WARN - #ee.carlrobert.codegpt.settings.mcp.McpClientManager - Suppressed a frequent exception logged for the 2nd time: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 30000ms in 'source(MonoCreate)' (and no fallback has been configured)
2026-02-18 19:20:41,554 [ 177774] INFO - STDERR - [JobScheduler FJ pool 11/15] WARN io.modelcontextprotocol.client.transport.StdioClientTransport - Process terminated with code 1Steps to reproduce
My PATH has NodeJS path string.
I try NODE_HOME and NODE_EXE and some hand js fixes but nothing work.
Try with all 3.7.x versions
CodeGPT version
3.7.4
Operating System
Windows
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working