#!/usr/bin/env node /** * MoltFlow MCP Server * * Provides Model Context Protocol (MCP) tools for interacting with the MoltFlow * WhatsApp Automation API. Enables AI assistants to manage WhatsApp sessions, * send messages, manage contacts, configure AI responses, and more. * * Environment Variables: * - MOLTFLOW_API_KEY (required): Your MoltFlow API key * - MOLTFLOW_API_URL (optional): Custom API base URL * - TRANSPORT (optional): 'stdio' (default) or 'http' * - PORT (optional): Port for HTTP transport (default: 3000) * * Usage: * MOLTFLOW_API_KEY=your_key node dist/index.js */ export {}; //# sourceMappingURL=index.d.ts.map