#!/usr/bin/env node
/**
 * SmartLead MCP Server - Main Entry Point
 *
 * Handles both MCP server mode and interactive installer mode
 *
 * Usage:
 *   npx smartlead-mcp-by-leadmagic          # Start MCP server
 *   npx smartlead-mcp-by-leadmagic install  # Start installer
 *
 * @author LeadMagic Team
 * @version 1.6.1
 */
export {};
//# sourceMappingURL=index.d.ts.map