-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
Describe your problem
According to the RAGFlow documentation, the Streamable HTTP transport is currently not supported in MCP Host Mode. The documentation states:
"If you set mcp-mode to host, you must add the --no-transport-streamable-http-enabled flag, because the streamable-HTTP transport is not yet supported in host mode."
Reference: https://ragflow.io/docs/launch_mcp_server
Since the legacy HTTP + SSE transport has been officially deprecated in favor of Streamable HTTP, this limitation creates a challenge for deployments that require Host Mode.
Questions
- Is there a planned timeline for Streamable HTTP support in MCP Host Mode?
- What are the technical blockers preventing this feature from being implemented in Host Mode?
- Is there a roadmap issue or feature request tracking this improvement?
Context
Other users have raised concerns about this limitation in related issues (e.g., #10949).
Expected behavior
Streamable HTTP should be available as a transport option in both Self-Host Mode and Host Mode to ensure consistency and align with the deprecation of the legacy SSE transport.