UNPKG

smartlead-mcp-server

Version:

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

5 lines (4 loc) 222 B
import { CategoryTool } from '../types/common.js'; export declare const ADD_CLIENT_TOOL: CategoryTool; export declare const FETCH_ALL_CLIENTS_TOOL: CategoryTool; export declare const clientManagementTools: CategoryTool[];