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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -237,9 +237,10 @@ 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
+
categoryExperimentalInPage: {
241
241
type: 'boolean',
242
242
hidden: true,
243
+
default: false,
243
244
describe:
244
245
'Set to true to enable tools exposed by the inspected page itself',
0 commit comments