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/bin/chrome-devtools-mcp-cli-options.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -237,11 +237,11 @@ export const cliOptions = {
237
237
describe:
238
238
'Set to true to include tools related to extensions. Note: This feature is currently only supported with a pipe connection. autoConnect, browserUrl, and wsEndpoint are not supported with this feature until 149 will be released.',
239
239
},
240
-
categoryInPageTools: {
240
+
categoryThirdPartyDeveloperTools: {
241
241
type: 'boolean',
242
242
hidden: true,
243
243
describe:
244
-
'Set to true to enable tools exposed by the inspected page itself',
244
+
'Set to true to enable third-party developer tools exposed by the inspected page itself',
0 commit comments