Skip to content

v0.4.1 — Bug fixes: prompt trusts tool results

Choose a tag to compare

@oxyc oxyc released this 29 May 11:57
· 22 commits to main since this release
a84124c

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: true flag 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-list defaults to active + non-trashed — pass include_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