@falkordb/mcpserver 1.2.0 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![Tests](https://img.shields.io/github/actions/workflow/status/falkordb/FalkorDB-MCPServer/node.yml?branch=main)](https://github.com/falkordb/FalkorDB-MCPServer/actions/workflows/node.yml)
2
- [![Coverage](https://codecov.io/gh/falkordb/FalkorDB-MCPServer/branch/main/graph/badge.svg?token=nNxm2N0Xrl)](https://codecov.io/gh/falkordb/FalkorDB-MCPServer)
2
+ [![codecov](https://codecov.io/gh/falkordb/FalkorDB-MCPServer/graph/badge.svg?token=pqGhrlbC1F)](https://codecov.io/gh/falkordb/FalkorDB-MCPServer)
3
3
  [![License](https://img.shields.io/github/license/falkordb/FalkorDB-MCPServer.svg)](https://github.com/falkordb/FalkorDB-MCPServer/blob/main/LICENSE)
4
4
  [![Discord](https://img.shields.io/discord/1146782921294884966.svg?style=social&logo=discord)](https://discord.com/invite/99y2Ubh6tg)
5
5
  [![X (formerly Twitter)](https://img.shields.io/badge/follow-%40falkordb-1DA1F2?logo=x&style=social)](https://x.com/falkordb)
@@ -466,4 +466,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
466
466
 
467
467
  <p align="center">
468
468
  Made with ❤️ by the FalkorDB team & Katie Mulliken
469
- </p>
469
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falkordb/mcpserver",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Model Context Protocol server for FalkorDB graph databases - enables AI assistants to query and manage graph data using natural language",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/jest": "^30.0.0",
71
- "@types/node": "^20.14.0",
71
+ "@types/node": "^25.3.0",
72
72
  "@typescript-eslint/eslint-plugin": "^8.56.0",
73
73
  "@typescript-eslint/parser": "^8.56.0",
74
74
  "eslint": "^10.0.1",
@@ -83,7 +83,7 @@
83
83
  "dotenv": "^17.2.1",
84
84
  "falkordb": "^6.3.0",
85
85
  "platformdirs": "^4.3.8-rc3",
86
- "zod": "^3.23.0"
86
+ "zod": "^4.3.6"
87
87
  },
88
88
  "publishConfig": {
89
89
  "access": "public",