marketing-post-generator-mcp
Version:
A powerful MCP server for AI-powered marketing blog post generation with Claude integration
10 lines • 414 B
JavaScript
// Core type definitions for the Marketing Post Generator MCP
export var ContentType;
(function (ContentType) {
ContentType["BLOG_POST"] = "blog_post";
ContentType["NARRATIVE"] = "narrative";
ContentType["SUMMARY"] = "summary";
ContentType["CONTENT_PLAN"] = "content_plan";
ContentType["TONE_ANALYSIS"] = "tone_analysis";
})(ContentType || (ContentType = {}));
//# sourceMappingURL=index.js.map