If we want to follow the Core specification (Part 1) we need to conform the landing page (/) and it HAS TO have the service-doc or service-desc links. Those links are defined at the FastAPI application level and not at the router level (which we create with the endpoint factory).
IMO for this project it will be ok to move away from the endpoint factory to a app factory (e.g stac-fastapi)