Skip to content

Conversation

@continue
Copy link
Contributor

@continue continue bot commented Oct 27, 2025

Summary

This PR converts the markdown bullet list of MCP Integration Cookbooks to a visual card-based layout using <Card> and <CardGroup> components to improve discoverability and visual hierarchy.

Changes

  • Replaced markdown bullet list with <CardGroup cols={2}> containing 11 <Card> components
  • Added appropriate icons for each cookbook:
    • book - Continue Docs MCP
    • github - GitHub MCP
    • atlassian - Atlassian MCP
    • chart-line - PostHog Session Analysis
    • globe - Netlify Performance
    • gauge - Chrome DevTools Performance
    • database - Sanity CMS and Supabase
    • bug - Sentry Error Monitoring
    • shield - Snyk Security
    • pipe - dlt Data Pipelines
  • Preserved all existing descriptions and links
  • Set two-column layout for optimal visual presentation

Files Modified

  • docs/guides/overview.mdx (lines 23-32 expanded to lines 23-67)

Testing

All links remain functional and point to the correct cookbook pages.

Fixes CON-4547


This agent session was co-authored by bekah@continue.dev and Continue.


Summary by cubic

Converted the MCP cookbook list on the Guides overview to a two-column card grid using CardGroup and Card components to improve discoverability. Added icons for each cookbook and kept all existing descriptions and links (CON-4547).

@continue continue bot requested a review from a team as a code owner October 27, 2025 22:37
@continue continue bot requested review from sestinj and removed request for a team October 27, 2025 22:37
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Oct 27, 2025
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Oct 27, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

….mdx

- Replace markdown bullet list with CardGroup and Card components
- Add appropriate icons for each cookbook (book, github, atlassian, chart-line, globe, gauge, database, bug, shield, pipe)
- Set cols={2} for two-column layout
- Preserve all descriptions and links

Fixes CON-4547

Co-authored-by: Username <nate@continue.dev>
Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@continue
Copy link
Contributor Author

continue bot commented Oct 27, 2025

The failing CI checks are due to a flaky Hub API test ( returning HTTP 502) on macOS runners. This is unrelated to the documentation changes in this PR, which only modifies docs/guides/overview.mdx to convert markdown links to card components.

The same test is passing on Ubuntu runners, and all other checks (including CLA, linting, and other tests) are passing.

@continue
Copy link
Contributor Author

continue bot commented Oct 27, 2025

The failing CI checks are due to a flaky Hub API test (openai/gpt-5 returning HTTP 502) on macOS runners. This is unrelated to the documentation changes in this PR, which only modifies docs/guides/overview.mdx to convert markdown links to card components.

The same test is passing on Ubuntu runners, and all other checks (including CLA, linting, and other tests) are passing.

@continue
Copy link
Contributor Author

continue bot commented Oct 27, 2025

Test Failure Analysis

The CI failures are in extensions/cli/src/hubLoader.test.ts - specifically the real Hub integration test for loading openai/gpt-5 model configuration.

Evidence this is unrelated to my changes:

  • My PR only modifies docs/guides/overview.mdx (documentation file)
  • No code changes were made
  • The test makes real HTTP requests to the Hub API
  • The error is HTTP 502: Bad Gateway (infrastructure issue)
  • The same test passes on Ubuntu runners but fails on macOS runners (flaky)

Recommendation:
This PR is safe to merge once a maintainer re-runs the failed checks or approves despite the flaky test, as the documentation changes are isolated and all relevant checks (CLA, linting, other tests) are passing.

@BekahHW BekahHW changed the title Convert MCP cookbook links to card components docs: Convert MCP cookbook links to card components Oct 28, 2025
@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Oct 28, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 28, 2025
@BekahHW BekahHW merged commit 6017c82 into main Oct 28, 2025
59 checks passed
@BekahHW BekahHW deleted the continuebot/con-4547 branch October 28, 2025 20:22
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Oct 28, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants