Update README.md
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"mcpServers": {
|
||||
"playwriter": {
|
||||
"command": "npx",
|
||||
"args": ["playwriter@latest"]
|
||||
"args": ["-y", "playwriter@latest"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -162,7 +162,7 @@ When set, the MCP will automatically create an initial tab when a Playwright cli
|
||||
"mcpServers": {
|
||||
"playwriter": {
|
||||
"command": "npx",
|
||||
"args": ["playwriter@latest"],
|
||||
"args": ["-y", "playwriter@latest"],
|
||||
"env": {
|
||||
"PLAYWRITER_AUTO_ENABLE": "1"
|
||||
}
|
||||
@@ -360,7 +360,7 @@ Configure your MCP client with the host and token. You can pass them as CLI argu
|
||||
"mcpServers": {
|
||||
"playwriter": {
|
||||
"command": "npx",
|
||||
"args": ["playwriter@latest", "--host", "host.docker.internal", "--token", "<secret>"]
|
||||
"args": ["-y", "playwriter@latest", "--host", "host.docker.internal", "--token", "<secret>"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -373,7 +373,7 @@ Or use environment variables (useful if you want to set them globally in your pr
|
||||
"mcpServers": {
|
||||
"playwriter": {
|
||||
"command": "npx",
|
||||
"args": ["playwriter@latest"],
|
||||
"args": ["-y", "playwriter@latest"],
|
||||
"env": {
|
||||
"PLAYWRITER_HOST": "host.docker.internal",
|
||||
"PLAYWRITER_TOKEN": "<secret>"
|
||||
|
||||
Reference in New Issue
Block a user