From 6871332ae4675380fc974d17e12cb46abea5e5e4 Mon Sep 17 00:00:00 2001 From: adam jones Date: Thu, 25 Dec 2025 23:08:54 +0000 Subject: [PATCH] docs: Update Claude Code instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b92f64b..20668aee7 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Chrome DevTools MCP will not start the browser instance automatically using this Use the Claude Code CLI to add the Chrome DevTools MCP server (guide): ```bash -claude mcp add chrome-devtools npx chrome-devtools-mcp@latest +claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest ```