You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create an OAuth client at https://app.transcend.io/admin/oauth-clients
# Choose an available localhost port number, then register: http://127.0.0.1:{port}/callback (use 127.0.0.1, not localhost; {port} is the number you chose)
TRANSCEND_OAUTH_CLIENT_ID=
TRANSCEND_OAUTH_CLIENT_SECRET=
TRANSCEND_OAUTH_REDIRECT_PORT=4567
# TRANSCEND_OAUTH_REDIRECT_HOST=127.0.0.1
# --- API key (alternative for stdio, or for HTTP transport) ---
# When set alongside OAuth client ID, API key takes precedence and disables OAuth.
TRANSCEND_API_KEY=
# Optional overrides (omit to use production Transcend defaults)