@coji/journal-mcp
Version:
MCP server for journal entries with web viewer
21 lines • 541 B
TypeScript
/**
* Get XDG-compliant data directory for journal entries
*/
export declare function getJournalDataDir(): string;
/**
* Get entries directory path
*/
export declare function getEntriesDir(): string;
/**
* Get file path for a specific date
*/
export declare function getDateFilePath(date: string): string;
/**
* Get config file path
*/
export declare function getConfigPath(): string;
/**
* Parse date from file path
*/
export declare function parseDateFromPath(filePath: string): string | null;
//# sourceMappingURL=paths.d.ts.map