mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 03:16:25 +02:00
chore: linting
This commit is contained in:
parent
e163708bad
commit
e578bb9e77
1 changed files with 1 additions and 3 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue