发布

  • docs: add Homebrew install for fff-mcp (#345) (#571)

    frostbyte_neo 发布于 2026-06-09 21:09:52 +00:00

    • docs: add Homebrew install for fff-mcp (#345)

    Document brew install jellydn/tap/fff-mcp as an alternative to the
    curl/PowerShell installers. Formula lives in jellydn/homebrew-tap and
    pulls prebuilt binaries from GitHub releases (v0.9.1).

    • ci: notify Homebrew tap on stable releases (#345)

    After a stable release, dispatch jellydn/homebrew-tap to regenerate
    fff-mcp.rb when HOMEBREW_TAP_DISPATCH_TOKEN is configured. Without the
    secret, the tap's scheduled workflow still picks up new versions.

    • ci: restrict Homebrew tap dispatch to dmtrKovalenko repo owner

    Require repository_owner == dmtrKovalenko and send FFF_RELEASE_BUMP_SECRET
    in dispatch payload for tap-side verification.

    • docs: fix MCP install copy after Homebrew section

    • fix(homebrew): move formula in-repo with release auto-bump (#571)

    Address maintainer review: stop hardcoding README version and external
    jellydn/homebrew-tap dependency. Formula/fff-mcp.rb is bumped on each
    stable release so brew upgrade picks up new versions.

    • Add Formula/fff-mcp.rb and scripts/bump-fff-mcp.sh (credit @jellydn)
    • Replace external tap dispatch with bump-homebrew-formula job
    • README: brew install dmtrKovalenko/fff/fff-mcp
    • fix(homebrew): use version DSL and #{version} URLs in formula

    Drop v = "x.y.z" and per-URL v0.9.1 literals. One version line plus
    RELEASE_BASE; download paths interpolate version at install time.
    CI bump script still sets version + sha256 from each release.

    • fix: Correct the CI to include correct checksums

    Co-authored-by: Dmitriy Kovalenko dmtr.kovalenko@outlook.com

    下载附件