You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(thrive): surface malformed JSON errors, drop redundant limit param
- parseThriveArray/parseThriveJsonObject now throw a descriptive error on
malformed JSON instead of silently sending an empty/omitted value
- additionalFields parse errors are surfaced to the caller
- remove the redundant 'limit' query param (perPage already covers paging and
the API prioritises perPage over limit) from the five list tools and block
0 commit comments