15 lines
359 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |