Skip to content

Commit 9393636

Browse files
committed
fix
1 parent 8db9d06 commit 9393636

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quickstart.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@ When you ask a question:
10401040
<AccordionGroup>
10411041
<Accordion title="Claude for Desktop Integration Issues">
10421042
**Getting logs from Claude for Desktop**
1043+
10431044
Claude.app logging related to MCP is written to log files in `~/Library/Logs/Claude`:
10441045

10451046
- `mcp.log` will contain general logging about MCP connections and connection failures.
@@ -1052,6 +1053,7 @@ tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
10521053
```
10531054

10541055
**Server not showing up in Claude**
1056+
10551057
1. Check your `desktop_config.json` file syntax
10561058
2. Make sure the path to your project is absolute and not relative
10571059
3. Restart Claude for Desktop completely
@@ -1063,6 +1065,10 @@ If Claude attempts to use the tools but they fail:
10631065
1. Check Claude's logs for errors
10641066
2. Verify your server builds and runs without errors
10651067
3. Try restarting Claude for Desktop
1068+
1069+
**None of this is working. What do I do?**
1070+
1071+
Please refer to our [debugging guide](/docs/tools/debugging) for better debugging tools and more detailed guidance.
10661072
</Accordion>
10671073
<Accordion title="Weather API Issues">
10681074
**Error: Failed to retrieve grid point data**

0 commit comments

Comments
 (0)