mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
Support OAuth client metadata URLs for MCP login
This commit is contained in:
@@ -7291,6 +7291,12 @@
|
||||
"McpServerOauthLoginParams": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"clientMetadataUrlBase": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user