Skip to content

Conversation

@srivtx
Copy link

@srivtx srivtx commented Jan 2, 2026

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

  • DeploymentsView.svelte:
    • Added FileBox icon import
    • Added "View Catalog Entry" menu option that appears when a server has a catalogEntryID
    • Supports both regular and power user workspace URLs

Testing

  • Verified the option only appears for servers with a catalogEntryID
  • Confirmed navigation works correctly for both admin and workspace paths
  • Ctrl/Cmd+click opens in new tab

Notes

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.

srivtx added 2 commits January 2, 2026 05:18
The search input in the connectors dialog was scrolling away when users
scrolled through the list, requiring them to scroll back to the top to
search.

Added sticky positioning to the search header so it stays visible while
scrolling through the connector list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant