@falkordb/mcpserver 1.2.1 → 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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[](https://github.com/falkordb/FalkorDB-MCPServer/actions/workflows/node.yml)
|
|
2
|
-
[](https://codecov.io/gh/falkordb/FalkorDB-MCPServer)
|
|
3
3
|
[](https://github.com/falkordb/FalkorDB-MCPServer/blob/main/LICENSE)
|
|
4
4
|
[](https://discord.com/invite/99y2Ubh6tg)
|
|
5
5
|
[](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.
|
|
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",
|