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 <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
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 sortingpages/registry/index.html
lucien-servers.js
Create Lucien server configurationpages/_includes/lucien-servers.js