Skip to content

Commit 3a331f0

Browse files
committed
chore: remove mcp response changes
1 parent 188e6ce commit 3a331f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/McpResponse.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,8 @@ Call ${handleDialog.name} to handle it before continuing.`);
347347
const parts = [`## Pages`];
348348
let idx = 0;
349349
for (const page of context.getPages()) {
350-
const devToolsPage = context.getDevToolsPage(page);
351350
parts.push(
352-
`${idx}: ${page.url()}${idx === context.getSelectedPageIdx() ? ' [selected]' : ''}${devToolsPage ? ' [has DevTools opened]' : ''}`,
351+
`${idx}: ${page.url()}${idx === context.getSelectedPageIdx() ? ' [selected]' : ''}`,
353352
);
354353
idx++;
355354
}

0 commit comments

Comments
 (0)