-
Notifications
You must be signed in to change notification settings - Fork 71
chore: support lucien deeplink in registry page #191
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
chore: support lucien deeplink in registry page #191
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
Pull Request Overview
Adds support for Lucien deep links on the registry page and implements a pinned/official/other server sorting order.
- Introduces an “Install” button with Lucien deeplink functionality
- Implements sorting logic to prioritize pinned, then official, then other servers
- Provides a small Lucien server configuration file for specifying pinned servers
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
pages/registry/index.html | Added CSS for .install-button , included Lucien config, sorting logic, and deeplink handlers |
pages/_includes/lucien-servers.js | Defined lucienSpecifiedServers array for pinned-server support |
🎉 This PR is included in version 1.14.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
User description
PR Type
Enhancement
Description
Add Lucien deeplink support for MCP server installation
Implement pinned server sorting with priority order
Add install buttons with deeplink functionality
Create server configuration for Lucien integration
Changes diagram
Changes walkthrough 📝
index.html
Add Lucien deeplink and server sorting
pages/registry/index.html
lucien-servers.js
Create Lucien server configuration
pages/_includes/lucien-servers.js