@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.
59 lines • 1.71 kB
TypeScript
declare const _default: {
definition: {
name: string;
description: string;
inputSchema: {
type: string;
properties: {
image_url: {
type: string;
description: string;
};
title: {
type: string;
description: string;
};
scene_description: {
type: string;
description: string;
};
animation_beats: {
type: string;
description: string;
items: {
type: string;
properties: {
timeRange: {
type: string;
};
description: {
type: string;
};
};
};
};
style_tags: {
type: string;
description: string;
};
duration: {
type: string;
description: string;
default: number;
maximum: number;
};
};
required: string[];
};
};
handler: {
'tools/call': (request: any) => Promise<{
content: {
type: string;
text: string;
}[];
} | null>;
};
};
export default _default;
//# sourceMappingURL=generate-video.d.ts.map