发布

  • feat(mcp): expose home and fs root scanning options (#720)

    frostbyte_neo 发布于 2026-07-29 18:09:19 +00:00

    fff-core gates indexing of $HOME and / behind enable_home_dir_scanning and
    enable_fs_root_scanning, and every other surface (C, python, nvim, node/bun)
    exposes them. fff-mcp did not, so it aborts at startup whenever an editor or
    agent launches it from a home directory.

    Add --enable-home-scan and --enable-root-scan, also settable via
    FFF_ENABLE_HOME_SCAN and FFF_ENABLE_ROOT_SCAN. Both default off, so the guard
    is unchanged unless opted into.

    下载附件