Skip to content

v0.5.1 - Native Open WebUI & Streamable HTTP Support

Choose a tag to compare

@ismailsaoulaj ismailsaoulaj released this 21 Aug 15:06
· 20 commits to main since this release

Added

  • 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.