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.",