You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.