chore: split mcp into mcp and cli (#1346)

This commit is contained in:
Pavel Feldman
2026-01-26 14:17:36 -08:00
committed by GitHub
parent 9e176c409f
commit 5e0ac89c28
11 changed files with 662 additions and 743 deletions

View File

@@ -34,12 +34,10 @@
}
},
"dependencies": {
"minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769452054000",
"playwright-core": "1.59.0-alpha-1769452054000"
},
"bin": {
"mcp": "cli.js",
"playwright-cli": "./playwright-cli.js"
"playwright-mcp": "cli.js"
}
}