SpectraRust/.mcp.json
2026-06-06 14:24:50 +08:00

14 lines
217 B
JSON

{
"mcpServers": {
"codegraph": {
"type": "stdio",
"command": "node",
"args": [
"/home/fmq/program/codegraph/dist/bin/codegraph.js",
"serve",
"--mcp"
]
}
}
}