````markdown
# Debugging with Model Context Protocol Inspector
To debug your MCP project using the inspector tool, run the following command:
```bash
npx @modelcontextprotocol/inspector \
uv \
--directory ~/project/mcp-claude-code \
run \
claudecode \
--allow-path \
{path}
```
````