Update binary name to mcp-server-playwright (fixes #33) (#38)

This PR updates the binary name in `package.json` from `mcp` to
`mcp-server-playwright` as requested in issue #33. The change makes the
binary name more specific, avoiding conflicts with other MCP servers and
improving usability for global installations.

Fixes #33
This commit is contained in:
Debasish Sarkar 2025-03-27 03:04:45 +05:30 committed by GitHub
parent 77fc45a89b
commit 5345a7b4df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,6 @@
"typescript": "^5.8.2"
},
"bin": {
"mcp": "cli.js"
"mcp-server-playwright": "cli.js"
}
}