MCP TypeScript SDK (V2)
    Preparing search index...

    Configuration options for SSEServerTransport.

    Use StreamableHTTPServerTransport instead.

    interface SSEServerTransportOptions {
        allowedHosts?: string[];
        allowedOrigins?: string[];
        enableDnsRebindingProtection?: boolean;
    }
    Index

    Properties

    allowedHosts?: string[]

    Use the host-header-validation middleware from @modelcontextprotocol/express instead.

    allowedOrigins?: string[]

    Use the host-header-validation middleware from @modelcontextprotocol/express instead.

    enableDnsRebindingProtection?: boolean

    Use the host-header-validation middleware from @modelcontextprotocol/express instead.