{
  "client_id": "https://mcpclient.desmaximus.com/.well-known/oauth-client-metadata.json",
  "client_name": "Des Maximus Sample Chat Client",
  "description": "A public OAuth client that uses Auth0 CIMD, Authorization Code + PKCE, and the Des Maximus sample MCP server.",
  "client_uri": "https://mcpclient.desmaximus.com",
  "logo_uri": "https://mcpclient.desmaximus.com/logo.svg",
  "application_type": "web",
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://mcpclient.desmaximus.com/callback"
  ],
  "token_endpoint_auth_method": "none",
  "scope": "openid profile email offline_access tool:whoami tool:greet"
}
