McpPagedResultTextMode
Controls the text fallback emitted with structured MCP paged results.
- Kind:
Enum - Namespace: Repl.Mcp
- Assembly:
Repl.Mcp - Source: src/Repl.Mcp/McpPagedResultTextMode.cs
Signature
Section titled “Signature”public enum McpPagedResultTextModeFields
Section titled “Fields”SerializedJson
Section titled “SerializedJson”Emit compact serialized JSON in Content for MCP clients that ignore structured content.
SerializedJson = 0Returns
Section titled “Returns”SummaryAndSerializedJson
Section titled “SummaryAndSerializedJson”Emit a short summary followed by compact serialized JSON.
SummaryAndSerializedJson = 2Returns
Section titled “Returns”SummaryOnly
Section titled “SummaryOnly”Emit only a short summary, minimizing token cost and keeping raw cursors out of text content.
SummaryOnly = 1