fix(mcp_manager): implement concurrent server connections with timeout handling

This commit is contained in:
Boody
2026-07-09 02:45:40 +03:00
committed by RaresKeY
parent df2fad2881
commit 5971b091db
3 changed files with 205 additions and 10 deletions
+1
View File
@@ -26,6 +26,7 @@ try:
import sqlalchemy # noqa: F401
import sqlalchemy.orm # noqa: F401
import core.database # noqa: F401
import src.database
except ImportError:
pass # not installed - the stubs below will handle it