Consolidate MCP setup into unified install guide component#71
Open
marcopesani wants to merge 5 commits intomainfrom
Open
Consolidate MCP setup into unified install guide component#71marcopesani wants to merge 5 commits intomainfrom
marcopesani wants to merge 5 commits intomainfrom
Conversation
Replace generic MCP URL + separate API key cards with a unified install flow that reduces cognitive effort: - Add tabbed client picker (Claude, ChatGPT, Claude Code, Cursor) with pre-filled, copy-ready configuration for each client - Inline API key generation into the install flow so users see complete instructions immediately after generating a key - Collapse tool list, auth reference, and inspector docs into expandable sections to reduce visual noise - Add numbered step components and full-config copy buttons - Update loading skeleton to match new single-card layout Inspired by Vercel's MCP docs pattern of per-client instructions with zero-assembly configuration snippets. https://claude.ai/code/session_01Pi2C7fV57P2vRkoX1JzKjy
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…bile tabs - Claude tab: use ?api_key= in URL instead of auth headers (not supported) - Cursor tab: add 1-click install button via cursor:// deeplink protocol - Mobile: switch tabs to 2x2 grid on small screens, abbreviate "Claude Code" to "CLI" https://claude.ai/code/session_01Pi2C7fV57P2vRkoX1JzKjy
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Available tools, authentication reference, and MCP Inspector testing are informational — not part of the setup flow. Give each its own card for clearer visual separation. Remove unused ExpandableSection component and ChevronDown import. https://claude.ai/code/session_01Pi2C7fV57P2vRkoX1JzKjy
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
Replaced the separate
McpServerUrlandApiKeyCardcomponents with a new unifiedMcpInstallGuidecomponent that provides a complete, step-by-step setup experience for connecting AI clients to Brevet's MCP endpoint.Key Changes
McpInstallGuidecomponent with comprehensive setup instructions for multiple AI clients (Claude, ChatGPT, Claude Code, Cursor)/dashboard/mcppath revalidation when API key is regeneratedImplementation Details
CopyButton,CodeBlock,Step,ApiKeyInline,ExpandableSectionregenerateApiKeyserver action for key managementhttps://claude.ai/code/session_01Pi2C7fV57P2vRkoX1JzKjy