Skip to content

McpPagedResultTextMode

Controls the text fallback emitted with structured MCP paged results.

public enum McpPagedResultTextMode

Emit compact serialized JSON in Content for MCP clients that ignore structured content.

SerializedJson = 0

McpPagedResultTextMode

Emit a short summary followed by compact serialized JSON.

SummaryAndSerializedJson = 2

McpPagedResultTextMode

Emit only a short summary, minimizing token cost and keeping raw cursors out of text content.

SummaryOnly = 1

McpPagedResultTextMode