mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 13:21:02 +00:00
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"laravel-boost": {
|
|
"type": "local",
|
|
"enabled": true,
|
|
"command": [
|
|
"php",
|
|
"artisan",
|
|
"boost:mcp"
|
|
]
|
|
}
|
|
}
|
|
} |