-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add 'Explore MCP Servers' option to /mcp slash command #8123
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
- 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", |
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.
no emoji please
|
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.
No issues found across 1 file
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
open
packageTesting
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.