Skip to content

Commit 60706aa

Browse files
authored
Update quickstart.mdx
I think the correct log path is ~/Library/Logs/Claude/mcp.log, unless we are planning to change that. @jspahrsummers knows more.
1 parent e8ff2c2 commit 60706aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Each client may implement MCP features differently or support different capabili
309309
<Accordion title="Database connection errors?">
310310
1. Check Claude Desktop's logs:
311311
```bash
312-
tail -f ~/Claude.log
312+
tail -f ~/Library/Logs/Claude/mcp.log
313313
```
314314
315315
2. Verify database access:
@@ -335,4 +335,4 @@ Each client may implement MCP features differently or support different capabili
335335
<Card title="Explore examples" icon="github" href="https://github.com/modelcontextprotocol/servers">
336336
Browse our collection of example servers to see what's possible.
337337
</Card>
338-
</CardGroup>
338+
</CardGroup>

0 commit comments

Comments
 (0)