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
Copy file name to clipboardExpand all lines: src/cli.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -200,10 +200,10 @@ export const cliOptions = {
200
200
},
201
201
profileDirectory: {
202
202
type: 'string',
203
-
description:
204
-
'Specify which Chrome profile to use by specifying its directory name (e.g., "Profile 1", "Default") inside a chrome user data directory. Only works with --autoConnect or when launching Chrome via the Chrome DevTools MCP server.',
203
+
description: 'Specify which Chrome profile to use by specifying its directory name (e.g., "Profile 1", "Default") inside a chrome user data directory. Only works with --autoConnect or when launching Chrome via the Chrome DevTools MCP server.',
205
204
alias: 'profile-dir',
206
205
conflicts: ['browserUrl','wsEndpoint'],
206
+
},
207
207
usageStatistics: {
208
208
type: 'boolean',
209
209
// Marked as `false` until the feature is ready to be enabled by default.
0 commit comments