We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237da5a commit 236085bCopy full SHA for 236085b
.vscode/mcp.json
@@ -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
@@ -5,5 +5,7 @@
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"prettier.enable": true,
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
+
+ "chat.mcp.gallery.enabled": true
11
}
0 commit comments