mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
- [x] Add a new app-server method so that MCP Apps can call their own MCP server directly.
22 lines
374 B
JSON
Generated
22 lines
374 B
JSON
Generated
{
|
|
"$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"
|
|
} |