Add new apps_mcp_gateway (#11630)

Adds a new apps_mcp_gateway flag to route Apps MCP calls through
https://api.openai.com/v1/connectors/mcp/ when enabled, while keeping
legacy MCP routing as default.
This commit is contained in:
canvrno-oai
2026-02-12 16:54:11 -08:00
committed by GitHub
parent c37560069a
commit 46b2da35d5
4 changed files with 235 additions and 3 deletions

View File

@@ -188,6 +188,9 @@
"apps": {
"type": "boolean"
},
"apps_mcp_gateway": {
"type": "boolean"
},
"child_agents_md": {
"type": "boolean"
},
@@ -1275,6 +1278,9 @@
"apps": {
"type": "boolean"
},
"apps_mcp_gateway": {
"type": "boolean"
},
"child_agents_md": {
"type": "boolean"
},