From 4650c9c63802aaf6c49ae3a53b44d7e6f4119522 Mon Sep 17 00:00:00 2001 From: Hande <159312713+hande-k@users.noreply.github.com> Date: Fri, 23 May 2025 15:48:28 +0200 Subject: [PATCH] chore: add neo4j to mcp dependencies (#867) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com> --- cognee-mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee-mcp/pyproject.toml b/cognee-mcp/pyproject.toml index e1bc56153..0f8c8684d 100644 --- a/cognee-mcp/pyproject.toml +++ b/cognee-mcp/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ # For local cognee repo usage remove comment bellow and add absolute path to cognee #"cognee[postgres,codegraph,gemini,huggingface] @ file:/Users//Desktop/cognee", - "cognee[postgres,codegraph,gemini,huggingface,docs]==0.1.40", + "cognee[postgres,codegraph,gemini,huggingface,docs,neo4j]==0.1.40", "fastmcp>=1.0", "mcp==1.5.0", "uv>=0.6.3",