feat(website): add the MCP landing page - #20
Open
jog1t wants to merge 12 commits into
Open
Conversation
Bumps the Font Awesome kit to 1.0.62 and registers custom kits before the Font Awesome packages, so the uploaded Gemini, Claude, and Kubernetes brand marks resolve instead of the generic icons of the same name.
|
🚅 Deployed to the website-pr-20 environment in rivet-website
|
The page was first written against an older checkout that still had RedesignedCTA. Rebuilds it on the site layout constants, SectionRule, ClosingCtaPanel, and the scroll reveals, and adds a noscript fallback that shows every client tab.
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 18:26
Destroyed
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 18:34
Destroyed
Routes the host so the root serves the landing page while /mcp, /mcp/inspector-proxy/*, /health, /ready, and the OAuth resource metadata proxy to MCP_UPSTREAM. The trailing-slash redirect has to skip this host or it would 301 the /mcp endpoint itself.
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 18:45
Destroyed
Drops the local Shiki setup and the ink code plates for highlightCodeHtml on the paper card WorkflowCodeTabs uses, so the tokens match the rest of the marketing pages.
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 19:14
Destroyed
Uses Shiki with the shared ayu-light theme in the documentation's plate markup. The site's own tokenizer sets .line to display:block while emitting newlines between the lines, which double-spaced every snippet.
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 19:27
Destroyed
Wraps the snippet in a four-step flow from the question to the answer, so it reads as work the agent does rather than code the reader has to write.
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 19:30
Destroyed
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 21:36
Destroyed
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 26, 2026 21:39
Destroyed
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-20
August 27, 2026 20:25
Destroyed
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.
/mcp, built formcp.rivet.devmcp.rivet.devin the Caddyfile: the root serves the landing page while/mcp,/mcp/inspector-proxy/*,/health,/ready, and the OAuth resource metadata proxy toMCP_UPSTREAMBefore merging: attach
mcp.rivet.devto the website service and setMCP_UPSTREAMto where the MCP service is reachable.