MCP Neo4j Server

{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "moduleResolution": "node", "lib": ["ES2020"], "outDir": "./dist", "rootDir": "./src", "strict": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "resolveJsonModule": true, "allowJs": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }