From e578bb9e774925718416034e3ee146abee96ef84 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 20 Jan 2026 03:00:02 -0800 Subject: [PATCH] chore: linting --- surfsense_backend/app/agents/new_chat/tools/mcp_client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/surfsense_backend/app/agents/new_chat/tools/mcp_client.py b/surfsense_backend/app/agents/new_chat/tools/mcp_client.py index 9ec4b5fbf..44c48344c 100644 --- a/surfsense_backend/app/agents/new_chat/tools/mcp_client.py +++ b/surfsense_backend/app/agents/new_chat/tools/mcp_client.py @@ -292,9 +292,7 @@ async def test_mcp_http_connection( } ) - logger.info( - "HTTP MCP connection successful. Found %d tools.", len(tools) - ) + logger.info("HTTP MCP connection successful. Found %d tools.", len(tools)) return { "status": "success", "message": f"Connected successfully. Found {len(tools)} tools.",