@henrychong-ai/mcp-neo4j-knowledge-graph 2.2.3 → 2.2.5

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.
@@ -13,7 +13,7 @@ export function setupServer(knowledgeGraphManager) {
13
13
  // Create server instance
14
14
  const server = new Server({
15
15
  name: 'mcp-neo4j-knowledge-graph',
16
- version: '2.2.3',
16
+ version: '2.2.5',
17
17
  }, {
18
18
  capabilities: {
19
19
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henrychong-ai/mcp-neo4j-knowledge-graph",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
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,10 +55,10 @@
55
55
  "embeddings:test": "tsx src/cli/generate-embeddings.ts -- --limit 5"
56
56
  },
57
57
  "dependencies": {
58
- "@modelcontextprotocol/sdk": "^1.27.1",
59
- "axios": "^1.13.6",
58
+ "@modelcontextprotocol/sdk": "^1.28.0",
59
+ "axios": "^1.14.0",
60
60
  "dotenv": "^17.3.1",
61
- "lru-cache": "^11.2.6",
61
+ "lru-cache": "^11.2.7",
62
62
  "neo4j-driver": "^6.0.1",
63
63
  "node-cron": "^4.2.1",
64
64
  "prom-client": "^15.1.3",
@@ -66,17 +66,17 @@
66
66
  "zod": "^4.3.6"
67
67
  },
68
68
  "devDependencies": {
69
- "@biomejs/biome": "^2.4.6",
69
+ "@biomejs/biome": "^2.4.9",
70
70
  "@types/node": "^25.4.0",
71
71
  "@types/node-cron": "^3.0.11",
72
- "@vitest/coverage-v8": "^4.0.18",
72
+ "@vitest/coverage-v8": "^4.1.2",
73
73
  "husky": "^9.1.7",
74
- "lint-staged": "^16.3.2",
75
- "oxlint": "^1.53.0",
74
+ "lint-staged": "^16.4.0",
75
+ "oxlint": "^1.57.0",
76
76
  "shx": "^0.4.0",
77
77
  "tsx": "^4.21.0",
78
78
  "typescript": "^5.9.3",
79
- "vitest": "^4.0.18"
79
+ "vitest": "^4.1.2"
80
80
  },
81
81
  "packageManager": "pnpm@10.30.0",
82
82
  "engines": {
@@ -87,10 +87,15 @@
87
87
  "@isaacs/brace-expansion": ">=5.0.1",
88
88
  "rollup": ">=4.59.0",
89
89
  "ajv": ">=8.18.0",
90
- "hono": ">=4.12.7",
91
- "@hono/node-server": ">=1.19.10",
90
+ "hono": ">=4.12.12",
91
+ "@hono/node-server": ">=1.19.13",
92
92
  "express-rate-limit": ">=8.2.2",
93
- "qs": ">=6.14.2"
93
+ "qs": ">=6.14.2",
94
+ "vite": "^7.3.2",
95
+ "picomatch": ">=4.0.4",
96
+ "micromatch>picomatch": "^2.3.2",
97
+ "path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
98
+ "yaml@>=2.0.0 <2.8.3": ">=2.8.3"
94
99
  }
95
100
  },
96
101
  "lint-staged": {