UNPKG

@aegntic/dailydoco-mcp-server

Version:

DailyDoco Pro MCP Server - Claude integration for automated documentation with AI test audiences, personal brand learning, and intelligent video compilation

10 lines 317 B
/** * Simple logger utility for MCP server */ export declare const logger: { info: (message: string, data?: any) => void; error: (message: string, error?: any) => void; warn: (message: string, data?: any) => void; debug: (message: string, data?: any) => void; }; //# sourceMappingURL=logger.d.ts.map