pub fn build_registry(flags: &EndpointFlags) -> Result<Arc<EndpointRegistry>>Expand description
Build the run’s endpoint registry from CLI flags and bind every mapped socket now: callers run this before parsing so bind conflicts fail fast, never parse-then-fail-on-bind.