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