mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-09-20 14:44:00 +00:00
16 lines
286 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|
|
} |