#!/command/with-contenv sh
# shellcheck shell=sh
# Bind all interfaces INSIDE the container so the published port answers;
# host exposure is governed by the compose port bind, which defaults to
# 127.0.0.1 on the host side.
exec kairix mcp serve --transport http --host 0.0.0.0
