UNPKG

winner12-copywriter-mcp

Version:

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

8 lines 414 B
import { PredictionInput, PlatformContent } from '../types/prediction.js'; export declare class InstagramGenerator { static generateContent(input: PredictionInput): Promise<PlatformContent>; private static generateInstagramPost; private static generateComplianceInstagramPost; static generateStoryContent(input: PredictionInput): PlatformContent; } //# sourceMappingURL=instagram-generator.d.ts.map