From f2ba6983f20e85f928ba6e5212a6098f203632a3 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek <tim@openwebui.com> Date: Sat, 12 Apr 2025 21:00:09 -0700 Subject: [PATCH] Update open-webui.mdx --- docs/openapi-servers/open-webui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi-servers/open-webui.mdx b/docs/openapi-servers/open-webui.mdx index b8d437e..a3d289a 100644 --- a/docs/openapi-servers/open-webui.mdx +++ b/docs/openapi-servers/open-webui.mdx @@ -56,7 +56,7 @@ There are two ways to register tool servers in Open WebUI: #### 1. User Tool Servers (added via regular Settings) - Only accessible to the user who registered the tool server. -- The connection is made directly from the backend (server-side) on behalf of that user. +- The connection is made directly from the browser (client-side) by the user. - Perfect for personal workflows or when testing custom/local tools. #### 2. Global Tool Servers (added via Admin Settings)