Skip to content

Commit 236085b

Browse files
committed
add Next.js mcp server
1 parent 237da5a commit 236085b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.vscode/mcp.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"servers": {
3+
"io.github.vercel/next-devtools-mcp": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": ["-y", "next-devtools-mcp@latest"]
7+
}
8+
},
9+
"inputs": []
10+
}

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"files.insertFinalNewline": true,
66
"files.trimFinalNewlines": true,
77
"prettier.enable": true,
8-
"typescript.tsdk": "node_modules/typescript/lib"
8+
"typescript.tsdk": "node_modules/typescript/lib",
9+
10+
"chat.mcp.gallery.enabled": true
911
}

0 commit comments

Comments
 (0)