UNPKG

winner12-copywriter-mcp

Version:

MCP tool for generating social media content for winner12 AI football prediction website

11 lines 717 B
import { ContentTemplate, SocialPlatform, ContentTone, PredictionInput } from '../types/prediction.js'; export declare const PLATFORM_CONFIGS: Record<SocialPlatform, ContentTemplate>; export declare class ContentTemplateGenerator { static generateAILabel(platform: SocialPlatform): string; static generateDisclaimer(platform: SocialPlatform): string; static generateBasePrediction(input: PredictionInput, tone?: ContentTone): string; static generateFootballHashtags(input: PredictionInput, platform: SocialPlatform): string[]; static generateCallToAction(platform: SocialPlatform): string; static getEmojis(platform: SocialPlatform): string[]; } //# sourceMappingURL=content-templates.d.ts.map