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

    Function startHttpsServer

    • Creates and starts an HTTPS server with TLS.

      Reads TLS credentials from the filesystem at startup. Resolves after the server is listening and ready to accept connections. Certificate rotation requires server restart.

      Parameters

      • app: Application

        Configured Express application

      • options: HttpsServerOptions

        Server configuration with TLS options

      Returns Promise<Server<typeof IncomingMessage, typeof ServerResponse>>

      Running HTTPS server instance