From 75f74a54bc333e6146b903056f66c7e0ae3c5f13 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 9 May 2025 21:01:10 +0200 Subject: [PATCH] docs: reference to new Docker image (#380) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18c84a8..846f218 100644 --- a/README.md +++ b/README.md @@ -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