zrald1
Version:
Advanced Graph RAG MCP Server with file location identification, graph processing, and result summarization capabilities
78 lines (77 loc) • 1.96 kB
JSON
{
"name": "zrald1",
"version": "1.0.0",
"description": "Advanced Graph RAG MCP Server with file location identification, graph processing, and result summarization capabilities",
"main": "dist/simple-server.js",
"type": "module",
"bin": {
"zrald1": "dist/simple-server.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
".env.example"
],
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "node test-server.js",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"graph-rag",
"ai-agent",
"knowledge-graph",
"file-processing",
"retrieval-augmented-generation",
"model-context-protocol",
"graph-database",
"vector-search",
"semantic-search",
"artificial-intelligence",
"machine-learning",
"natural-language-processing"
],
"author": "zrald",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zrald/zrald-1-mcp-server.git"
},
"homepage": "https://github.com/zrald/zrald-1-mcp-server#readme",
"bugs": {
"url": "https://github.com/zrald/zrald-1-mcp-server/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"mathjs": "^12.2.1",
"ml-matrix": "^6.10.7",
"neo4j-driver": "^5.28.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"tsx": "^4.6.0",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}