Add a "Connect via MCP" button to the hero - #359
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
QSchlegel
force-pushed
the
claude/hero-mcp-button
branch
from
August 12, 2026 22:44
b940d25 to
2ff7b5c
Compare
QSchlegel
changed the base branch from
claude/mcp-connections-ui
to
claude/mcp-governance-tools
August 12, 2026 22:44
The top hero had no MCP entry point at all — connecting an agent was only reachable by scrolling to the developer section. It now sits alongside Connect Wallet and Explore features, in both the signed-in and signed-out states, and it is the one thing a visitor can set up before owning a wallet. Also renames the card's primary button from "Setup guide" to "MCP setup guide", so the label says what it links to. The page scrolls inside `main` rather than the window, so the fragment link was worth checking rather than assuming: clicking it moves 5,100px and lands #connect-mcp at the top of the viewport. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
QSchlegel
force-pushed
the
claude/hero-mcp-button
branch
from
August 13, 2026 09:16
2ff7b5c to
df99960
Compare
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.
The top hero had no MCP entry point at all — connecting an agent was only reachable by scrolling to the developer section. This puts Connect via MCP alongside Connect Wallet and Explore features, in both the signed-in and signed-out states. It's the one thing a visitor can set up before owning a wallet, so it shouldn't be buried.
Also renames the card's primary button from "Setup guide" to "MCP setup guide", so the label says what it links to.
Verified, not assumed
This page scrolls inside
mainrather than the window, which commonly breaks#anchornavigation. Clicking the button moves 5,100px and lands#connect-mcpat the top of the viewport.tscclean, build green, 805 + 76 tests.Note on the base branch
Based on #358, not
preprod— the button needs thePlugimport and the#connect-mcpanchor, both introduced there, so it cannot stand alone until #358 lands. GitHub will retarget this topreprodautomatically once #358 merges. The diff here is one commit, 10 lines.🤖 Generated with Claude Code