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())