feat(den): simplify MCP action cards - #2863
Merged
reachjalil merged 2 commits intoJul 16, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
|
@reachjalil is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
reachjalil
marked this pull request as ready for review
July 16, 2026 22:58
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.
Summary
Follow-up to #2851 that keeps imported MCP recovery clear without making marketplace cards visually heavy when a plugin declares several MCP servers.
Why
#2851 intentionally exposes the configuration provenance needed to recover imported MCP authentication. Showing every provider, URL, and explanation at once makes plugin cards grow quickly and becomes difficult to scan as the number of MCP requirements increases. This change uses progressive disclosure so the connection actions and operational details remain available without dominating the default view.
Scope
Den marketplace presentation only. This does not change MCP discovery, credentials, OAuth, connection ownership, readiness calculation, schemas, or runtime behavior.
UI proof
Multiple unresolved MCPs use one compact summary by default, and the marketplace grid no longer stretches the neighboring card.
Expanding the summary reveals a clean provider row and small icon-led Connect action for each MCP.
Validation
pnpm --dir ee/apps/den-web exec bun test tests/marketplace-mcp-readiness.test.ts— 12 passedpnpm --dir ee/apps/den-web typecheck— passedgit diff --check— passedThe default Den web test command was also attempted, but two unrelated observability tests could not resolve the freshly installed
@openwork-ee/utils/observabilitybuild artifact. The focused MCP readiness suite above passed independently.Manual review