import { Server } from '@modelcontextprotocol/sdk/server/index.js'; import { ContentStore } from '../lib/content-store.js'; import { HistoryStore } from '../lib/history.js'; export declare function createMcpServer(historyStore: HistoryStore, contentStore?: ContentStore, sessionsPath?: string, currentSessionId?: string, readFileRoots?: string[]): Server; export declare function runServer(threadPath: string, contentPath?: string, sessionsPath?: string, sessionId?: string, readFileRoots?: string[], contentStoreOptions?: { threadName?: string; shared?: boolean; }): Promise; //# sourceMappingURL=server.d.ts.map