File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11/**
2- * Library entry point for codebase-context-mcp
2+ * Library entry point for codebase-context
33 *
4- * This module exports the public API for programmatic use.
5- * For the MCP server, import from 'codebase-context-mcp /server' or run the CLI.
4+ * This exports the core logic for use as a library .
5+ * For the MCP server, import from 'codebase-context/server' or run the CLI.
66 *
77 * @example
88 * ```typescript
99 * import {
10- * CodebaseIndexer ,
11- * CodebaseSearcher ,
10+ * ProjectAnalyzer ,
11+ * VectorStorage ,
1212 * analyzerRegistry,
1313 * AngularAnalyzer,
1414 * GenericAnalyzer
15- * } from 'codebase-context-mcp ';
15+ * } from 'codebase-context';
1616 *
1717 * // Register analyzers
1818 * analyzerRegistry.register(new AngularAnalyzer());
You can’t perform that action at this time.
0 commit comments