feat(home): surface MCP, CLI, and Sentry for AI on the homepage - #19180
feat(home): surface MCP, CLI, and Sentry for AI on the homepage#19180sfanahata wants to merge 2 commits into
Conversation
Make agent tooling easier to find from the docs homepage by linking the MCP server and CLI in the setup card, and replace the Learn More CLI card with Sentry for AI. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Keep the install command on the header row so the MCP and CLI copy can wrap across the card instead of squeezing beside the snippet. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9bad769. Configure here.
| .commandPill { | ||
| margin-left: 0; | ||
| flex-basis: 100%; | ||
| grid-column: 1 / -1; |
There was a problem hiding this comment.
Mobile command pill overlaps header
Medium Severity
On viewports at 767px and below, .commandPill keeps grid-row: 1 from the desktop rule, so grid-column: 1 / -1 puts it in the same cells as the icon and title. The copy button stacks on top of the heading on the homepage setup card.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 9bad769. Configure here.


DESCRIBE YOUR PR
The docs homepage now points people to agent tooling instead of burying it. The coding-agent setup card links the Sentry MCP server and Sentry CLI after the agent plugin intro, and the Learn More CLI card is replaced with Sentry for AI, linking to
/ai/.IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
Select exactly one option. For deadlines, replace
YYYY-MM-DDwith the due date. You can update this information later by editing the PR description.SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
EXTRA RESOURCES
Made with Cursor