From 21f0446daeb1513957b5c02b2ac85635b4c1a89a Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Fri, 12 Sep 2025 17:01:41 +0200 Subject: [PATCH] fix: Resolve cognee mcp run issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e6d9e1a0..7e363b1c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,7 +147,7 @@ Homepage = "https://www.cognee.ai" Repository = "https://github.com/topoteretes/cognee" [project.scripts] -cognee = "cognee.cli._cognee:main" +cognee-cli = "cognee.cli._cognee:main" [build-system] requires = ["hatchling"]