Files
codex/codex-rs/app-server-protocol/schema/json/v2/McpResourceReadParams.json
Matthew Zeng 1c7bf9d35a update
2026-03-31 23:17:03 -04:00

21 lines
334 B
JSON

{
"$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"
}