We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e252dd commit f52673bCopy full SHA for f52673b
README.md
@@ -91,10 +91,10 @@ Chrome DevTools MCP will not start the browser instance automatically using this
91
92
<details>
93
<summary>Claude Code</summary>
94
- Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://docs.anthropic.com/en/docs/claude-code/mcp">guide</a>):
+ Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://code.claude.com/docs/en/mcp">guide</a>):
95
96
```bash
97
-claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
+claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
98
```
99
100
</details>
0 commit comments