@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface CreateAdtLsOptions

    interface CreateAdtLsOptions {
        adtLs?: { extraArgs?: string[]; path?: string };
        auth?: LogonStrategy;
        connection?: ConnectionOptions;
        destinationId?: string;
        keepAlive?: boolean;
        mcpPort?: number;
    }
    Index

    Properties

    adtLs?: { extraArgs?: string[]; path?: string }

    Explicit adt-ls binary path; otherwise discovered (sapse.adt-vscode / vendor / env). extraArgs are prepended to the adt-ls launch (e.g. SNC/JCo JVM flags, -consoleLog).

    Logon strategy. Omit (with connection) for foundation mode.

    connection?: ConnectionOptions

    Backend connection. Omit (with auth) for foundation mode (adt-ls up, no destination).

    destinationId?: string

    adt-ls destination id (callers don't usually need to set this). Default 'ADTLS'.

    keepAlive?: boolean

    Enable the activity-gated keep-alive heartbeat. Default true.

    mcpPort?: number

    Port for adt-ls's own MCP server. Default 2240 (with bind-fallback).