mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-02-03 21:03:11 +00:00
feat: browser_resize (#92)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user