{
    "$schema": "https://opencode.ai/config.json",
    "mcp": {
        "laravel-boost": {
            "type": "local",
            "enabled": true,
            "command": [
                "wsl.exe",
                "/home/mati/.config/herd-lite/bin/php",
                "/mnt/devel/md/product-db/artisan",
                "boost:mcp"
            ]
        }
    }
}