singleloginsystem/opencode.json
2026-05-06 12:58:53 +00:00

15 lines
359 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laravel-boost": {
"type": "local",
"enabled": true,
"command": [
"wsl.exe",
"/usr/bin/php8.5",
"/home/krbfx/sentientgeeks_admin_sso/artisan",
"boost:mcp"
]
}
}
}