MCP Server Framework - v1.0.0
    Preparing search index...

    Interface HttpTransportStartOptions

    Options for starting the HTTP transport.

    Accepts the narrowed discriminated union member directly.

    interface HttpTransportStartOptions {
        transport: HttpTransportOptions | HttpsTransportOptions;
    }
    Index

    Properties

    Properties

    The HTTP or HTTPS transport configuration from the discriminated union