smartlead-mcp-by-leadmagic
Version:
💜 The Premier Model Context Protocol Server for SmartLead's Cold Email Automation Platform - Complete API coverage with 116+ tools for campaign management, lead tracking, smart delivery, and analytics. Beautiful purple-gradient installer, zero-config set
14 lines • 697 B
TypeScript
/**
* SmartLead MCP Server - Client Management Tools
*
* Tools for managing SmartLead clients including creation, API key management,
* and client configuration.
*
* @author LeadMagic Team
* @version 1.5.0
*/
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import type { SmartLeadClient } from '../client/index.js';
import type { MCPToolResponse } from '../types/config.js';
export declare function registerClientManagementTools(server: McpServer, client: SmartLeadClient, formatSuccessResponse: (message: string, data: any, summary?: string) => MCPToolResponse, handleError: (error: any) => MCPToolResponse): void;
//# sourceMappingURL=client-management.d.ts.map