{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "_meta": true, "content": { "items": true, "type": "array" }, "isError": { "type": [ "boolean", "null" ] }, "structuredContent": true }, "required": [ "content" ], "title": "McpServerToolCallResponse", "type": "object" }