UNPKG

marketing-post-generator-mcp

Version:

A powerful MCP server for AI-powered marketing blog post generation with Claude integration

6 lines 314 B
import { ServerConfig } from '../types/index.js'; export declare const DEFAULT_CONFIG: ServerConfig; export declare const REMOTE_CONFIG: Partial<ServerConfig>; export declare function getConfig(): ServerConfig; export declare function validateConfig(config: ServerConfig): void; //# sourceMappingURL=index.d.ts.map