MCP Memory Server with Qdrant Persistence

by delorenj
Verified
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "declaration": true }, "include": ["src/**/*", "global.d.ts"], "exclude": ["node_modules", "dist"] }