The MCP agent assigns its own host port and sets $PORT. The app must listen on $PORT for mc-proxy to reach it. Explicit Podman port mappings in the service definition are ignored by the agent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
288 B
TOML
18 lines
288 B
TOML
name = "kls"
|
|
node = "rift"
|
|
active = true
|
|
path = "../kls"
|
|
|
|
[build.images]
|
|
kls = "Dockerfile"
|
|
|
|
[[components]]
|
|
name = "kls"
|
|
image = "mcr.svc.mcp.metacircular.net:8443/kls:v0.1.0"
|
|
volumes = ["/srv/kls:/srv/kls"]
|
|
cmd = ["-f", "/srv/kls/kls.conf"]
|
|
|
|
[[components.routes]]
|
|
port = 443
|
|
mode = "l7"
|