($appearance ?? 'system') == 'dark'])> {{-- Inline script to detect system dark mode preference and apply it immediately --}} Authorize Application - {{ config('app.name', 'MCP Server') }} @vite(['resources/css/app.css'])

Authorize {{ $client->name }}

This application will be able to:
Use available MCP functionality.

Logged in as:

{{ $user->email }}

@if(count($scopes) > 0)

Permissions:

    @foreach($scopes as $scope)
  • {{ $scope->description }}
  • @endforeach
@endif
@csrf @method('DELETE')
@csrf