Support OAuth client metadata URLs for MCP login

This commit is contained in:
Steven Lee
2026-05-13 11:18:27 -07:00
parent 7c57a59f51
commit 12d375dc8e
13 changed files with 353 additions and 5 deletions

View File

@@ -7291,6 +7291,12 @@
"McpServerOauthLoginParams": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"clientMetadataUrlBase": {
"type": [
"string",
"null"
]
},
"name": {
"type": "string"
},