mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Add MCP app feature flag (#19884)
## Summary - Add the `enable_mcp_apps` feature flag to the `codex-features` registry - Keep it under development and disabled by default ## Testing - Unit tests for `codex-features` passed - Formatting passed
This commit is contained in:
@@ -400,6 +400,9 @@
|
||||
"enable_fanout": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enable_mcp_apps": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enable_request_compression": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2607,6 +2610,9 @@
|
||||
"enable_fanout": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enable_mcp_apps": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enable_request_compression": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user