@henrychong-ai/mcp-neo4j-knowledge-graph 2.2.5 → 2.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server/setup.js +1 -1
- package/package.json +13 -12
package/dist/server/setup.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henrychong-ai/mcp-neo4j-knowledge-graph",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7",
|
|
4
4
|
"description": "Neo4j-based knowledge graph MCP server with temporal versioning and semantic search",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Henry Chong <henry@henrychong.ai>",
|
|
@@ -55,28 +55,28 @@
|
|
|
55
55
|
"embeddings:test": "tsx src/cli/generate-embeddings.ts -- --limit 5"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
59
|
-
"axios": "^1.
|
|
60
|
-
"dotenv": "^17.
|
|
61
|
-
"lru-cache": "^11.
|
|
58
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
59
|
+
"axios": "^1.15.2",
|
|
60
|
+
"dotenv": "^17.4.2",
|
|
61
|
+
"lru-cache": "^11.3.5",
|
|
62
62
|
"neo4j-driver": "^6.0.1",
|
|
63
63
|
"node-cron": "^4.2.1",
|
|
64
64
|
"prom-client": "^15.1.3",
|
|
65
65
|
"uuid": "^13.0.0",
|
|
66
|
-
"zod": "^4.
|
|
66
|
+
"zod": "^4.4.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@biomejs/biome": "^2.4.
|
|
70
|
-
"@types/node": "^25.
|
|
69
|
+
"@biomejs/biome": "^2.4.13",
|
|
70
|
+
"@types/node": "^25.6.0",
|
|
71
71
|
"@types/node-cron": "^3.0.11",
|
|
72
|
-
"@vitest/coverage-v8": "^4.1.
|
|
72
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
73
73
|
"husky": "^9.1.7",
|
|
74
74
|
"lint-staged": "^16.4.0",
|
|
75
|
-
"oxlint": "^1.
|
|
75
|
+
"oxlint": "^1.62.0",
|
|
76
76
|
"shx": "^0.4.0",
|
|
77
77
|
"tsx": "^4.21.0",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
|
-
"vitest": "^4.1.
|
|
79
|
+
"vitest": "^4.1.5"
|
|
80
80
|
},
|
|
81
81
|
"packageManager": "pnpm@10.30.0",
|
|
82
82
|
"engines": {
|
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
"picomatch": ">=4.0.4",
|
|
96
96
|
"micromatch>picomatch": "^2.3.2",
|
|
97
97
|
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
|
|
98
|
-
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
|
|
98
|
+
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
|
|
99
|
+
"follow-redirects": ">=1.16.0"
|
|
99
100
|
}
|
|
100
101
|
},
|
|
101
102
|
"lint-staged": {
|