UNPKG

memory-engineering-mcp

Version:

🧠 AI Memory System powered by MongoDB Atlas & Voyage AI - Autonomous memory management with zero manual work

11 lines • 422 B
/** * Find project root by looking for marker files * Walks up the directory tree from current working directory */ export declare function findProjectRoot(startPath?: string): string | null; /** * Get project path with smart fallback * Priority: provided path > project root > current directory */ export declare function getProjectPath(providedPath?: string): string; //# sourceMappingURL=projectDetection.d.ts.map