mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #13330] feat: Environment variable to reference OpenAPI Tools Servers #16889
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 @phergoualch on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13330
Check Existing Issues
Problem Description
I didn't found how we could set the list of OpenAPI Tools Servers globally using an environment variable.
I'm deploying MCPO and OpenWebUI in the same ECS Task and would like to be able to automatically reference the servers in the open-web-ui container.
Desired Solution you'd like
OPENAPI_TOOLS_SERVERS = ["http://localhost:8000/time", http://localhost:8000/github"]
Alternatives Considered
No response
Additional Context
No response