Tags: milisp/mcp-linker
Tags
fix: update warning message color in CloudSyncDialog - Changed the warning message color from destructive red to yellow for better visibility when no local server configurations are found, prompting users to add at least one server before uploading to the cloud.
fix: update navigation paths in Sidebar and useAuth hooks - Changed Sidebar navigation link to redirect users to the dashboard instead of the manage page based on user authentication status. - Updated useAuth hook to navigate to the manage page after successful sign-in instead of onboarding.
feat: enhance layout and server discovery UI - Added GitHubStars component to the layout for improved visibility of project popularity. - Updated the server list empty state message to provide clearer feedback to users. - Refactored the Discovery page to implement a tabbed interface for better organization of server categories, utilizing the ServerList component for displaying discovered servers.
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.
PreviousNext