Skip to content

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 20:33
b79a848
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>