From 23e219b547518d813ecead9097c8801cc160f59a Mon Sep 17 00:00:00 2001 From: vasilije Date: Sat, 25 Oct 2025 11:59:46 +0200 Subject: [PATCH] add format --- cognee-mcp/src/client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cognee-mcp/src/client.py b/cognee-mcp/src/client.py index 407a3896b..952503ee7 100755 --- a/cognee-mcp/src/client.py +++ b/cognee-mcp/src/client.py @@ -37,9 +37,7 @@ async def run(): toolResult = await session.call_tool("prune", arguments={}) - toolResult = await session.call_tool( - "cognify", arguments={} - ) + toolResult = await session.call_tool("cognify", arguments={}) toolResult = await session.call_tool( "search", arguments={"search_type": "GRAPH_COMPLETION"}