knowledgegraph-mcp
Version:
MCP server for enabling persistent knowledge storage for Claude through a knowledge graph with multiple storage backends
6 lines • 367 B
TypeScript
export declare function resolveProject(toolProject?: string): string;
export declare function validateProjectName(project: string): boolean;
export declare function sanitizeProjectName(project: string): string;
export declare function getDefaultSQLitePath(): string;
export declare function resolveSQLiteConnectionString(): string;
//# sourceMappingURL=utils.d.ts.map