Skip to content

v0.6.1-beta

Choose a tag to compare

@Lekssays Lekssays released this 24 Jun 15:30
· 135 commits to main since this release

Patch release.

Fixed

  • Worker reachability. The compose host-port publish now keys off MCP_PUBLISH_HOST (default 127.0.0.1, loopback-only) and MCP_PORT, which drives both the in-container listen port and the published host port. Pool workers now log their reachability mode and warn when JOERN_DOCKER_NETWORK is empty while the MCP runs containerized — the misconfig that made workers time out despite a healthy JVM.

Docs

  • .env.example and docker-compose.yml clarify the distinction between MCP_HOST (in-container bind) and MCP_PUBLISH_HOST (host publish interface).