Skip to content

Commit 1a16f15

Browse files
sntaooTest
andauthored
docs: add Qoder CLI to the MCP client configuration section in the README. (#552)
This PR adds [Qoder CLI](https://qoder.com/cli) to the MCP client configuration section in the README. The Qoder CLI section: Follows the same format as other MCP clients Is placed in alphabetical order (between Qoder and Visual Studio) Includes a link to the Qoder CLI [documentation](https://docs.qoder.com/cli/using-cli#mcp-servsers) Provides the command to add the Chrome DevTools MCP server using `qodercli mcp add` --------- Co-authored-by: Test <shaonengtao.snt@alibaba-inc.com>
1 parent 05cf8cb commit 1a16f15

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,25 @@ 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+
260+
</details>
261+
243262
<details>
244263
<summary>Visual Studio</summary>
245264

0 commit comments

Comments
 (0)