UNPKG

smartlead-mcp-server

Version:

MCP server for Smartlead campaign management integration. Features include creating campaigns, updating campaign settings, and managing campaign sequences.

18 lines (17 loc) 565 B
export declare const enabledCategories: { campaignManagement: boolean; emailAccountManagement: boolean; leadManagement: boolean; campaignStatistics: boolean; smartDelivery: boolean; webhooks: boolean; clientManagement: boolean; smartSenders: boolean; }; export declare const enabledTools: Record<string, boolean>; export declare const featureFlags: { betaFeatures: boolean; extendedLogging: boolean; n8nIntegration: boolean; }; export declare function isToolEnabled(toolName: string, category: string): Promise<boolean>;