Files
codex/codex-rs/app-server-protocol/schema/json/v2/McpResourceReadResponse.json
Matthew Zeng c51c16fca9 update
2026-03-28 00:24:08 -07:00

14 lines
242 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"contents": {
"items": true,
"type": "array"
}
},
"required": [
"contents"
],
"title": "McpResourceReadResponse",
"type": "object"
}