9033efb60f
* fix(fff-mcp): compare CARGO_PKG_VERSION to stable release tag (#721) The update check compared the embedded 40-char git SHA prefix against the release tag string, which never matched a semver tag. It also hit /releases?per_page=1 (prerelease-inclusive) while install-mcp.sh is pinned to a stable tag, so the suggested installer could not silence the notice when the API returned a nightly. Compare CARGO_PKG_VERSION against /releases/latest (stable-only) with a leading `v` stripped from the tag. Closes #721 * test(fff-node): retry watch subscribe in exit test --------- Co-authored-by: gustav-fff <286169375+gustav-fff@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>