Parse the text payload of an MCPToolResult as JSON, returning undefined when the payload is missing or malformed. Small helper used by the unavailable-envelope detectors below.
undefined
Raw MCP tool result
Parsed JSON object, or undefined if the payload is not a JSON object
Parse the text payload of an MCPToolResult as JSON, returning
undefinedwhen the payload is missing or malformed. Small helper used by the unavailable-envelope detectors below.