Skip to content

Commit 8f139a0

Browse files
chore: add mcp server
1 parent f7538f3 commit 8f139a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ SSR_PATH=/opt/sqlbot/g2-ssr
22
APP_PATH=/opt/sqlbot/app
33
nohup node $SSR_PATH/app.js &
44

5+
nohup uvicorn main:mcp_app --host 0.0.0.0 --port 8001 &
6+
57
cd $APP_PATH
68
uvicorn main:app --host 0.0.0.0 --port 8000 --workers 1 --proxy-headers

0 commit comments

Comments
 (0)