mirror of
https://github.com/we-promise/sure.git
synced 2026-07-12 21:05:20 +00:00
* fix(assistant): include transaction name in get_transactions MCP output get_transactions already loads `entry = txn.entry` but only emits `merchant`, which is null unless a merchant is assigned. As a result MCP clients receive transactions with no identifying name. Add `entry.name` (the description shown in the UI and returned by the REST API) at zero extra query cost. * fix(assistant): include transaction name in get_transactions MCP output get_transactions already loads `entry = txn.entry` but only emits `merchant`, which is null unless a merchant is assigned. As a result MCP clients receive transactions with no identifying name. Add `entry.name` (the description shown in the UI and returned by the REST API) at zero extra query cost.