UNPKG

winner12-copywriter-mcp

Version:

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

8 lines 364 B
import { PredictionInput, PlatformContent } from '../types/prediction.js'; export declare class TwitterGenerator { static generateContent(input: PredictionInput): Promise<PlatformContent>; private static generateComplianceTweetThread; private static generateTweetThread; private static createTweet; } //# sourceMappingURL=twitter-generator.d.ts.map