UNPKG

@context-sync/server

Version:

MCP server for AI context sync with persistent memory, workspace file access, and intelligent code operations

7 lines 251 B
/** * Database schema for todos * This should be integrated into your existing storage.ts file */ import Database from 'better-sqlite3'; export declare function createTodoTable(db: Database.Database): void; //# sourceMappingURL=todo-schema.d.ts.map