Releases: ericmann/float-mcp
Releases · ericmann/float-mcp
Release list
v0.1.2
Added
user_emailinconfig.json— your Float account email can now live in
~/.config/float/config.jsonalongside the token, instead of only the
FLOAT_USER_EMAILenv var. With an email set, the server resolves your
people_idand 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 andfloat-mcp doctor.
v0.1.1
Added
- CI —
ci.ymlruns gofmt check,go vet, build, andgo test -racewith
coverage on push/PR, plus a golangci-lint job.
Changed
- Idempotent release re-runs —
release.replace_existing_artifactslets a
re-run after a partial failure replace same-named assets instead of failing
with a422 already_exists. - Example/fixture project names are now neutral placeholders (Acme, Globex), and
the contact email iseric@eamann.com.
Removed
- The bundled third-party Float skill and the internal build prompt — neither is
used by the server.