Defined in: client/auth.ts:130Port for the local OAuth callback server. Default: 8765.
The port must be consistent across calls because it is registered as the
redirect_uri during Dynamic Client Registration.
Defined in: client/auth.ts:135Override how the authorization URL is opened. When not provided the
system browser is launched. Inject a no-op or mock here for testing.