From 1a7dc491f1fa112ca6e89ce0061efd16e944f93c Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:35:41 -0500 Subject: [PATCH] Add host param to Playwright K8s examples Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- docs/toolhive/guides-mcp/playwright.mdx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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'