{
  "client_id": "https://auth.kupiqa.cz/.well-known/oauth-client/kosik-mcp-client.json",
  "client_name": "Kupiqa",
  "client_uri": "https://kupiqa.cz",
  "redirect_uris": [
    "http://127.0.0.1:49152/oauth/callback/"
  ],
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "token_endpoint_auth_method": "none"
}
