mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
docs: reference to new Docker image (#380)
This commit is contained in:
parent
ef41c626ef
commit
75f74a54bc
@ -207,7 +207,7 @@ And then in MCP client config, set the `url` to the SSE endpoint:
|
||||
"mcpServers": {
|
||||
"playwright": {
|
||||
"command": "docker",
|
||||
"args": ["run", "-i", "--rm", "--init", "mcp/playwright"]
|
||||
"args": ["run", "-i", "--rm", "--init", "--pull=always", "mcr.microsoft.com/playwright/mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -216,7 +216,7 @@ And then in MCP client config, set the `url` to the SSE endpoint:
|
||||
You can build the Docker image yourself.
|
||||
|
||||
```
|
||||
docker build -t mcp/playwright .
|
||||
docker build -t mcr.microsoft.com/playwright/mcp .
|
||||
```
|
||||
|
||||
### Programmatic usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user