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
-`UseStdio` (bool): Use stdio transport instead of TCP (default: true)
139
139
-`LogLevel` (string): Log level (default: "info")
140
140
-`AutoStart` (\*bool): Auto-start server on first use (default: true). Use `Bool(false)` to disable.
141
-
-`AutoRestart` (\*bool): Auto-restart on crash (default: true). Use `Bool(false)` to disable.
142
141
-`Env` ([]string): Environment variables for CLI process (default: inherits from current process)
143
142
-`GitHubToken` (string): GitHub token for authentication. When provided, takes priority over other auth methods.
144
143
-`UseLoggedInUser` (\*bool): Whether to use logged-in user for authentication (default: true, but false when `GitHubToken` is provided). Cannot be used with `CLIUrl`.
-`autoStart?: boolean` - Auto-start server (default: true)
85
-
-`autoRestart?: boolean` - Auto-restart on crash (default: true)
86
85
-`githubToken?: string` - GitHub token for authentication. When provided, takes priority over other auth methods.
87
86
-`useLoggedInUser?: boolean` - Whether to use logged-in user for authentication (default: true, but false when `githubToken` is provided). Cannot be used with `cliUrl`.
0 commit comments