mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
feat(core): allow configurable apps MCP URL
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user