SpectraRust/.mcp.json.backup
fmq 4932a87fc1 chore: 添加.gitattributes规范行尾符处理
- 设置text=auto自动检测文本文件
- 为常见源代码文件指定LF行尾符
- 解决Windows/WSL环境切换时的行尾符差异问题
2026-06-06 15:27:47 +08:00

14 lines
217 B
Plaintext

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