feat(dashboard): redesign plugin MCP server list with toolset metadata#2552
Merged
bradcypert merged 9 commits intomainfrom May 4, 2026
Merged
feat(dashboard): redesign plugin MCP server list with toolset metadata#2552bradcypert merged 9 commits intomainfrom
bradcypert merged 9 commits intomainfrom
Conversation
Replace the sparse name/policy/delete table on the plugin detail page with a row layout that joins each plugin server against the available toolsets and surfaces the data users actually need: tool count, MCP public/private/off state, policy as a badge, toolset description, and last-updated timestamp. Each row links to the underlying toolset, and servers whose toolset has been deleted are flagged inline. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 3925eec The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
🚀 Preview Environment (PR #2552)Preview URL: https://pr-2552.dev.getgram.ai
Gram Preview Bot |
Add a leading server icon as a row anchor, lucide icons inside the MCP state badge (globe/lock/unplug), and a hover-only chevron-right inside the toolset link to telegraph navigation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Switch the plugin server entries to the same DotCard component used on the MCP list page, with min-h-[112px] for a shorter footprint, a kebab MoreActions menu in the top-right for the remove action, and the lucide Server icon in the dot-pattern image area. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Match the MCP list page layout by rendering the plugin MCP server cards in a 1-column grid that becomes 2 columns at the xl breakpoint. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Mirror the MCPCard layout: Network icon in the dot sidebar, name plus ToolCollectionBadge in the header, pulse status indicator (Public / Private / Disabled) on the footer left, and an "Open" link with arrow on the footer right. Drop the bespoke kebab, custom min-height, text-based MCP state badges, Required/Optional badge, and updated-at timestamp so the card is structurally identical to the one used on the MCP list page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Swap the footer-right Open arrow for a ghost icon-sm trash button that calls useRemovePluginServerMutation. The card body still navigates to the toolset on click; the trash button stops propagation so it removes the server from the plugin without navigating. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Public/Private/Disabled pulse indicator was duplicated across MCPCard, MCPTableRow, and the new plugin server card. Extract it into a reusable MCPStatusIndicator under components/mcp/ with a sm/md size prop covering the two existing dot sizes, and update the three callers. Also revise the plugin server changeset to drop the policy and last-updated claims that the implementation does not surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…load Previously every card flashed the destructive "Toolset missing" badge during the brief window before useListToolsets resolved, because the card treated any missing toolset as deleted. Pass isLoadingToolsets through to PluginServerCard and render skeleton placeholders for the tool count and MCP status indicator while loading; only show the "Toolset missing" badge once we know the toolset is genuinely absent. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
simplesagar
approved these changes
May 1, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Redesign Plugin MCP server list to be consistent with rest of the application.