{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "authorizationUrl": {
      "type": "string"
    }
  },
  "required": [
    "authorizationUrl"
  ],
  "title": "McpServerOauthLoginResponse",
  "type": "object"
}