@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.
36 lines • 959 B
TypeScript
declare const _default: {
definition: {
name: string;
description: string;
inputSchema: {
type: string;
properties: {
page_name: {
type: string;
description: string;
};
user_request: {
type: string;
description: string;
};
style_preference: {
type: string;
description: string;
enum: string[];
default: string;
};
};
required: string[];
};
};
handler: {
'tools/call': (request: any) => Promise<{
content: {
type: string;
text: string;
}[];
} | null>;
};
};
export default _default;
//# sourceMappingURL=preview-banner-creation.d.ts.map