Skip to content

Conversation

continue[bot]
Copy link
Contributor

@continue continue bot commented Oct 7, 2025

Description

This PR adds an 'Explore MCP Servers' option at the bottom of the /mcp slash command's select menu in the CLI. When selected, it opens https://hub.continue.dev/?type=mcpServers in the user's default browser.

Changes

  • Added '🔍 Explore MCP Servers' menu item to the main MCP selector menu
  • Implemented handler to open the MCP servers hub URL using the existing open package
  • Displays success message after opening the browser

Testing

  • The option appears at the bottom of the main menu (before the 'Back' option)
  • When selected, it opens the correct URL in the default browser
  • Shows a confirmation message after opening

Fixes CON-4283


This agent session was co-authored by nate and Continue.


Summary by cubic

Adds a "🔍 Explore MCP Servers" option to the bottom of the /mcp CLI menu that opens the MCP servers hub in the default browser and shows a confirmation. Fixes CON-4283.

- Added '🔍 Explore MCP Servers' option at the bottom of the MCP selector menu
- Opens https://hub.continue.dev/?type=mcpServers in default browser
- Uses existing 'open' package dependency

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: Username <nate@continue.dev>

// Add "Explore MCP Servers" option at the bottom
options.push({
label: "🔍 Explore MCP Servers",
Copy link
Contributor

Choose a reason for hiding this comment

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

no emoji please

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Oct 7, 2025
@sestinj sestinj marked this pull request as ready for review October 7, 2025 18:21
@sestinj sestinj requested a review from a team as a code owner October 7, 2025 18:21
@sestinj sestinj requested review from sestinj and removed request for a team October 7, 2025 18:21
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 7, 2025
Copy link

github-actions bot commented Oct 7, 2025

⚠️ 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.

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

@sestinj sestinj merged commit b62564c into main Oct 8, 2025
61 of 63 checks passed
@sestinj sestinj deleted the continuebot/con-4283 branch October 8, 2025 14:27
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Oct 8, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2025
@sestinj
Copy link
Contributor

sestinj commented Oct 8, 2025

🎉 This PR is included in version 1.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Oct 12, 2025

🎉 This PR is included in version 1.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Oct 15, 2025

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

released size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant