@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.
31 lines • 815 B
TypeScript
declare const _default: {
definition: {
name: string;
description: string;
inputSchema: {
type: string;
properties: {
mp4_path: {
type: string;
description: string;
};
width: {
type: string;
description: string;
default: number;
};
fps: {
type: string;
description: string;
default: number;
};
};
required: string[];
};
};
handler: {
'tools/call': (request: any) => Promise<unknown>;
};
};
export default _default;
//# sourceMappingURL=mp4-to-gif.d.ts.map