Skip to content

Commit 3fc6c82

Browse files
TestOrKoN
authored andcommitted
docs: add instructions for Qoder CLI
1 parent 3921e8a commit 3fc6c82

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
@@ -214,6 +214,24 @@ Alternatively, follow the <a href="https://docs.qoder.com/user-guide/chat/model-
214214

215215
</details>
216216

217+
<details>
218+
<summary>Qoder CLI</summary>
219+
220+
Install the Chrome DevTools MCP server using the Qoder CLI (<a href="https://docs.qoder.com/cli/using-cli#mcp-servsers">guide</a>):
221+
222+
**Project wide:**
223+
224+
```bash
225+
qodercli mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
226+
```
227+
228+
**Globally:**
229+
230+
```bash
231+
qodercli mcp add -s user chrome-devtools -- npx chrome-devtools-mcp@latest
232+
```
233+
</details>
234+
217235
<details>
218236
<summary>Visual Studio</summary>
219237

0 commit comments

Comments
 (0)