| # Production Entrypoint | |
| The active production entrypoint for the Hugging Face Space is: | |
| ```bash | |
| uvicorn api_server_extended:app --host 0.0.0.0 --port 7860 | |
| ``` | |
| Why this entrypoint: | |
| - `api_server_extended.py` is the active FastAPI application used by the Docker Space. | |
| - It already registers the compatibility routes and the Short Hunter datasource gateway routes. | |
| - The root `Dockerfile` launches `api_server_extended:app` on port `7860`. | |
| The backend is paper/manual support only. It must not place orders, execute trades, or expose private exchange credentials. | |