Tags: milisp/mcp-linker
Tags
feat: add TeamMemberPage and enhance team management features - Introduced TeamMemberPage for managing team members with protected routing. - Updated TeamColumns to include a button for navigating to the members page with a tooltip. - Enhanced TeamPage to facilitate navigation to the members section. - Added new types for team members to improve type safety and clarity in the codebase. - Updated toast removal delay for better user experience. - Remove git2 from Cargo.toml
feat: fix search page and enhance server fetching logic - Introduced a new SearchPage component for improved server search functionality. - Fix routing to include the search page. - Enhanced server fetching logic with a longer timeout and refined error handling for better user feedback. - Improved loading state display in the SearchPage to indicate ongoing searches. chore: update package and dependencies to version 1.3.0 - Bumped version of package.json and Cargo files for mcp-linker to 1.3.0. - Ensured consistency across package management files.
chore: update README files with new sync feature and manage example s… …creenshots - Updated English, Japanese, and Chinese README files to include information about syncing server configurations across clients. - Added new "Manage Example" section with screenshots to enhance user understanding of server management. - Removed outdated manager screenshot from the images directory.
refactor: clean up code formatting and improve error handling - Standardized quotation marks in ErrorBoundary and other components for consistency. - Enhanced readability by formatting multiline strings and JSX elements. - Improved error handling in fetchServers and getCurrentUser functions for better debugging. - Added checks for Supabase client initialization in useUnifiedDeepLink to prevent runtime errors. - Updated AuthPage and OnBoarding components to enhance user feedback during authentication processes.
feat: add new client options and enhance JSON handling for vscode and… … mcphub - Added new client options: Cline, Vscode, and mcphub.nvim to the client selector. - Updated EnvEditor to streamline environment variable handling. - Modified needspathClient to include Vscode. - Introduced hasViewed property in ServerType for tracking user interactions. - Enhanced client configuration paths for Cline and Vscode in the Rust backend. - Improved JSON management functions to normalize response keys for client consistency. docs: Add more client to readme