mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #18233] issue: MCP Tools are not Properly Namespaced #138267
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 @daryltucker on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18233
Check Existing Issues
Installation Method
Docker
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
Debian 13
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
As a consumer and client of MCP Servers, I expect Open WebUI to properly namespace the tools and methods available upon ingestion and processing.
Actual Behavior
Open WebUI flattens all methods into a single namespace meaning....
twitter.postzipcodelookup.postAre collapsed down to
post, clash, and cause issues.Steps to Reproduce
Logs & Screenshots
Additional Information
This is not the job of the MCP Server. The job of the MCP Server is to provide the tools, and no single tool has two identically named methods, because... well it cannot.
Other MCP Server clients handle this just fine, and namespace the methods under the providing tool.
The warning is also not helpful at all, simply claiming there is a method clash, without telling the User which tools are involved for resolution...
And since Inspector doesn't work against
mcpo....I am specifically seeing a lot of
fetchorpostclashes.https://github.com/open-webui/mcpo/issues/242
https://github.com/modelcontextprotocol/inspector/issues/860
@daryltucker commented on GitHub (Oct 11, 2025):
Hey, actually they are... no idea where that came from...