refactor(chat): keep one first-party MCP App - #5172
Open
benjaminshafii wants to merge 17 commits into
Open
benjaminshafii wants to merge 17 commits into
benjaminshafii wants to merge 17 commits into
Conversation
# Conflicts: # ee/apps/den-api/src/mcp/generated-artifact-views.ts # ee/apps/den-api/test/mcp-generated-artifact-views.test.ts
…p-core # Conflicts: # apps/server/src/opencode-plugins/openwork-extensions-preview.ts
…p-core # Conflicts: # apps/app/src/components/chat/mcp-app-frame.tsx
… changes Reduce the generated first-party MCP App surface to one bundle, connection-action, so the shared runtime can be widened later on solid ground. The skill-created and plugin-flow confirmation Apps are removed from Den: create_skill and update_skill are plain tools returning text and structured details, and library-sharing capabilities return the ordinary operation response. Also drop changes outside the tool-UI scope: .devcontainer and CI workflow edits, the Den test-script build prefixes, the queued-draft attachment preview refactor, and the abort-row suppression that competes with dev's TaskRecovery.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. 4 Skipped Deployments
|
Member
Author
|
Selected evidence: Passed · 3/3 tests · 14/14 assertions · 6 images Commit |
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
Simplified replacement for #5054. Keep one generated first-party MCP App bundle—connection-action—and expand the shared runtime only when needed.
Verification
Design
DESIGN.md P3/P5/P7, S4/S5, C5/C6, T2: progressive disclosure, existing primitives, explicit preview actions, and inline connection recovery. Single-bundle boundary deliberately excludes new confirmation UI.