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

    Interface SetupHttpTransportResult

    interface SetupHttpTransportResult {
        close: () => Promise<void>;
        httpServer: Server;
    }
    Index

    Properties

    Properties

    close: () => Promise<void>
    httpServer: Server