fix(ui): clarify MCP Servers and Virtual Servers naming in admin UI#3988
Closed
kimsehwan96 wants to merge 1 commit intoIBM:mainfrom
Closed
fix(ui): clarify MCP Servers and Virtual Servers naming in admin UI#3988kimsehwan96 wants to merge 1 commit intoIBM:mainfrom
kimsehwan96 wants to merge 1 commit intoIBM:mainfrom
Conversation
- MCP Servers tab: "MCP Servers & Federated Gateways (MCP Registry)" → "MCP Servers (Registry)" - Virtual Servers tab: "Virtual MCP Servers" → "Virtual Servers (Federated MCP Endpoints)" Signed-off-by: kimsehwan96 <sktpghks138@gmail.com>
Collaborator
|
Hi, @kimsehwan96, thanks for your pull request! Although I agree that the terminology is somewhat confusing, I do not agree with the proposed solution, as it goes too vebose and quite wide on the UI. Maybe a naming refactor might be discussed in the community, what do you think of opening a discussion about it? |
Collaborator
|
Appreciate your feedback; thank you for contributing! We're currently redesigning the UI and will address naming as part of that broader initiative. |
Contributor
Author
|
Thanks @gcgoncalves @a-effort — agreed, happy to close. Just wanted to ping the issue with this PR; the naming refactor is better left to maintainers/collaborators. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
N/A
📝 Summary
Clarify the Admin UI tab headers to reduce naming confusion between MCP Servers and Virtual Servers.
The "Federated Gateways" label was misleading on the MCP Servers tab — federation is what Virtual Servers do (combining tools/resources from multiple MCP servers into a single endpoint), not what the MCP Servers registry does.
🏷️ Type of Change
Admin UI changes.
🧪 Verification
make lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)
UI-only text change, 2 lines modified in admin.html. No logic or behavior changes.