McpServerOutputParsingJsonParameters interface
Parameters for parsing MCP server tool output as JSON.
Properties
| documents |
The JSON path to the document array in the tool output. |
| include |
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