mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 07:04:31 -04:00
issue: TOOL_SERVER_CONNECTIONS env var not documented #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zachwalton on GitHub (Jul 7, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
dev commit 372836c87c231bffaed5d63719a468e2b60ad601
Ollama Version (if applicable)
No response
Operating System
MacOS Sequoia
Browser (if applicable)
Safari
Confirmation
README.md.Expected Behavior
Configure tool server in UI, tool server persists and is usable
Actual Behavior
Due to
ENABLE_PERSISTENT_CONFIG=false, the tool servers I configure in the UI vanish after saving and refreshing.Digging through the changelog and code, I found that a
TOOL_SERVER_CONNECTIONSvariable was recently added. I sorted out how to construct it by reading through code and ended up with:After restarting Open WebUI with this config, the tool server is now available in the UI.
Steps to Reproduce
Logs & Screenshots
N/A
Additional Information
No response
@Classic298 commented on GitHub (Sep 14, 2025):
addressed: https://github.com/open-webui/docs/commit/10d7f2052a617055e8ac05c73add0c156eac83c1