-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: milisp/mcp-linker
base: v1.4.0
head repository: milisp/mcp-linker
compare: v1.5.0
- 19 commits
- 298 files changed
- 1 contributor
Commits on Jun 25, 2025
-
fix: correct property name from isActived to isActive in server confi…
…gurations - Updated all instances of 'isActived' to 'isActive' in the server configuration types and related logic to ensure consistency and correctness. - Adjusted comments and logic in the mcp_sync and json_manager modules to reflect the property name change. fix: correct variable name for isActive in server state management - Updated variable name from 'isActive' to 'isactive' in the json_manager module to ensure consistency with previous changes. - Adjusted logic to maintain the correct server configuration state during updates.
Configuration menu - View commit details
-
Copy full SHA for dd00d05 - Browse repository at this point
Copy the full SHA dd00d05View commit details
Commits on Jun 26, 2025
-
docs: update README with roadmap and enhance team collaboration section
- Improved the team collaboration features section for clarity. - Added a roadmap outlining planned features for upcoming versions, including server configuration management and deployment options. - Encouraged community engagement by inviting users to share ideas through issues or Discord.
Configuration menu - View commit details
-
Copy full SHA for 9f7f502 - Browse repository at this point
Copy the full SHA 9f7f502View commit details -
fix: update client configurations to reflect free status for all clients
- Changed the 'free' property for "Claude Code", "Roo Code", and "VSCode" clients from false to true. - Updated the 'free' status for the "Custom" client option to true in client options.
Configuration menu - View commit details
-
Copy full SHA for a23629d - Browse repository at this point
Copy the full SHA a23629dView commit details
Commits on Jun 27, 2025
-
Add early access page and update pricing link
The changes add a new early-access.md file with pricing plan details and update the README with related links and references to Claude Desktop extensions.
Configuration menu - View commit details
-
Copy full SHA for 76b23fd - Browse repository at this point
Copy the full SHA 76b23fdView commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efbf836 - Browse repository at this point
Copy the full SHA efbf836View commit details -
chore: update .gitignore and remove unused VSCode settings
- Added .cursor to .gitignore to exclude cursor rules from version control. - Deleted the tauri-app/.vscode/settings.json file as it is no longer needed. - Simplified the Brand component by removing unused imports and unnecessary JSX elements.
Configuration menu - View commit details
-
Copy full SHA for 1e67f66 - Browse repository at this point
Copy the full SHA 1e67f66View commit details -
refactor: remove Brand component and update Sidebar and Layout for si…
…debar functionality - Deleted the Brand component as it was no longer needed. - Updated Layout component to manage sidebar state and toggle its collapsed state. - Modified Sidebar component to accept isCollapsed prop for dynamic width adjustment. - Enhanced Layout structure for better organization and responsiveness. - Updated Cargo.toml and tauri.conf.json to enable macOS private API features and improve window configurations.
Configuration menu - View commit details
-
Copy full SHA for 11c0252 - Browse repository at this point
Copy the full SHA 11c0252View commit details
Commits on Jul 1, 2025
-
feat: import mcp config from url or json and enhance user trial manag…
…ement - Integrated the @tauri-apps/plugin-clipboard-manager to enable clipboard functionalities. - Updated user store to include trial status and expiration date for better trial management. - Enhanced GlobalDialog to support trial initiation and improved user feedback with toast notifications. - Refactored LocalTable and TeamLocalTable components to manage user tier and trial status effectively. - Updated various components to streamline user experience and ensure consistent handling of user permissions and dialogs.
Configuration menu - View commit details
-
Copy full SHA for 15733ee - Browse repository at this point
Copy the full SHA 15733eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2129ea4 - Browse repository at this point
Copy the full SHA 2129ea4View commit details -
feat: update consent dialog and server data collection messaging
- Revised consent dialog to specify that server name and client name data may be collected. - Added clarification in the settings section regarding the data collection. - Updated API function to only send client and server names if the user has agreed to the terms. - Enhanced user messaging on the AuthPage to specify the type of data collected.
Configuration menu - View commit details
-
Copy full SHA for ab1a4b8 - Browse repository at this point
Copy the full SHA ab1a4b8View commit details -
feat: enhance layout and client selection components
- Refactored Layout component to include ConfigScopeSelector and conditionally render ClientSelector or TeamSelector based on the selected scope. - Updated ClientSelector to remove unnecessary authentication checks and improved placeholder text. - Added ConfigScopeSelector for selecting between personal and team scopes. - Enhanced ServerCard to display server tags if available. - Improved consent dialog messaging for clarity on data collection.
Configuration menu - View commit details
-
Copy full SHA for 8a9122e - Browse repository at this point
Copy the full SHA 8a9122eView commit details
Commits on Jul 2, 2025
-
refactor: replace unified deep link hook and streamline routing
- Replaced the `useUnifiedDeepLink` hook with `useDeepLink` for improved deep link handling. - Updated the `StartupRedirect` component to utilize Zustand store for deep link state management. - Simplified protected routes in `AppRoutes` by using an array and mapping for better readability. - Removed the `useUnifiedDeepLink` hook file and adjusted related components accordingly. - Enhanced the `AuthPage` to use a dedicated `AuthUnavailable` component for better user experience when authentication is disabled. - Cleaned up the `Dashboard` component by removing unused state and API calls, focusing on logout functionality. - Streamlined the `OnBoarding` component by removing complex authentication logic and focusing on user experience.
Configuration menu - View commit details
-
Copy full SHA for d2aa44e - Browse repository at this point
Copy the full SHA d2aa44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d7638 - Browse repository at this point
Copy the full SHA b9d7638View commit details -
feat: enhance server routing and configuration management
- Added a new route for server details using owner and repo parameters. - Removed the ServerInfoSection component to streamline server configuration. - Refactored ServerConfigDialog to utilize a new ServerConfigForm for better modularity. - Updated ServerPage to handle server data fetching based on both ID and repository parameters. - Improved deep link handling to support new routing structure. - Enhanced user feedback with toast notifications for server actions.
Configuration menu - View commit details
-
Copy full SHA for 8370e10 - Browse repository at this point
Copy the full SHA 8370e10View commit details -
refactor: update consent dialog messaging and remove unused state
- Removed the agreeToTerms function from the ConsentDialog component as it was no longer needed. - Revised consent dialog messaging for clarity, specifying that the app does not currently collect data and outlining future data collection practices. - Enhanced user instructions for acknowledging terms before using the app.
Configuration menu - View commit details
-
Copy full SHA for 04a9fa8 - Browse repository at this point
Copy the full SHA 04a9fa8View commit details
Commits on Jul 3, 2025
-
feat: enhance cloud configuration management with delete functionality
- Added a tooltip and delete button in PersonalCloudTable and TeamCloudTable for removing all personal and team server configurations, respectively. - Implemented confirmation dialogs to prevent accidental deletions and provide user feedback via toast notifications. - Updated the LocalTable to show an alert dialog when the encryption key is missing, guiding users to the settings for key generation. - Improved error handling in cloud sync hooks to provide clearer messages on failures.
Configuration menu - View commit details
-
Copy full SHA for 4b45b45 - Browse repository at this point
Copy the full SHA 4b45b45View commit details -
chore: update version and refactor LocalTable components
- Bumped version from 1.4.0 to 1.5.0 in package.json. - Refactored LocalTable and LocalTableHeader components to utilize encryption key retrieval and provide user guidance for key generation. - Improved error handling in useCloudSync hook to display detailed error messages.
Configuration menu - View commit details
-
Copy full SHA for 5075da6 - Browse repository at this point
Copy the full SHA 5075da6View commit details -
feat: add local server configuration warning in CloudSyncDialog
- Displayed a message in the CloudSyncDialog when no local server configurations are found, prompting users to add at least one server before uploading to the cloud.
Configuration menu - View commit details
-
Copy full SHA for 03d3f2a - Browse repository at this point
Copy the full SHA 03d3f2aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cc757a7 - Browse repository at this point
Copy the full SHA cc757a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.5.0