Roll back base_url to a plain str on the orchestrator client config. The multi-client/list-of-URLs path isn't needed and adds config + plumbing complexity for no current benefit.
Scope
- Change
base_url back to str (single endpoint).
- Remove multi-client fan-out / selection logic and any related config knobs.
- Update configs, tests, and skills/docs that reference the list form.
Roll back
base_urlto a plainstron the orchestrator client config. The multi-client/list-of-URLs path isn't needed and adds config + plumbing complexity for no current benefit.Scope
base_urlback tostr(single endpoint).