Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JC321
/
EasyReportDataMCP
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JC321
commited on
Nov 27, 2025
Commit
c541fdb
·
verified
·
1 Parent(s):
b918cf3
Delete start.sh
Browse files
Files changed (1)
hide
show
start.sh
+0
-7
start.sh
DELETED
Viewed
@@ -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