Final_Assignment_Template / opencode.jsonc
yc1838
feat: improve agent precision and formatting rules
87e87cc
Raw
History Blame Contribute Delete
219 Bytes
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codegraph": {
"type": "local",
"command": [
"codegraph",
"serve",
"--mcp"
],
"enabled": true
}
}
}