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

    Interface HttpsServerOptions

    HTTPS Server Configuration Options.

    interface HttpsServerOptions {
        bindHost?: string;
        port?: number;
        tls: TlsConfig;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    bindHost?: string

    Host to bind to (default: from MCP_BIND_HOST env or '127.0.0.1')

    port?: number

    Port to listen on (default: from MCP_PORT env or 8000)

    TLS certificate configuration