feat: browser_resize (#92)

This commit is contained in:
Simon Knott
2025-04-15 01:09:48 +02:00
committed by GitHub
parent 77080e8ca4
commit e729494bd9
4 changed files with 52 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ import type { Server } from '@modelcontextprotocol/sdk/server/index.js';
import type { LaunchOptions } from 'playwright';
const snapshotTools: Tool[] = [
...common,
...common(true),
...files(true),
...install,
...keyboard(true),
@@ -43,7 +43,7 @@ const snapshotTools: Tool[] = [
];
const screenshotTools: Tool[] = [
...common,
...common(false),
...files(false),
...install,
...keyboard(false),