When the Model Runner API is exposed over TCP (http://localhost:12434 by default), requests between model-cli and the API travel unencrypted.
Add first-class support for TLS so the CLI can connect securely over https://…, aligning with Docker Engine’s existing TLS ergonomics.
Today, Unix domain socket access exists (secure by OS permissions), but TCP is explicitly supported and documented for host access, which should be able to be secured as well.