@mcp-z/client
    Preparing search index...

    Interface CloseResult

    Result of closing the registry.

    interface CloseResult {
        killedCount: number;
        timedOut: boolean;
    }
    Index
    killedCount: number

    Number of processes that were force-killed

    timedOut: boolean

    Whether any process timed out during shutdown