mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #18981] issue: 0.6.35 error using tools through mcpo #34266
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 @GlisseManTV on GitHub (Nov 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18981
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.35
Ollama Version (if applicable)
0.12.10
Operating System
Truenas Scale 25.10
Browser (if applicable)
edge / safari / chrome
Confirmation
README.md.Expected Behavior
Using tool with mcpo API like in 0.6.34
Actual Behavior
mcpo tool call fail
"object function can't be used in 'await' expression"
Steps to Reproduce
update to 0.6.35
try a tool hosted behind mcpo like you did in earlier version
you got
"object function can't be used in 'await' expression"
Logs & Screenshots
Additional Information
tried 3 tools.
I have some of these tools also in HTTP or SSE mode direct in owui and worked fine.
@Haervwe commented on GitHub (Nov 6, 2025):
Just made a PR to fix exactly this ! #18984
@GlisseManTV commented on GitHub (Nov 6, 2025):
Thanks for this info and work.
For the moment I reverted to .34
@GlisseManTV commented on GitHub (Nov 6, 2025):
@Haervwe adressed in dev .36
c2c02846a8