linXiv frontend (TS/JS)
    Preparing search index...

    Interface MpcClientStatus

    interface MpcClientStatus {
        available: boolean;
        config_error: boolean;
        id: string;
        installed: boolean;
        name: string;
        stale: boolean;
    }
    Index
    available: boolean
    config_error: boolean

    Config file exists but isn't parseable JSON, so installed/stale are reported false. Needs repair — not the same as "not installed".

    id: string
    installed: boolean
    name: string
    stale: boolean

    Registered command no longer exists on disk (old install); needs a reinstall.