Tool result with JSON text and the array as structuredContent.
Deprecated
Prefer
{ content: [{ type: "text", text: JSON.stringify(data) }], structuredContent: data }
or { content: [], structuredContent: data } (SDK may auto-append JSON text for
non-object roots).
Deprecated
Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.