Open
Conversation
- Implemented MCPs page with filtering and sorting functionality - Added MCPs pagination component for displaying MCPs in a paginated format - Updated Navbar to include a link to the MCPs page - Enhanced public router to route to the new MCPs page - Created SCSS styles for MCPs page and pagination component - Updated Apis page to include view type and items per page selection
…paginated component - Removed ApisPaginated and McpsPaginated components and their associated styles. - Introduced LibraryPaginated component to handle pagination for both APIs and MCPs. - Updated translations in es.json to reflect the new LibraryPaginated terminology. - Adjusted imports in various files to use LibraryPaginated instead of the removed components. - Integrated Ratings component into ApiDetail and McpDetail pages for displaying ratings. - Cleaned up unused styles related to ratings in ApiDetail and McpDetail.
- Implemented the MCP UI and Inspector components for better user interaction. - Added new translations for English and Spanish in locales. - Created a new Section component to display tools, resources, and prompts. - Enhanced the Redux store to handle fetching MCP library data by slug. - Updated routing to include a dedicated MCP UI page. - Improved styling for the MCP UI components. - Added functionality to connect to MCP servers with various transport options. - Introduced error handling and loading states for better user experience.
SebastianDT1
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request type
Please check the type of change your PR introduces:
What is the new behavior?