coolify/opencode.json

14 lines
284 B
JSON
Raw Permalink Normal View History

2026-02-09 09:52:15 +00:00
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laravel-boost": {
"type": "local",
"enabled": true,
"command": [
"php",
"artisan",
"boost:mcp"
]
}
}
}