n8n-mcp
Version:
Integration between n8n workflow automation and Model Context Protocol (MCP)
5 lines • 704 B
TypeScript
export { CommunityNodeFetcher, StrapiCommunityNode, StrapiCommunityNodeAttributes, StrapiPaginatedResponse, NpmPackageInfo, NpmSearchResult, NpmSearchResponse, NpmPackageWithReadme, } from './community-node-fetcher';
export { CommunityNodeService, CommunityStats, SyncResult, SyncOptions, } from './community-node-service';
export { DocumentationGenerator, DocumentationGeneratorConfig, DocumentationInput, DocumentationResult, DocumentationSummary, DocumentationSummarySchema, createDocumentationGenerator, } from './documentation-generator';
export { DocumentationBatchProcessor, BatchProcessorOptions, BatchProcessorResult, } from './documentation-batch-processor';
//# sourceMappingURL=index.d.ts.map