v0.6.1-beta
Patch release.
Fixed
- Worker reachability. The compose host-port publish now keys off
MCP_PUBLISH_HOST(default127.0.0.1, loopback-only) andMCP_PORT, which drives both the in-container listen port and the published host port. Pool workers now log their reachability mode and warn whenJOERN_DOCKER_NETWORKis empty while the MCP runs containerized — the misconfig that made workers time out despite a healthy JVM.
Docs
.env.exampleanddocker-compose.ymlclarify the distinction betweenMCP_HOST(in-container bind) andMCP_PUBLISH_HOST(host publish interface).