Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.
Create an HTML text tool result.
HTML text.
Tool result with text/html MIME metadata.
text/html
Prefer { content: [{ type: "text", text: content }] }.
{ content: [{ type: "text", text: content }] }
Deprecated
Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.