chore: update MCP configuration before Next.js 16 upgrade

This commit is contained in:
Leon van Zyl
2025-11-16 08:52:01 +02:00
parent 4b70e6ba33
commit 0ddfc09cbb

View File

@@ -16,6 +16,10 @@
"headers": { "headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY" "CONTEXT7_API_KEY": "YOUR_API_KEY"
} }
},
"next-devtools": {
"command": "cmd",
"args": ["/c", "npx", "-y", "next-devtools-mcp@latest"]
} }
} }
} }