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

    Interface HealthInfo

    interface HealthInfo {
        adtLsName?: string;
        adtLsVersion?: string;
        backendLive: boolean;
        connected: boolean;
        destination: string;
        mcpPort: number;
    }
    Index

    Properties

    adtLsName?: string
    adtLsVersion?: string
    backendLive: boolean
    connected: boolean
    destination: string
    mcpPort: number

    Port adt-ls's own MCP server bound (after any port-fallback).