We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ff2c2 commit 60706aaCopy full SHA for 60706aa
quickstart.mdx
@@ -309,7 +309,7 @@ Each client may implement MCP features differently or support different capabili
309
<Accordion title="Database connection errors?">
310
1. Check Claude Desktop's logs:
311
```bash
312
- tail -f ~/Claude.log
+ tail -f ~/Library/Logs/Claude/mcp.log
313
```
314
315
2. Verify database access:
@@ -335,4 +335,4 @@ Each client may implement MCP features differently or support different capabili
335
<Card title="Explore examples" icon="github" href="https://github.com/modelcontextprotocol/servers">
336
Browse our collection of example servers to see what's possible.
337
</Card>
338
-</CardGroup>
+</CardGroup>
0 commit comments