{
  "client_id": "https://asterwise.com/public/oauth/example-client.json",
  "client_name": "Asterwise example MCP client",
  "client_uri": "https://asterwise.com",
  "logo_uri": "https://asterwise.com/logo-512.png",
  "redirect_uris": [
    "http://localhost/callback",
    "http://127.0.0.1/callback"
  ],
  "grant_types": ["authorization_code", "refresh_token"],
  "response_types": ["code"],
  "token_endpoint_auth_method": "none"
}
