mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
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:
parent
77fc45a89b
commit
5345a7b4df
@ -48,6 +48,6 @@
|
|||||||
"typescript": "^5.8.2"
|
"typescript": "^5.8.2"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcp": "cli.js"
|
"mcp-server-playwright": "cli.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user