MongoDB MCP Server for LLMs

by vivek1612
Verified
MIT License
340
  • Apple
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }