feat(core): allow configurable apps MCP URL

This commit is contained in:
Casey Chow
2026-02-07 11:32:10 -05:00
parent 0d8b2b74c4
commit 61cc4da4dc
2 changed files with 18 additions and 1 deletions

View File

@@ -1141,6 +1141,10 @@
"description": "Base URL for requests to ChatGPT (as opposed to the OpenAI API).",
"type": "string"
},
"connectors_mcp_url": {
"description": "Optional override for the Codex Apps MCP endpoint URL.",
"type": "string"
},
"check_for_update_on_startup": {
"description": "When `true`, checks for Codex updates on startup and surfaces update prompts. Set to `false` only if your Codex updates are centrally managed. Defaults to `true`.",
"type": "boolean"
@@ -1588,4 +1592,4 @@
},
"title": "ConfigToml",
"type": "object"
}
}