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"}