code-context-mcp
Version:
MCP server for semantic code search powered by MongoDB Atlas Vector Search and Voyage AI embeddings
10 lines • 397 B
TypeScript
/**
* Truncate content to specified length
*/
export declare function truncateContent(content: string, maxLength: number): string;
/**
* Ensure path is absolute. If relative path is provided, resolve it properly.
*/
export declare function ensureAbsolutePath(inputPath: string): string;
export declare function trackCodebasePath(codebasePath: string): void;
//# sourceMappingURL=utils.d.ts.map