UNPKG

ultimate-mcp-server

Version:

The definitive all-in-one Model Context Protocol server for AI-assisted coding across 30+ platforms

10 lines 335 B
/** * Large Context Analysis Module * * Inspired by Consult7 - enables analysis of massive codebases * beyond typical context window limitations */ export * from './types.js'; export { FileCollector } from './file-collector.js'; export { LargeContextAnalyzer } from './large-context-analyzer.js'; //# sourceMappingURL=index.js.map