Skip to content

Releases: cubicecho/mcp-actual

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:33

1.0.0 (2026-07-22)

Bug Fixes

  • actual: handle split legs, income categories, and the update race (0202cd2)
  • close a password leak and eight silent-failure paths (629f42c)
  • fail closed on auth, bound every operation, pin the API (03f1173)
  • rules: correct action ops, split handling, and id validation (785392c)

BREAKING CHANGES

  • the server now refuses to start unless MCP_ACTUAL_TOKEN
    is set or SECURE_LOCAL_NET=true. Deployments that relied on an unset
    token meaning "no auth" must set one of the two before upgrading. This
    applies to read-only deployments too, since an unauthenticated read-only
    server still exposes the full budget.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:46

0.5.0 (2026-07-20)

Features

  • prompts: add payee, categorization, and orientation workflows (59fab95)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:21

0.4.0 (2026-07-20)

Features

  • rules: preview rule effects and apply rule actions (f04c08c)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 01:24

0.3.0 (2026-07-20)

Features

  • categories: add category group tools (3d7fea5)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 00:13

0.2.1 (2026-07-20)

Bug Fixes

  • categories: stop passing includeHidden as Actual's hidden filter (17b17fc)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:20

0.2.0 (2026-07-19)

Features

  • config: add ACTUAL_ENABLE_WRITES gate, default on (b7a65b1)
  • tools: implement the full tool surface from SPECS.md (cde0cd1)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:37

0.1.1 (2026-07-19)

Bug Fixes

  • ci: trigger the initial release build (fcee696)