spotube/.opencode/opencode.jsonc

16 lines
286 B
Plaintext

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"compose-hot-reload": {
"enabled": true,
"type": "local",
"command": [
"./gradlew",
"--no-daemon",
"--quiet",
"--console=plain",
"hotMcpServer"
]
}
}
}