diff --git a/docs/toolhive/guides-mcp/playwright.mdx b/docs/toolhive/guides-mcp/playwright.mdx index 9094f763..feb54bf3 100644 --- a/docs/toolhive/guides-mcp/playwright.mdx +++ b/docs/toolhive/guides-mcp/playwright.mdx @@ -141,21 +141,23 @@ metadata: name: playwright namespace: toolhive-system spec: - image: mcr.microsoft.com/playwright/mcp:v0.0.54 + image: mcr.microsoft.com/playwright/mcp:v0.0.59 transport: streamable-http mcpPort: 8931 proxyPort: 8080 args: - '--port' - '8931' + - '--host' + - '0.0.0.0' - '--allowed-hosts' - '*' ``` :::note[Important] -Don't remove the `--port 8931` or `--allowed-hosts "*"` arguments. They are -required to run the server using Streamable HTTP. +Don't remove the `--port 8931`, `--host 0.0.0.0`, or `--allowed-hosts "*"` +arguments. They are required to run the server using Streamable HTTP. ::: @@ -175,13 +177,15 @@ metadata: name: playwright namespace: toolhive-system spec: - image: mcr.microsoft.com/playwright/mcp:v0.0.54 + image: mcr.microsoft.com/playwright/mcp:v0.0.59 transport: streamable-http mcpPort: 8931 proxyPort: 8080 args: - '--port' - '8931' + - '--host' + - '0.0.0.0' - '--allowed-hosts' - '*' - '--allowed-origins' @@ -198,13 +202,15 @@ metadata: name: playwright namespace: toolhive-system spec: - image: mcr.microsoft.com/playwright/mcp:v0.0.54 + image: mcr.microsoft.com/playwright/mcp:v0.0.59 transport: streamable-http mcpPort: 8931 proxyPort: 8080 args: - '--port' - '8931' + - '--host' + - '0.0.0.0' - '--allowed-hosts' - '*' - '--output-dir'