McpServerOutputParsingJsonParameters interface

Parameters for JSON output parsing.

Properties

documentsPath

The JSON path to the array of documents in the tool output.

includeContext

Whether to include surrounding context from the JSON output alongside extracted documents.

Property Details

documentsPath

The JSON path to the array of documents in the tool output.

documentsPath: string

Property Value

string

includeContext

Whether to include surrounding context from the JSON output alongside extracted documents.

includeContext?: boolean

Property Value

boolean