marketing-post-generator-mcp
Version:
A powerful MCP server for AI-powered marketing blog post generation with Claude integration
7 lines • 367 B
TypeScript
export type { ISearchAdapter } from './ISearchAdapter.js';
export { SearchAdapterFactory } from './SearchAdapterFactory.js';
export { SearchService } from './SearchService.js';
export { createSearchService, registerBuiltInAdapters } from './SearchServiceFactory.js';
export * from './types.js';
export * from './adapters/index.js';
//# sourceMappingURL=index.d.ts.map