- new global mcp_local connector wrapping @playwright/mcp@0.0.79: index.js argv wrapper (--headless --isolated --no-sandbox) importing the package cli.js, postinstall downloads chromium-only browser, verify.js headless-launch probe, 24 tools with display names - also carries the pending docs work: changelog extracted to CHANGELOG.md, manifest guide, SKALD.md/CLAUDE.md updates
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"name": "skald-connector-playwright",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Skald connector wrapper around the @playwright/mcp MCP server.",
|
|
"scripts": {
|
|
"postinstall": "node node_modules/@playwright/mcp/cli.js install-browser chromium"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/mcp": "0.0.79"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|