v0.4.1 — Bug fixes: prompt trusts tool results
Small bug-fix release on top of v0.4.0.
A real session repeatedly re-called gds/forms-read for the same form, writing "didn't return the full details" each time, even though every return contained all 10 fields. The model was treating long JSON returns as "incomplete".
Fix
- SystemPrompt: new "Trusting tool results" block — the JSON return IS the full result; truncation is always explicit (
truncated: trueflag or a stated "first N items" note); if a list result is missing an item the user expects, check whether default filters hide it (e.g.gds/forms-listdefaults to active + non-trashed — passinclude_inactive/include_trashed) before assuming the item is gone.
Companion to gds-mcp v0.5.0 which adds the filter inputs and fixes the silent restoreForm bug.
Full changelog: v0.4.0...v0.4.1