mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-01 21:04:00 -04:00
issue: Using disabled_tools always fails #121
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 @dionny on GitHub (Oct 20, 2025).
Check Existing Issues
mcpo Version
0.0.19
Open WebUI Version (if applicable)
No response
Operating System
macOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
It works
Actual Behavior
It doesn't work
Steps to Reproduce
Use disabled_tools
Logs & Screenshots
ValueError: Server 'mcp-atlassian' must have either 'command' for stdio or 'type' and 'url' for remote servers
Additional Information
No response
@dionny commented on GitHub (Oct 20, 2025):
The issue is pretty clear here, I can open a PR but I'm not sure what the intention was here.
The code always raises a ValueError at the end.
@jwhandy3 commented on GitHub (Nov 11, 2025):
Yes, I'm encountering this as well... it will ALWAYS raise the error at the end.
@Baronco commented on GitHub (Dec 17, 2025):
I have the same problem
@nougad commented on GitHub (Dec 26, 2025):
Slightly related: The documentation for
disabled_toolsis confusing because the README.md mentionsdisabledTools: https://github.com/search?q=repo%3Aopen-webui%2Fmcpo%20disabledTools&type=code but it's actuallydisabled_tools: https://github.com/search?q=repo%3Aopen-webui%2Fmcpo+disabled_tools&type=code