feat(mcp): plugin-carried Connect-an-agent Setup page + nav (#2714)#2741
Merged
Conversation
CONNECT_AGENT_UI_BUNDLE registered on kernel:ready via the manifest service (same pattern as the marketplace pages), gated on isMcpServerEnabled(). Page body = objectui's mcp:connect-agent widget (objectui#2372). zh-CN nav label. Browser-verified end-to-end with the live widget: nav entry renders under Integrations, page loads, on-page-minted key drives real MCP tools. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 2 package(s): 10 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
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.
#2714 Phase 1, companion to objectstack-ai/objectui#2372 (which closes objectstack-ai/objectui#2363).
The MCP plugin now carries its own Setup surface —
CONNECT_AGENT_UI_BUNDLE(pageconnect_agent+ nav entry under Integrations) registered onkernel:readyvia the manifest service, the exact pattern of the marketplace pages (cloud ADR-0009: the nav lives and dies with the capability). Gated onisMcpServerEnabled(): an opted-out deployment gets no page and no nav entry, mirroring the 404'd surface.The page body is the
mcp:connect-agentSDUI widget (objectui#2372): environment MCP URL from/discovery, per-client connect cards (claude.ai/Desktop, Claude Code + official plugin, Cursor deeplink, VS Code, Codex), SKILL.md download (#2728), show-once API-key minting. zh-CN nav label (连接智能体) added alongside the existing Setup nav translations.Verification
tools/list(9 tools), SKILL.md link serves the env-customized markdown.Refs #2714.
🤖 Generated with Claude Code