这是indexloc提供的服务,不要输入任何密码
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: wonderwhy-er/DesktopCommanderMCP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jamisliao/DesktopCommanderMCP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 12, 2025

  1. feat: Update filesystem tool to restrict access directories

    - Modify allowedDirectories to specify certain directories and remove access to the user's home directory
    - Add path validation to ensure requested paths are within allowed directories
    - Update searchFiles and getFileInfo functions to handle disallowed paths
    - Adjust listAllowedDirectories function to return the actual list of allowed directories
    jamisliao committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    fc6310e View commit details
    Browse the repository at this point in the history
  2. feat: update documentation and code to support directory access control

    - Added instructions in FAQ.md on how to control directory access for Claude
    - Detailed command line options in README.md
    - Updated config.json and related code to support dynamic loading of allowed directories
    - Added functionality to reload allowed directories, enabling configuration changes at runtime
    - Fixed some error handling logic in the code
    jamisliao committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    9fe0020 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. feat: Update Configuration and Command Management

    - Added default blocked command list in
    - Improved error handling and log output to avoid affecting JSON communication
    - Adjusted allowed directory loading logic to prevent automatic use of the current working directory
    jamisliao committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    89be305 View commit details
    Browse the repository at this point in the history
Loading