We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a1726 commit eceea66Copy full SHA for eceea66
1 file changed
backend/main.py
@@ -15,7 +15,7 @@
15
from alembic.config import Config
16
from alembic import command
17
from fastapi_mcp import FastApiMCP
18
-import sqlbot_xpack
+# import sqlbot_xpack
19
20
def run_migrations():
21
alembic_cfg = Config("alembic.ini")
@@ -88,7 +88,7 @@ async def read_index():
88
89
mcp.setup_server()
90
91
-sqlbot_xpack.init_fastapi_app(app)
+# sqlbot_xpack.init_fastapi_app(app)
92
if __name__ == "__main__":
93
import uvicorn
94
0 commit comments