mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Update open-webui.mdx
This commit is contained in:
parent
723a38da50
commit
3950b19e4e
@ -49,6 +49,35 @@ Next, connect your running tool server to Open WebUI:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### 👉 Optional: Using a Config File with mcpo
|
||||||
|
|
||||||
|
If you're running multiple tools through mcpo using a config file, take note:
|
||||||
|
|
||||||
|
🧩 Each tool is mounted under its own unique path!
|
||||||
|
|
||||||
|
For example, if you’re using memory and time tools simultaneously through mcpo, they’ll each be available at a distinct route:
|
||||||
|
|
||||||
|
- http://localhost:8000/time
|
||||||
|
- http://localhost:8000/memory
|
||||||
|
|
||||||
|
This means:
|
||||||
|
|
||||||
|
- When connecting a tool in Open WebUI, you must enter the full route to that specific tool — do NOT enter just the root URL (http://localhost:8000).
|
||||||
|
- Add each tool individually in Open WebUI Settings using their respective subpath URLs.
|
||||||
|
|
||||||
|
✅ Good:
|
||||||
|
|
||||||
|
http://localhost:8000/time
|
||||||
|
http://localhost:8000/memory
|
||||||
|
|
||||||
|
🚫 Not valid:
|
||||||
|
|
||||||
|
http://localhost:8000
|
||||||
|
|
||||||
|
This ensures Open WebUI recognizes and communicates with each tool server correctly.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Step 3: Confirm Your Tool Server Is Connected ✅
|
## Step 3: Confirm Your Tool Server Is Connected ✅
|
||||||
|
Loading…
Reference in New Issue
Block a user