Skip to Content

whatsapp-mcp


whatsapp-mcp / transport/http / startHttpServer

Function: startHttpServer()

function startHttpServer(options?): Promise<HttpServerHandle>;

Defined in: src/transport/http.ts:102 

Bind the Express app to a TCP socket. Returns a handle whose close() resolves once the socket is fully drained.

Parameters

options?

StartHttpOptions = {}

Returns

Promise<HttpServerHandle>