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
17 lines • 758 B
TypeScript
/**
* SmartLead MCP Server - Webhooks Tools
*
* MCP tools for webhook management API endpoints.
* Provides tools for managing webhooks, events, and webhook analytics.
*
* @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';
/**
* Register webhook management tools with the MCP server
*/
export declare function registerWebhookTools(server: McpServer, client: SmartLeadClient, formatSuccessResponse: (message: string, data?: unknown, summary?: string) => MCPToolResponse, handleError: (error: unknown) => MCPToolResponse): void;
//# sourceMappingURL=webhooks.d.ts.map