From eded1ae82ab63f22f2b37e65988e8fcf2bd17c0a Mon Sep 17 00:00:00 2001 From: Test Date: Fri, 14 Nov 2025 11:18:34 +0800 Subject: [PATCH 1/3] docs: add instructions for Qoder CLI --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 3de17ff7..62b8b885 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,24 @@ 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 From 3fc6c82aad3f659c8de293e09e24fce722a396db Mon Sep 17 00:00:00 2001 From: Test Date: Fri, 14 Nov 2025 11:18:34 +0800 Subject: [PATCH 2/3] docs: add instructions for Qoder CLI --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 3de17ff7..62b8b885 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,24 @@ 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 From 6fc77c29f3b799d16f367a0c9ce91286ed6cb798 Mon Sep 17 00:00:00 2001 From: Test Date: Tue, 25 Nov 2025 14:36:03 +0800 Subject: [PATCH 3/3] fix: npm run format to fix format issues --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b8b885..b6d1c620 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Alternatively, follow the guide): +Install the Chrome DevTools MCP server using the Qoder CLI (guide): **Project wide:** @@ -230,6 +230,7 @@ qodercli mcp add chrome-devtools -- npx chrome-devtools-mcp@latest ```bash qodercli mcp add -s user chrome-devtools -- npx chrome-devtools-mcp@latest ``` +