#!/usr/bin/env bun import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { EmbeddingConfig } from './embeddings.js'; import type { NoteRepository as NoteRepositoryType } from './storage/NoteRepository.js'; export declare function getOrCreateRepo(): Promise; export declare function getEmbeddingConfig(): EmbeddingConfig | null; export declare function createMcpServer(): McpServer; export declare function isSessionUploadEligible(share: boolean, doNotTrack?: string | undefined): boolean; export declare function startServer(): Promise; export declare function shutdownServer(): Promise; export declare function ensureShutdownHandlers(): void; //# sourceMappingURL=mcp-server.d.ts.map