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

    Function startHttpServer

    • Creates and starts a plain HTTP server.

      Resolves after the server is listening and ready to accept connections.

      Parameters

      • app: Application

        Configured Express application

      • options: HttpServerOptions = {}

        Server configuration (defaults to environment variables)

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

      Running HTTP server instance