Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: milisp/mcp-linker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: milisp/mcp-linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 19 commits
  • 298 files changed
  • 1 contributor

Commits on Jun 25, 2025

  1. 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.
    milisp committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    dd00d05 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. 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.
    milisp committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    9f7f502 View commit details
    Browse the repository at this point in the history
  2. 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.
    milisp committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    a23629d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. 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.
    milisp committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    76b23fd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Move to tauri-app

    milisp committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    efbf836 View commit details
    Browse the repository at this point in the history
  2. 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.
    milisp committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    1e67f66 View commit details
    Browse the repository at this point in the history
  3. 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.
    milisp committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    11c0252 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. 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.
    milisp committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    15733ee View commit details
    Browse the repository at this point in the history
  2. feat: add to team local

    milisp committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    2129ea4 View commit details
    Browse the repository at this point in the history
  3. 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.
    milisp committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    ab1a4b8 View commit details
    Browse the repository at this point in the history
  4. 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.
    milisp committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    8a9122e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. 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.
    milisp committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    d2aa44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d7638 View commit details
    Browse the repository at this point in the history
  3. 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.
    milisp committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    8370e10 View commit details
    Browse the repository at this point in the history
  4. 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.
    milisp committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    04a9fa8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. 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.
    milisp committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    4b45b45 View commit details
    Browse the repository at this point in the history
  2. 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.
    milisp committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    5075da6 View commit details
    Browse the repository at this point in the history
  3. 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.
    milisp committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    03d3f2a View commit details
    Browse the repository at this point in the history
  4. 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.
    milisp committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    cc757a7 View commit details
    Browse the repository at this point in the history
Loading