UNPKG

cakemail-mcp-server

Version:

Enterprise MCP server for Cakemail API integration with Claude AI - includes comprehensive template management, list management, sub-account management, BEEeditor visual email design, and advanced analytics

17 lines 381 B
import { CakemailAPI } from '../../cakemail-api.js'; /** * Debug reports API access */ export declare function handleDebugReportsAccess(args: any, api: CakemailAPI): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; }>; //# sourceMappingURL=debug.d.ts.map