mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +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(
|
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.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue