Skip to content

Commit 8840ce3

Browse files
docs: add add-mcp install option (#122)
* docs: add add-mcp quick install option * Update README.md Co-authored-by: Felix Arntz <felix.arntz@vercel.com> * Update README.md Co-authored-by: Felix Arntz <felix.arntz@vercel.com> --------- Co-authored-by: Felix Arntz <felix.arntz@vercel.com>
1 parent c225c8f commit 8840ce3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@
1313
- [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.io/)
1414

1515

16+
### Install with add-mcp
17+
18+
Install the MCP server for all your coding agents:
19+
20+
```bash
21+
npx add-mcp next-devtools-mcp@latest
22+
```
23+
24+
Add `-y` to skip the confirmation prompt and install to all detected agents already in use in the project directory. Add `-g` to install globally across all projects.
25+
26+
27+
### Manual installation
28+
1629
Add the following config to your MCP client:
1730

1831
```json

0 commit comments

Comments
 (0)