# 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:

1. Navigate to your npm cache directory:
   * On macOS/Linux: `~/.npm/_npx/`
   * On Windows: `%USERPROFILE%\.npm\_npx\`
2. Delete all folders under the `_npx` directory
3. Retry the MCP client startup


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mobb.ai/mobb-user-docs/getting-started/mobb-vibe-shield-mvs/troubleshooting-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
