{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "McpServerOauthLoginParams", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" }, "scopes": { "type": [ "array", "null" ], "items": { "type": "string" } }, "timeoutSecs": { "type": [ "integer", "null" ], "format": "int64" } } }