We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe86264 commit 7b1cc1fCopy full SHA for 7b1cc1f
1 file changed
backend/main.py
@@ -12,9 +12,7 @@
12
from alembic.config import Config
13
from alembic import command
14
from fastapi_mcp import FastApiMCP
15
-
16
17
-# import sqlbot_xpack
+import sqlbot_xpack
18
19
def run_migrations():
20
alembic_cfg = Config("alembic.ini")
@@ -77,7 +75,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
77
75
78
76
mcp.setup_server()
79
80
-# sqlbot_xpack.init_fastapi_app(app)
+sqlbot_xpack.init_fastapi_app(app)
81
if __name__ == "__main__":
82
import uvicorn
83
0 commit comments