mcp-use TypeScript API
    Preparing search index...

    Interface ToWebRequestOptions

    Options for toWebRequest.

    interface ToWebRequestOptions {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    Signal that aborts the constructed request.