{ "name": "faq-bot-chromadb-mcp", "version": "1.0.0", "description": "FAQ bot using ChromaDB for vector storage and moderate-censor as the MCP-tool", "main": "src/index.js", "scripts": { "start": "node src/index.js", "ingest": "node src/ingest.js" }, "dependencies": { "chromadb": "^0.3.0", "dotenv": "^16.4.5", "express": "^4.18.2", "moderate-censor": "^1.0.0", "openai": "^4.18.0" } }