Skip to content

Commit 46a5723

Browse files
committed
fix(mcp): update Core Web Vitals references from FID to INP
Refs #940
1 parent 3ae473e commit 46a5723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/performance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const filePathSchema = zod
2828

2929
export const startTrace = defineTool({
3030
name: 'performance_start_trace',
31-
description: `Start a performance trace on the selected webpage. Use to find frontend performance issues, Core Web Vitals (LCP, FID, CLS), and improve page load speed.`,
31+
description: `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.`,
3232
annotations: {
3333
category: ToolCategory.PERFORMANCE,
3434
readOnlyHint: false,

0 commit comments

Comments
 (0)