WHAT_TO_CHECK.mdā¢1.15 kB
# What to Check in Cursor Developer Console
## The Errors You Showed
The errors you pasted are **NOT MCP-related**:
- `OTLPExporterError` = Telemetry/tracing errors (can be ignored)
- `ToolCallEventService` = Just a warning about tracking
- `Large diff detected` = File diff warning
## What We NEED to Find
In Cursor Developer Console, search for (Ctrl+F):
### 1. MCP Server Errors
- `code-intelligence`
- `mcp_intelligence_server`
- `mcp_intelligence_server.py`
- `MCP server`
- `Failed to start`
### 2. Python Errors
- `python.exe`
- `Cannot find`
- `ModuleNotFoundError`
- `ImportError`
- `FileNotFoundError`
### 3. Path Errors
- `C:\AIStack-MCP`
- `workspace`
- `Path not found`
### 4. Process Errors
- `spawn`
- `ENOENT`
- `process failed`
## How to Search
1. Open Developer Console (Ctrl+Shift+I)
2. Go to **Console** tab
3. Press **Ctrl+F** to search
4. Type each term above one at a time
5. Look for **red error messages**
## What to Copy
Copy any errors that mention:
- `code-intelligence`
- `mcp_intelligence_server`
- `python`
- `MCP`
- Any red error messages
The telemetry errors you showed are normal and can be ignored.