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.