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