Skip to content

Releases: ericmann/float-mcp

Release list

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:25

Added

  • user_email in config.json — your Float account email can now live in
    ~/.config/float/config.json alongside the token, instead of only the
    FLOAT_USER_EMAIL env var. With an email set, the server resolves your
    people_id and displays your name (looked up live from Float). Since Claude
    Desktop reads the same config file by default, token + email in one place
    configures both the GUI client and float-mcp doctor.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:03

Added

  • CIci.yml runs gofmt check, go vet, build, and go test -race with
    coverage on push/PR, plus a golangci-lint job.

Changed

  • Idempotent release re-runsrelease.replace_existing_artifacts lets a
    re-run after a partial failure replace same-named assets instead of failing
    with a 422 already_exists.
  • Example/fixture project names are now neutral placeholders (Acme, Globex), and
    the contact email is eric@eamann.com.

Removed

  • The bundled third-party Float skill and the internal build prompt — neither is
    used by the server.