pub const MECHA10_API_URL: &'static str;Expand description
Default base URL for the public mecha10-api service.
The CLI never talks to the private homelab Minio instance directly - all
framework/runtime artifact downloads (CLI/launcher/node binaries, simulation
assets, templates, remote-image manifests, ML models) are proxied through
mecha10-api’s /api/downloads/* routes (see packages/mecha10-api/src/catalog/downloads),
which run inside the private network and stream bytes back out.