mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #13373] issue: Tool server verification fails with mcpo when serving multiple tools with --config file
#55562
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 @andrewrreed on GitHub (Apr 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13373
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
No response
Operating System
MacOS
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
When I deploy an
mcpoproxy server withuvx mcpo --config ./apps/openwebui/test-mcpo-config.json, where the config contains:I should be able to successfully configure each tool server via the OpenWebUI UI with the following:
http://0.0.0.0:8000/time/openapi.jsonActual Behavior
I get a
Connection Failederror in UI pop up.Steps to Reproduce
docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:mainmcpoproxy server locally with--configpointing to config file from abovemcposerver:curl http://localhost:8000/time/openapi.json✅ 200 OKhttp://0.0.0.0:8000/time/openapi.jsonLogs & Screenshots
Heres the logs in the OpenWebUI docker container:
Additional Information
Thanks for the awesome project you are building 🤗
@tjbck commented on GitHub (Apr 30, 2025):
Could you share a screenshot of your tool server config settings?