Expected Behavior
It should install the MCP servers and then continue to function normally.
Actual Behavior
After installing an mcp server, like:
command-code mcp add context7 -- npx -y @upstash/context7-mcp
at every restart of command-code we have a critical uncaught expection
Command Code Version
0.25.7
Operating System
Windows
Terminal/IDE
No response
Shell
Powershell
Additional context
I hypothesize that this issue arises because Windows' cmd command launches a terminal instance instead of directly processing the command.
Using cmd mcp add context7 -- npx -y @upstash/context7-mcp on WSL does not lead to this behavior.
Expected Behavior
It should install the MCP servers and then continue to function normally.
Actual Behavior
After installing an mcp server, like:
command-code mcp add context7 -- npx -y @upstash/context7-mcpat every restart of command-code we have a critical uncaught expection
Command Code Version
0.25.7
Operating System
Windows
Terminal/IDE
No response
Shell
Powershell
Additional context
I hypothesize that this issue arises because Windows'
cmdcommand launches a terminal instance instead of directly processing the command.Using
cmd mcp add context7 -- npx -y @upstash/context7-mcpon WSL does not lead to this behavior.