feat(den): guide chat through marketplace plugin imports - #2847
Merged
reachjalil merged 3 commits intoJul 17, 2026
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. |
Collaborator
Author
|
Paused intentionally while we solidify plugin patterns and review the plugin/MCP connection lifecycle, including the reported disconnect behavior. Keep this PR as a draft; we will return to it after that investigation. |
reachjalil
marked this pull request as ready for review
July 17, 2026 01:20
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
This is the conversational entry-point follow-up to the imported MCP authentication and recovery work in #2851/#2864 and the compact action UI in #2863.
authTypeexplicitly a fallback for unknown servers; plugin declarations and known-server policy remain authoritativecloudReadinessand the exact administrator/member action instead of claiming that an imported binding is usableEnd-to-end behavior
openwork-cloud.Scope and trust boundaries
Validation
Refreshed onto current
upstream/devat00fa6d4bb.pnpm --filter @openwork-ee/den-api exec bun test test/mcp-agent-config-policy.test.ts test/mcp-agent-timeouts.test.ts test/github-plugin-mcp-auth.test.ts— 23 passedpnpm --filter @openwork-ee/den-api build— passedgit diff --check— passedThe catalog test loads Den's OpenAPI document, runs the same search used by the chat MCP, and verifies discovery of preview, import, and resolved-readiness operations plus the access, authentication-fallback, marketplace, and selected-component request fields.
Manual verification
Not run: the live signed-in chat journey mutates organization marketplace data and requires organization credentials.
Suggested reviewer flow:
https://github.com/anthropics/knowledge-work-plugins/tree/main/engineering.Known external gap
The broader current-
devmarketplace readiness suite was also attempted: 53 passed, 1 failed. The existingmisclassified Slack bindings stay blocked until an admin repairs OAuth setupcleanup assertion expected the replaced connection row to be deleted, but it remained. This PR changes only agent instructions, OpenAPI descriptions, and their focused tests; it does not touch that cleanup path. The failure remains explicitly unresolved and is not presented as passing validation for this PR.