feat: add View Catalog Entry option in deployments tab (#5388) #5401
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.
Summary
Adds a "View Catalog Entry" option in the Deployments & Connections tab dropdown menu, allowing users to directly access the MCP server catalog configuration.
Problem
When users view a deployed server in the Deployments & Connections tab, they had to navigate to the Server Entries tab, search for the server, and open it to access the catalog configuration. This was a cumbersome workflow.
Solution
Added a "View Catalog Entry" button in the dropdown menu for servers that were created from catalog entries. This provides direct navigation to the catalog entry configuration page.
Changes
FileBoxicon importcatalogEntryIDTesting
catalogEntryIDNotes
This option will only be visible for servers that were created from catalog entries. Servers created directly (without a catalog entry) will not show this option since there's no catalog entry to link to.