KnownMcpServerOutputParsingKind enum

The kind of output parsing for an MCP server tool.

Fields

Auto

Automatically detect the output format and parse accordingly.

Json

Parse the output as a JSON document using the configured JSON parameters.

None

Treat the output as a single block without any parsing.

Split

Split the output into pages using the configured split parameters.