chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-20 03:00:02 -08:00
parent e163708bad
commit e578bb9e77

View file

@ -292,9 +292,7 @@ async def test_mcp_http_connection(
} }
) )
logger.info( logger.info("HTTP MCP connection successful. Found %d tools.", len(tools))
"HTTP MCP connection successful. Found %d tools.", len(tools)
)
return { return {
"status": "success", "status": "success",
"message": f"Connected successfully. Found {len(tools)} tools.", "message": f"Connected successfully. Found {len(tools)} tools.",