-
Notifications
You must be signed in to change notification settings - Fork 302
docs: fix broken images to claude mcp #2406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix 2 broken images on the claude for desktop page
WalkthroughReplaced four image references in src/routes/integrations/mcp-claude/+page.markdoc: paths changed from /images/docs/mcp/claude/claude-mcp-tools.png and /images/docs/mcp/claude/claude-list-users.png to /images/docs/mcp/claude-desktop/claude-mcp-tools.png and /images/docs/mcp/claude-desktop/claude-list-users.png. Updates apply to the header images list and inline image occurrences. No other content, logic, control-flow, or exported/public entity declarations were modified. Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/routes/integrations/mcp-claude/+page.markdoc (1)
21-22: Frontmatter still points to old image paths — update to claude-desktop.This will otherwise keep previews/galleries broken.
Apply:
- - /images/docs/mcp/claude/claude-mcp-tools.png - - /images/docs/mcp/claude/claude-list-users.png + - /images/docs/mcp/claude-desktop/claude-mcp-tools.png + - /images/docs/mcp/claude-desktop/claude-list-users.png
🧹 Nitpick comments (4)
src/routes/integrations/mcp-claude/+page.markdoc (4)
47-47: Wording: “Cursor” vs “Claude Desktop”.The section configures Claude Desktop; heading should match.
-## Step 2: Configure the MCP server on Cursor +## Step 2: Configure the MCP server on Claude Desktop
55-55: Casing nit: macOS.-... `CMD + ,` on MacOS) ... +... `CMD + ,` on macOS) ...
82-82: Alt text: make it descriptive for a11y.- +
96-96: Alt text: make it descriptive for a11y.- +
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/routes/integrations/mcp-claude/+page.markdoc(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: tests
- GitHub Check: build
🔇 Additional comments (1)
src/routes/integrations/mcp-claude/+page.markdoc (1)
96-96: Second image path fix LGTM.Matches the new claude-desktop asset location.
fix 2 broken images on the top rotating images
Fix 2 broken images on the claude for desktop page
What does this PR do?
Fix broken images on claude for desktop page
BEFORE:
AFTER UPDATE:
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)
Summary by CodeRabbit