mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Update mcp.mdx
This commit is contained in:
@@ -47,6 +47,7 @@ Browser-based, multi-user deployments increase the surface area (CORS/CSRF, per-
|
||||
## ❓ FAQ
|
||||
|
||||
**Do you support stdio or SSE transports?**
|
||||
|
||||
Native MCP support in Open WebUI is **Streamable HTTP only**. This design choice reflects our architecture: Open WebUI is a **web-based, multi-tenant environment**, not a local desktop process.
|
||||
|
||||
Browsers operate within strict **sandboxed and event-driven HTTP constraints**, making long-lived stdio or SSE connections difficult to maintain securely across users and sessions.
|
||||
@@ -54,7 +55,9 @@ Browsers operate within strict **sandboxed and event-driven HTTP constraints**,
|
||||
If you need to bridge those other MCP transports, check out [**mcpo**](https://github.com/open-webui/mcpo) — an open-source proxy that translates **stdio or SSE-based MCP servers into OpenAPI-compatible endpoints**. It effectively lets you run traditional MCP tools inside Open WebUI without modifying their transport layer.
|
||||
|
||||
**Is MCP considered stable here?**
|
||||
|
||||
Supported and improving. The broader ecosystem is still evolving; expect occasional breaking changes.
|
||||
|
||||
**Can I mix OpenAPI and MCP tools?**
|
||||
|
||||
Yes. Many deployments do both.
|
||||
Reference in New Issue
Block a user