v0.15.1
feat(server): configurable bind host via MCP_V8_BIND_HOST (#173) The HTTP/SSE transports hardcoded 0.0.0.0 (IPv4 only), which is not reachable over IPv6-resolving private networks (e.g. Railway internal DNS). Add resolve_bind_addr() honouring MCP_V8_BIND_HOST (default 0.0.0.0, so existing deploys are unchanged); set it to "::" for a dual-stack listener. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>