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
'Get Lighthouse score and reports for accessibility, SEO and best practices.',
290
+
'Get Lighthouse score and reports for accessibility, SEO and best practices. This excludes performance. For performance audits, run performance_start_trace',
'Starts a performance trace recording on the selected page. This can be used to look for performance problems and insights to improve the performance of the page. It will also report Core Web Vital (CWV) scores for the page.',
501
+
'Start a performance trace on the selected webpage. Use to find frontend performance issues, Core Web Vitals (LCP, INP, CLS), and improve page load speed.',
500
502
category: 'Performance',
501
503
args: {
502
504
reload: {
503
505
name: 'reload',
504
506
type: 'boolean',
505
507
description:
506
508
'Determines if, once tracing has started, the current selected page should be automatically reloaded. Navigate the page to the right URL using the navigate_page tool BEFORE starting the trace if reload or autoStop is set to true.',
507
-
required: true,
509
+
required: false,
510
+
default: true,
508
511
},
509
512
autoStop: {
510
513
name: 'autoStop',
511
514
type: 'boolean',
512
515
description:
513
516
'Determines if the trace recording should be automatically stopped.',
0 commit comments