whatsapp-mcp / transport/http / buildHttpApp
Function: buildHttpApp()
function buildHttpApp(): Express;Defined in: src/transport/http.ts:44
Build the Express app without binding it to a port. Exposed so tests can
mount it on supertest directly without paying the cost of opening a
socket.
Returns
Express