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
Streamable HTTP Transport (--transport http): Added native support for MCP Streamable HTTP on /mcp, resolving compatibility with modern web-based AI clients (Open WebUI, Dify).
Docker Default to Streamable HTTP: Configured the Dockerfile entrypoint to run --transport http by default on 0.0.0.0:8000.
Fixed
Open WebUI 405/404 Handshake: Resolved 405 Method Not Allowed and 404 Not Found when web clients submit POST /mcp payloads during tool discovery.