From a225d7fc61afb86f0cc7303bdd7869f6d5730907 Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Fri, 12 Dec 2025 13:44:58 +0100 Subject: [PATCH] test: revert some changes --- .github/workflows/test_mcp.yml | 3 --- cognee-mcp/src/test_client.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test_mcp.yml b/.github/workflows/test_mcp.yml index d667ed5f9..09c8db69d 100644 --- a/.github/workflows/test_mcp.yml +++ b/.github/workflows/test_mcp.yml @@ -1,9 +1,6 @@ name: test | mcp on: - push: - branches: - - feature/cog-3543-remove-anything-codify-related-from-mcp-test workflow_call: jobs: diff --git a/cognee-mcp/src/test_client.py b/cognee-mcp/src/test_client.py index ed779a106..06c1fceeb 100755 --- a/cognee-mcp/src/test_client.py +++ b/cognee-mcp/src/test_client.py @@ -634,5 +634,5 @@ async def main(): if __name__ == "__main__": - logger = setup_logging(log_level=INFO) + logger = setup_logging(log_level=ERROR) asyncio.run(main())