whatsapp-mcp / transport/http / StartHttpOptions
Interface: StartHttpOptions
Defined in: src/transport/http.ts:26
Configuration for startHttpServer. Mostly used by tests for ephemeral ports.
Properties
bind?
readonly optional bind?: string;Defined in: src/transport/http.ts:28
port?
readonly optional port?: number;Defined in: src/transport/http.ts:27