From f0a08e3862664b765874e05653f8791ea97f90ad Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Tue, 17 Feb 2026 13:24:22 +0100 Subject: [PATCH 1/2] docs: Add a note about previously installed server installations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56caf311a..9b5aafcc1 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest ``` **Install as a Plugin (MCP + Skills)** +> [!NOTE] +> If you already had Chrome DevTools MCP installed previously for Claude Code, make sure to remove it first from your installation and configuration files. To install Chrome DevTools MCP with skills, add the marketplace registry in Claude Code: From 4bb6f94db53be1fed7933ff4b4c7c3b872f4e961 Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Tue, 17 Feb 2026 13:37:17 +0100 Subject: [PATCH 2/2] Ran formatter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b5aafcc1..e1313ae45 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest ``` **Install as a Plugin (MCP + Skills)** + > [!NOTE] > If you already had Chrome DevTools MCP installed previously for Claude Code, make sure to remove it first from your installation and configuration files.