{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "server": { "type": "string" }, "threadId": { "type": "string" }, "uri": { "type": "string" } }, "required": [ "server", "threadId", "uri" ], "title": "McpResourceReadParams", "type": "object" }