feat: browser_resize (#92)
This commit is contained in:
parent
77080e8ca4
commit
e729494bd9
4 changed files with 52 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue