docs: point MCP server examples at the public app.sourcebot.dev deployment#1462
Conversation
…yment Replaces the sb.example.com placeholder throughout the MCP server docs with app.sourcebot.dev so the examples connect to our public deployment out of the box, and adds a note telling readers to swap in their own deployment URL. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@msukkari your pull request is missing a changelog! |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated MCP setup documentation to use ChangesMCP setup documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The MCP server docs used a
sb.example.complaceholder in every client example, which doesn't resolve to anything. This swaps all of them toapp.sourcebot.devso the examples connect to our public Sourcebot deployment out of the box, and adds a short note near the top telling readers to replace the URL with their own deployment as needed.sb.example.comoccurrences indocs/docs/features/mcp-server.mdxwithapp.sourcebot.dev(code snippets and the per-example "Replace ..." lines).Docs-only change, so no CHANGELOG entry.
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only URL and copy updates with no runtime, auth, or API behavior changes.
Overview
MCP client setup docs now use
https://app.sourcebot.dev/api/mcpinstead of the non-resolvingsb.example.complaceholder in every snippet and “Replace …” line (Claude Code, Cursor, VS Code, Codex, OpenCode, Windsurf; OAuth and API key tabs).A Note above the accordion examples states that samples target the public deployment at app.sourcebot.dev and that readers should swap in their own instance URL when self-hosting.
Reviewed by Cursor Bugbot for commit 7c1c0ab. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit