UNPKG

@snahrup/notion-hero-image-mcp

Version:

AI-powered animated hero banner generator for Notion pages. Integrates DALL-E 3, Google Veo 3, Cloudinary CDN, and Notion API.

30 lines 744 B
declare const _default: { definition: { name: string; description: string; inputSchema: { type: string; properties: { page_id: { type: string; description: string; }; cover_url: { type: string; description: string; }; }; required: string[]; }; }; handler: { 'tools/call': (request: any) => Promise<{ content: { type: string; text: string; }[]; } | null>; }; }; export default _default; //# sourceMappingURL=set-notion-cover.d.ts.map