mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14716] When the LLM calls the mcpo tool, the returned content is empty. #32873
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 @Soein on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14716
Check Existing Issues
Installation Method
Docker
Open WebUI Version
main
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Every time a new conversation is started and a request is sent to call the mcpo tool, it only succeeds 1–2 times out of 10. In the other cases, the tool returns empty content, so the model cannot retrieve the returned data to generate a response.
Actual Behavior
Every time a new conversation is started and a request is sent to call the mcpo tool, it only succeeds 1–2 times out of 10. In the other cases, the tool returns empty content, so the model cannot retrieve the returned data to generate a response.
Steps to Reproduce
Every time a new conversation is started and a request is sent to call the mcpo tool, it only succeeds 1–2 times out of 10. In the other cases, the tool returns empty content, so the model cannot retrieve the returned data to generate a response.
Logs & Screenshots
Additional Information
Ollama is running on the local machine, Open WebUI is running in Docker on the same machine, and both the mcpo tool and the proxy MCP are also on the local machine.