mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18168] bug: change to tool server list does not match release notes #57187
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 @willdady on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18168
Check Existing Issues
Problem Description
The release notes for v0.6.33 says the following:
This is what is actually displayed:
The URL and type (OpenAPI or MCP) is NOT displayed and the id case is rendered as
Kebab-Caseand notkebab-case. Also, the message below the list still only mentions OpenAPI where it should also mention MCP.Desired Solution you'd like
The implementation should match what's described in the release notes.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Oct 8, 2025):
If you hover over the tool, it'll be displayed as a tooltip.
@willdady commented on GitHub (Oct 9, 2025):
@tjbck good to know but why was this closed? The URL is not shown like the release notes claim? The id casing is a bug also.