MCP TypeScript SDK
    Preparing search index...

    Interface RequestInfo

    Information about the incoming request.

    interface RequestInfo {
        headers: IsomorphicHeaders;
        url?: URL;
    }
    Index

    Properties

    Properties

    The headers of the request.

    url?: URL

    The full URL of the request.