-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Mcp hub #6799
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
base: dev
Are you sure you want to change the base?
Mcp hub #6799
Conversation
- Implemented a new hub for 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.
Pull Request Overview
Adds a new MCP Hub screen to browse/search an external MCP registry API and install servers, plus an entry point from the MCP Servers settings.
- New route and UI at /settings/mcp-servers/hub with infinite scroll, search, and install actions
- Adds "Import from API" action in the MCP Servers index toolbar
- Updates route generation/types and localization strings across languages
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| web-app/src/routes/settings/mcp-servers/index.tsx | Adds navigate action to open the new hub; integrates an import icon in the toolbar |
| web-app/src/routes/settings/mcp-servers/hub.tsx | New hub screen: fetches registry, lists items with metadata, supports search/infinite scroll, and installs selected servers |
| web-app/src/routeTree.gen.ts | Registers the new hub route and switches the MCP servers index to an index route path |
| web-app/src/locales/*/mcp-servers.json | Adds i18n strings for search, install states, repository link, and import action |
| web-app/src/constants/routes.ts | Adds a new route constant mcpservers |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 11 out of 11 changed files in this pull request and generated 12 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 11 out of 11 changed files in this pull request and generated 13 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 11 out of 11 changed files in this pull request and generated 8 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 11 out of 11 changed files in this pull request and generated 7 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Describe Your Changes
I had a MCP Hub based on an api to get mcp and install it faster and easier.
Fixes Issues
Self Checklist