Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface MountedNativeMcpServer

    interface MountedNativeMcpServer {
        catalog: NativeMcpCatalog;
        toolNames: readonly string[];
        close(): Promise<void>;
    }
    Index
    toolNames: readonly string[]