From 27cfe8e3230cccad16d2f88f49bebe2ef6dfbf52 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Fri, 31 Oct 2025 17:03:35 +0000 Subject: [PATCH] chore: add TODO comment for exploring OpenAPI JSON client generation in CogneeClient --- cognee-mcp/src/clients/cognee_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee-mcp/src/clients/cognee_client.py b/cognee-mcp/src/clients/cognee_client.py index a2fd3345f..58c5dc3c2 100644 --- a/cognee-mcp/src/clients/cognee_client.py +++ b/cognee-mcp/src/clients/cognee_client.py @@ -17,6 +17,7 @@ import json logger = get_logger() +# TODO(daulet) COG-3311: I'm exploring OpenAPI json client generation for backend class CogneeClient: """ Unified client for interacting with Cognee via direct calls or HTTP API.