@koduhai/mcp-kit
    Preparing search index...

    Interface DiscoverOptions

    interface DiscoverOptions {
        fetch?: (
            input: string | URL | Request,
            init?: RequestInit,
        ) => Promise<Response>;
        timeoutMs?: number;
    }
    Index

    Properties

    Properties

    fetch?: (input: string | URL | Request, init?: RequestInit) => Promise<Response>

    Injectable for tests.

    timeoutMs?: number

    Timeout (ms) per discovery request. Default 10000. Pass 0 to disable.