JC321 commited on
Commit
c541fdb
·
verified ·
1 Parent(s): b918cf3

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -7
start.sh DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Start MCP server on port 8001 in background
4
- PORT=8001 HOST=0.0.0.0 python mcp_server_fastmcp.py &
5
-
6
- # Start FastAPI UI on port 7860 in foreground
7
- python app.py