From 68b337f0b60492d982005944fb1f32a4676fc86a Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Tue, 11 Mar 2025 18:44:56 +0100 Subject: [PATCH] Cline for VSCode demo runs. (#631) ## Description Missing dependency. ## 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 ## Summary by CodeRabbit - **New Features** - Enabled PostgreSQL integration, expanding support for additional database options and enhancing overall functionality. --- 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 1f9bae195..7ccb826f4 100644 --- a/cognee-mcp/pyproject.toml +++ b/cognee-mcp/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ - "cognee[codegraph,gemini,huggingface]", + "cognee[postgres,codegraph,gemini,huggingface]", "mcp==1.2.1", "uv>=0.6.3", ]