Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:09 +08:00
commit 2871473096
4 changed files with 67 additions and 0 deletions

8
.mcp.json Normal file
View File

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