mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-01-23 23:53:17 +00:00
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"laravel-boost": {
|
|
"type": "local",
|
|
"enabled": true,
|
|
"command": [
|
|
"vendor/bin/sail",
|
|
"artisan",
|
|
"boost:mcp"
|
|
]
|
|
}
|
|
}
|
|
} |