mcp-use TypeScript API
    Preparing search index...

    Interface FetchLikeHandler

    Web-standard fetch face accepted by toNodeHandler.

    interface FetchLikeHandler {
        fetch: (
            request: Request,
            options?: McpHandlerRequestOptions,
        ) => Promise<Response>;
    }
    Index
    fetch: (
        request: Request,
        options?: McpHandlerRequestOptions,
    ) => Promise<Response>

    Handles a converted Web-standard request.