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.2.8
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.3.0
Choose a head ref
  • 8 commits
  • 68 files changed
  • 1 contributor

Commits on Jun 2, 2025

  1. feat: implement GitHub repository cloning functionality

    - Updated package.json to version 1.2.9.
    - Added a new Zustand store for managing GitHub repository URLs.
    - Enhanced the ServerCard component to set the repository URL when a server is selected.
    - Implemented a clone button in the ArgsTextarea component that triggers a GitHub clone operation.
    - Introduced a new utility function to parse GitHub repository URLs.
    - Added a Tauri command for cloning repositories from GitHub, ensuring proper error handling and user feedback.
    milisp committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5624d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea367b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc65246 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. feat: add routing and authentication pages, update dependencies

    - Introduced a new routing structure with AppRoutes for better navigation.
    - Added authentication page (AuthPage) for user login via GitHub and Google.
    - Implemented categories page for server management and discovery.
    - Enhanced Dashboard and Favorites pages for improved user experience.
    - Updated package.json and bun.lock to include new dependencies for Radix UI tooltip.
    - Removed obsolete ContentArea component and refactored Layout to streamline rendering.
    - Added new translations for submit and view detail actions.
    - Cleaned up unused components and improved overall code organization.
    milisp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    48e1569 View commit details
    Browse the repository at this point in the history
  2. feat: implement configuration file existence check in Recently component

    - Added a new function to check if the mcplinker configuration file exists before adding server items.
    - Enhanced error handling and user feedback with toast notifications during the server addition process.
    - Updated the loading logic for saved server configurations to include the new check.
    milisp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    c4ca574 View commit details
    Browse the repository at this point in the history
  3. feat: enhance MCP server management with new components and functiona…

    …lity
    
    - Added CommandDisplay, McpServerTable, ServerActionButtons, ServerStatusSwitch, and SyncConfigDialog components for improved server management.
    - Implemented enable/disable functionality for MCP servers with corresponding Tauri commands.
    - Updated package.json and bun.lock to include new dependencies for Radix UI components.
    - Refactored manage page to utilize the new table component for displaying server configurations.
    - Improved error handling and user feedback with toast notifications during server actions.
    milisp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8842702 View commit details
    Browse the repository at this point in the history
  4. 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.
    milisp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    eef23d9 View commit details
    Browse the repository at this point in the history
  5. 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.
    milisp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    e03ad5a View commit details
    Browse the repository at this point in the history
Loading