Spaces:
Sleeping
Sleeping
File size: 219 Bytes
87e87cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codegraph": {
"type": "local",
"command": [
"codegraph",
"serve",
"--mcp"
],
"enabled": true
}
}
}
|