From a7b94d366050ad934209fd73ab87cce6e95c3c75 Mon Sep 17 00:00:00 2001 From: Test Date: Fri, 14 Nov 2025 11:18:34 +0800 Subject: [PATCH 1/2] docs: add instructions for Qoder CLI --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 63e93d4d5..1ec72a822 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,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 56dbe4e8bdde5ae1effb49727340e2e160ab156b Mon Sep 17 00:00:00 2001 From: Test Date: Tue, 25 Nov 2025 14:36:03 +0800 Subject: [PATCH 2/2] 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 1ec72a822..54f085d3c 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ Alternatively, follow the guide): +Install the Chrome DevTools MCP server using the Qoder CLI (guide): **Project wide:** @@ -256,6 +256,7 @@ qodercli mcp add chrome-devtools -- npx chrome-devtools-mcp@latest ```bash qodercli mcp add -s user chrome-devtools -- npx chrome-devtools-mcp@latest ``` +