{
    "$schema": "https://opencode.ai/config.json",
    "mcp": {
        "laravel-boost": {
            "type": "local",
            "enabled": true,
            "command": [
                "docker",
                "compose",
                "exec",
                "-i",
                "webapp",
                "php",
                "artisan",
                "boost:mcp"
            ]
        }
    }
}
