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
docs(tools): improve Quick Selection Guide per reviewer feedback
- Add Functions vs Tools vs Pipelines separation table
- Include Actions in decision tree (was missing)
- Clarify OpenAPI Tools support for event emitters/advanced features
- Document native MCP HTTP streaming vs MCPO proxy paths
- More nuanced examples: Filters, Pipes, Actions differentiated
- Restructure decision tree for clearer category boundaries
Addresses maintainer review comments on PR #1087
Copy file name to clipboardExpand all lines: docs/features/extensibility/plugin/tools/index.mdx
+79-1Lines changed: 79 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,85 @@ These are **Python scripts** that run directly within the Open WebUI environment
47
47
-**MCPO (Proxy)**: Most community MCP servers use `stdio` (local command line). To use these in Open WebUI, you use the [**MCPO Proxy**](../../plugin/tools/openapi-servers/mcp.mdx) to bridge the connection.
48
48
49
49
### 4. OpenAPI / Function Calling Servers
50
-
Generic web servers that provide an OpenAPI (`.json` or `.yaml`) specification. Open WebUI can ingest these specs and treat every endpoint as a tool.
50
+
Generic web servers that provide an OpenAPI (`.json` or `.yaml`) specification.
51
+
Open WebUI can ingest these specs and treat every endpoint as a tool.
0 commit comments