Skip to content

Tags: milisp/mcp-linker

Tags

v1.3.1

Toggle v1.3.1's commit message
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

v1.3.0

Toggle v1.3.0's commit message
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.

v1.2.9

Toggle v1.2.9's commit message
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.

v1.2.8

Toggle v1.2.8's commit message
remove debug info

v1.2.7

Toggle v1.2.7's commit message
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.

v1.2.6

Toggle v1.2.6's commit message
chore: bump version to 1.2.6 and remove unused HTML files

- Updated package version from 1.2.5 to 1.2.6 in package.json.
- Deleted obsolete callback.html and index.html files from the public directory to streamline the project.

v1.2.5

Toggle v1.2.5's commit message
Merge branch 'main' of github.com:milisp/mcp-linker

v1.2.4

Toggle v1.2.4's commit message
- Bumped version in tauri configuration from 1.2.4-beta.1 to 1.2.4.

vv1.2.4-beta.1

Toggle vv1.2.4-beta.1's commit message
chore: bump version to v1.2.4-beta.1

v1.2.3

Toggle v1.2.3's commit message
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