chore: support channel and executable path params (#90)

Fixes https://github.com/microsoft/playwright-mcp/issues/89
This commit is contained in:
Pavel Feldman
2025-03-31 15:30:08 -07:00
committed by GitHub
parent d316441142
commit 9042c03faa
6 changed files with 69 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ const commonTools: Tool[] = [
common.wait,
common.pdf,
common.close,
common.install,
];
const snapshotTools: Tool[] = [