Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.
Create an XML text tool result.
XML text.
Tool result with text/xml MIME metadata.
text/xml
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.