Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:23 +08:00
commit 21d3bb6b66
4 changed files with 69 additions and 0 deletions

9
.mcp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"mcpServers": {
"next-devtools": {
"type": "stdio",
"command": "npx",
"args": ["-y", "next-devtools-mcp@latest"]
}
}
}