This commit is contained in:
2026-01-28 02:31:48 +03:00
commit 73c2a2a2e7
169 changed files with 23881 additions and 0 deletions

12
.mcp.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"DeepGraph Next.js MCP": {
"command": "npx",
"args": [
"-y",
"mcp-code-graph@latest",
"vercel/next.js"
]
}
}
}