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:
Matthew Zeng
2026-04-27 16:28:49 -07:00
committed by GitHub
parent e64c765673
commit dcd139b7c4
2 changed files with 14 additions and 0 deletions

View File

@@ -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"
},