@arc-mcp/adt-ls - v0.6.1
    Preparing search index...

    Interface LogonContext

    interface LogonContext {
        client?: string;
        insecure?: boolean;
    }
    Index

    Properties

    Properties

    client?: string

    The destination's SAP client; the headless strategies (basic, bearer, clientCert) append it as sap-client to a logon URL that lacks it.

    insecure?: boolean

    Skip TLS verification when our handler calls the proxy/backend (self-signed).