Create a view/widget tool result (props → structuredContent).
Props object type.
Runtime view data.
Tool result with props in structuredContent.
Prefer a plain CallToolResult with view: on the tool
definition:
{ content: [{ type: "text", text }], structuredContent: props }.
Deprecated
Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.