{ "name": "@mintel/kabelfachmann-mcp", "version": "1.0.0", "description": "Kabelfachmann MCP server", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "ingest": "tsx src/ingest.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@qdrant/js-client-rest": "^1.12.0", "@xenova/transformers": "^2.17.2", "dotenv": "^17.3.1", "express": "^5.2.1", "node-fetch": "^3.3.2", "onnxruntime-node": "^1.14.0", "pdf-parse": "^1.1.1", "zod": "^3.23.8" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^20.14.10", "@types/pdf-parse": "^1.1.4", "tsx": "^4.19.1", "typescript": "^5.5.3" } }