Troubleshooting Guide
Issue: MCP startup failed with "connection closed" error
Symptoms:
Mobb Vibe Shield (MCP) client fails to start with error:
MCP startup failed: handshaking with MCP server failed: connection closed: initialize response
Resolution:
This is typically caused by corrupted npm cache files in the npx directory. To resolve:
Navigate to your npm cache directory:
On macOS/Linux:
~/.npm/_npx/On Windows:
%USERPROFILE%\.npm\_npx\
Delete all folders under the
_npxdirectoryRetry the MCP client startup
Last updated
Was this helpful?