From cd5aa344f1572903c62fb864fe20aaf65246cc43 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Mon, 21 Apr 2025 17:31:18 -0700 Subject: [PATCH] docs: push docker doc down the readme (#236) --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5e872a4..05ec368 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,6 @@ A Model Context Protocol (MCP) server that provides browser automation capabilit } ``` -#### Docker - -**NOTE:** The Docker implementation only supports headless chromium at the moment. -```js -{ - "mcpServers": { - "playwright": { - "command": "docker", - "args": ["run", "-i", "--rm", "--init", "mcp/playwright"] - } - } -} -``` - #### Installation in VS Code Install the Playwright MCP server in VS Code using one of these buttons: @@ -143,6 +129,20 @@ And then in MCP client config, set the `url` to the SSE endpoint: } ``` +### Docker + +**NOTE:** The Docker implementation only supports headless chromium at the moment. +```js +{ + "mcpServers": { + "playwright": { + "command": "docker", + "args": ["run", "-i", "--rm", "--init", "mcp/playwright"] + } + } +} +``` + ### Tool Modes The tools are available in two modes: