Skip to content

Commit 558de7a

Browse files
Merge pull request modelcontextprotocol#111 from jamiew/debugging-create-dev-settings-file-if-needed
Debugging page: adjust one-liner to create developer_settings.json file if necessary
2 parents 6c610ba + 02016f2 commit 558de7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tools/debugging.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The logs capture:
6060

6161
Access Chrome's developer tools inside Claude Desktop to investigate client-side errors:
6262

63-
1. Enable DevTools:
63+
1. Create a `developer_settings.json` file with `allowDevTools` set to true:
64+
6465
```bash
65-
jq '.allowDevTools = true' ~/Library/Application\ Support/Claude/developer_settings.json > tmp.json \
66-
&& mv tmp.json ~/Library/Application\ Support/Claude/developer_settings.json
66+
echo '{"allowDevTools": true}' > ~/Library/Application\ Support/Claude/developer_settings.json
6767
```
6868

6969
2. Open DevTools: `Command-Option-Shift-i`

0 commit comments

Comments
 (0)