I have searched the existing issues and discussions.
Problem Description
The release notes for v0.6.33 says the following:
🛠️ Tool server list now displays server name, URL, and type (OpenAPI or MCP) for easier identification and management.
This is what is actually displayed:
The URL and type (OpenAPI or MCP) is NOT displayed and the id case is rendered as Kebab-Case and not kebab-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
Originally created by @willdady on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18168
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
The release notes for v0.6.33 says the following:
> 🛠️ Tool server list now displays server name, URL, and type (OpenAPI or MCP) for easier identification and management.
This is what is actually displayed:
<img width="433" height="246" alt="Image" src="https://github.com/user-attachments/assets/4816a8cb-17b0-4139-8017-3d9833c0c84e" />
The URL and type (OpenAPI or MCP) is **NOT** displayed and the id case is rendered as `Kebab-Case` and not `kebab-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 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.
<!-- gh-comment-id:3383660158 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.