whatsapp-mcp / tools/_registry / toolRegistry
Variable: toolRegistry
const toolRegistry: readonly ToolDefinition[];Defined in: src/tools/_registry.ts:81
The list of every tool the server knows about.
Remarks
Adding a tool = adding one line here and a sibling file under src/tools/.
The registry is intentionally a flat array (not a Map) so a duplicate-name
test can iterate and fail fast at startup before any client connects.