Skip to content

Commit a79f86b

Browse files
Merge pull request modelcontextprotocol#24 from modelcontextprotocol/justin/fix-logs-path
Fix path to logs file
2 parents 5031f8f + 509cd07 commit a79f86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Review detailed MCP logs from Claude Desktop:
4747

4848
```bash
4949
# Follow logs in real-time
50-
tail -n 20 -f ~/Logs/Claude/mcp*.log
50+
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
5151
```
5252

5353
The logs capture:

0 commit comments

Comments
 (0)