claude-historian
Version:
an MCP server for Claude Code conversation history
10 lines • 722 B
TypeScript
export declare function getClaudeProjectsPath(): string;
export declare function decodeProjectPath(encodedPath: string): string;
export declare function encodeProjectPath(path: string): string;
export declare function findProjectDirectories(): Promise<string[]>;
export declare function findJsonlFiles(projectDir: string): Promise<string[]>;
export declare function extractContentFromMessage(message: any): string;
export declare function calculateRelevanceScore(message: any, query: string, projectPath?: string): number;
export declare function formatTimestamp(timestamp: string): string;
export declare function getTimeRangeFilter(timeframe?: string): (timestamp: string) => boolean;
//# sourceMappingURL=utils.d.ts.map