Skip to content

Commit 8fe8271

Browse files
authored
Merge pull request modelcontextprotocol#57 from sdairs/patch-1
update log dir
2 parents 79ec3ca + a561e7b commit 8fe8271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/first-server/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ npm run build
565565
Look for detailed error messages in the Claude Desktop logs:
566566
```bash
567567
# Monitor logs
568-
tail -n 20 -f ~/Library/Application\ Support/Claude/mcp*.log
568+
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
569569
```
570570

571571
### Type errors

0 commit comments

Comments
 (0)