diff --git a/README.md b/README.md index 63e93d4d..54f085d3 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,25 @@ Alternatively, follow the guide): + +**Project wide:** + +```bash +qodercli mcp add chrome-devtools -- npx chrome-devtools-mcp@latest +``` + +**Globally:** + +```bash +qodercli mcp add -s user chrome-devtools -- npx chrome-devtools-mcp@latest +``` + + +
Visual Studio