McpServerOutputParsingJsonParameters interface

Parameters for parsing MCP server tool output as JSON.

Properties

documentsPath

The JSON path to the document array in the tool output.

includeContext

Whether surrounding JSON context is included with extracted documents.

Property Details

documentsPath

The JSON path to the document array in the tool output.

documentsPath: string

Property Value

string

includeContext

Whether surrounding JSON context is included with extracted documents.

includeContext?: boolean

Property Value

boolean