Spaces:
Running
Running
| set -euo pipefail | |
| export MCP_API_KEY="${MCP_API_KEY:-dev-key-change-me}" | |
| export PUBLIC_BASE_URL="${PUBLIC_BASE_URL:-http://localhost:7860}" | |
| uvicorn app:app --host 0.0.0.0 --port 7860 --reload | |