Skip to Content

whatsapp-mcp


whatsapp-mcp / transport/stdio / runStdio

Function: runStdio()

function runStdio(): Promise<void>;

Defined in: src/transport/stdio.ts:22 

Boot the MCP server on stdio. Resolves when the transport closes (e.g. parent process exits), so callers should await this to keep the process alive.

Returns

Promise<void>