feat(landing): MCPSection + /agents docs page#63
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Phase 4 deliverable from the MCP spec: makes mcp.ghbounty.com discoverable from the landing. Adds <MCPSection /> (tabbed mcp.json snippets + quickstart) before <Community />, and a static /agents docs page with all 16 tools, auth model, rate limits, error codes, onboarding walkthrough, and slashing rules. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2f662a7 to
c385182
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.
Summary
Brings forward the Phase 4 deliverable from the MCP spec: makes
mcp.ghbounty.comdiscoverable from the landing page.docs/superpowers/specs/2026-05-05-ghbounty-mcp-server-design.mdWhat this PR adds
<MCPSection />on the landingSlotted before
<Community />. Includes:mcp.jsonsnippets (Claude Code / Cursor / Custom) + quickstart code block with@solana/kit+@ghbounty/sdk/agents) + "mcp.ghbounty.com" external link/agentsdocs pageStatic page covering:
ghbk_live_*keys)Files
frontend/components/MCPConfigTabs.tsxfrontend/components/MCPSection.tsxfrontend/components/MCPSection.module.cssfrontend/app/agents/page.tsx/agentsdocs pagefrontend/app/agents/agents.module.cssfrontend/app/page.tsx<MCPSection />before<Community />Dependencies
This PR is independent of PR #61 (Phase 1 MCP server). The URLs it advertises (
mcp.ghbounty.com/api/mcp/sse) only resolve once PR #61 deploys + DNS is configured. Until then, the section ships but the URL 404s.Suggested merge order:
Test plan
pnpm typecheckpasses (pre-existing BigInt errors intests/are unrelated to this PR)pnpm testpasses — 228 tests, 14 test filesConnect your agentcontent compiles into landing JS bundle/agentsreturns 200 withcreate_account.init,ghbk_live,BlockhashExpired,Device Flowin SSR HTML🤖 Generated with Claude Code