Skip to content

Commit a7b94d3

Browse files
TestOrKoN
authored andcommitted
docs: add instructions for Qoder CLI
1 parent 05cf8cb commit a7b94d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,24 @@ Alternatively, follow the <a href="https://docs.qoder.com/user-guide/chat/model-
240240

241241
</details>
242242

243+
<details>
244+
<summary>Qoder CLI</summary>
245+
246+
Install the Chrome DevTools MCP server using the Qoder CLI (<a href="https://docs.qoder.com/cli/using-cli#mcp-servsers">guide</a>):
247+
248+
**Project wide:**
249+
250+
```bash
251+
qodercli mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
252+
```
253+
254+
**Globally:**
255+
256+
```bash
257+
qodercli mcp add -s user chrome-devtools -- npx chrome-devtools-mcp@latest
258+
```
259+
</details>
260+
243261
<details>
244262
<summary>Visual Studio</summary>
245263

0 commit comments

Comments
 (0)