{
"name": "knowledge-base-mcp-server",
"version": "0.1.0",
"description": "MCP server for retrieving data from different knowledge bases",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"author": "jean.ibarz",
"license": "UNLICENSED",
"dependencies": {
"@huggingface/inference": "^2.8.1",
"@langchain/community": "^0.3.29",
"@langchain/core": "^0.3.39",
"@modelcontextprotocol/sdk": "0.5.0",
"axios": "^1.6.7",
"faiss-node": "latest",
"langchain": "^0.3.15",
"pickleparser": "^0.2.1"
},
"devDependencies": {
"@types/node": "^20.11.5",
"nodemon": "^3.0.3",
"typescript": "^5.3.3"
}
}