Skip to content

Release v2.17.0

Latest

Choose a tag to compare

@johnhuang316 johnhuang316 released this 05 May 07:46
· 5 commits to master since this release

What's New

  • Docker host auto-detection (#96) — When running inside a Docker container with HTTP transports (sse or streamable-http), the server now automatically binds to 0.0.0.0 instead of 127.0.0.1. This fixes Docker port forwarding without requiring any extra configuration. Non-container environments and stdio transport remain unchanged.

Contributors

  • @jul-den for the original fork and suggestion