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.5.1
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.2
Choose a head ref
  • 17 commits
  • 61 files changed
  • 1 contributor

Commits on Jul 10, 2025

  1. docs: enhance README with macOS warning and installation details

    - Added a section addressing the misleading "App is Damaged" warning on macOS, including links to a YouTube fix and a related GitHub repository.
    - Updated the Smart Detection feature description to clarify that it auto-detects and installs Python, Node.js, and uv environments.
    milisp committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    52a9399 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. docs: update README for clarity and feature tracking

    - Revised the macOS "App is Damaged" warning section, moving it to a more prominent position and including links for resolution.
    - Enhanced the project star encouragement message for better engagement.
    - Updated the planned features list to use checkboxes for better tracking of progress on upcoming functionalities.
    milisp committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    0fd0e87 View commit details
    Browse the repository at this point in the history
  2. docs: clarify macOS unsigned app notice in README

    - Updated the section for macOS users regarding the unsigned app warning, emphasizing that the app is safe and providing a workaround link.
    - Enhanced the encouragement for users to support the project by starring it, with a clear goal for notarization upon reaching 200 stars.
    milisp committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    bc20236 View commit details
    Browse the repository at this point in the history
  3. Update README.md with shield

    milisp authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    4c99eff View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. remove awesome-claude-dxt

    milisp committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    f833283 View commit details
    Browse the repository at this point in the history
  2. docs: update README for improved clarity and feature highlights

    - Streamlined the introduction to emphasize one-click installation and syncing of MCP servers across AI clients.
    - Enhanced the key features section for better readability and impact.
    - Removed outdated sections and improved overall organization for a more user-friendly experience.
    milisp committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    0621a0e View commit details
    Browse the repository at this point in the history
  3. Update readme

    milisp committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    0a61ac8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. chore: update dependencies and add SQL plugin support

    - Added `@tauri-apps/plugin-sql` to both `package.json` and `bun.lock` for enhanced database functionality.
    - Updated `@tauri-apps/plugin-fs` version to a compatible range.
    - Introduced new routes and components for the DxtPage in `routes.tsx`.
    - Updated `Cargo.toml` and `Cargo.lock` to include `tauri-plugin-sql` and other necessary dependencies.
    - Enhanced capabilities in `default.json` to support SQL operations.
    milisp committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    940a92c View commit details
    Browse the repository at this point in the history
  2. docs: update README to include awesome-claude-dxt resource

    - Added a link to the curated list of awesome Desktop Extensions for enhanced user resources.
    milisp committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    659d49f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. feat: extend trial period to 14 days across components

    - Updated trial period from 7 days to 14 days in GlobalDialog, TeamTrialSection, useTeamTrial hook, and TeamPage.
    - Enhanced user messaging to clarify that no credit card is required for the trial.
    milisp committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    fd91e9e View commit details
    Browse the repository at this point in the history
  2. feat: add DxtDetail page and enhance DxtCard navigation

    - Introduced a new DxtDetail page for displaying detailed information about DXT items.
    - Updated routes to include dynamic routing for DxtDetail based on item ID.
    - Enhanced DxtCard component to navigate to the DxtDetail page on click, improving user experience.
    - Modified DxtPage to return the ID in the normalized manifest for better data handling.
    - Added a new function to retrieve a manifest by ID from the database.
    milisp committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    a03bb85 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. i18n dxt

    milisp committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e175f22 View commit details
    Browse the repository at this point in the history
  2. add auto import progress

    milisp committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    80d0514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab3e26d View commit details
    Browse the repository at this point in the history
  4. change workflow ci build

    milisp committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    670b7bf View commit details
    Browse the repository at this point in the history
  5. update to v1.5.2

    milisp committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    d7ea4b7 View commit details
    Browse the repository at this point in the history
  6. docs: update README with creator information and installation instruc…

    …tions
    
    - Added creator details and links to enhance user engagement.
    - Included installation instructions for macOS, addressing common issues with unsigned apps.
    - Removed the Development Guide section as it is no longer needed.
    - Updated demo GIF and adjusted content for clarity and conciseness.
    milisp committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    c126484 View commit details
    Browse the repository at this point in the history
Loading