Skip to content

Conversation

@danbarr
Copy link
Collaborator

@danbarr danbarr commented Jan 27, 2026

Description

Updates the Kubernetes manifests for the Playwright MCP server guide to add the --host 0.0.0.0 argument. This seems to be required now to connect to it from outside the pod.

Type of change

  • Documentation update

Submitter checklist

Content and formatting

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Reviewer checklist

Content

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 27, 2026 19:52
@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs-website Ready Ready Preview, Comment Jan 27, 2026 7:52pm

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Playwright MCP server Kubernetes manifest examples to ensure the server binds to all interfaces so it’s reachable from outside the pod.

Changes:

  • Add --host 0.0.0.0 to the args list in all three K8s manifest examples.
  • Bump the Playwright MCP image tag from v0.0.54 to v0.0.59.
  • Update the “Important” note to include the new required argument.
Comments suppressed due to low confidence (2)

docs/toolhive/guides-mcp/playwright.mdx:192

  • The code block line-highlighting directive for playwright-restricted.yaml ({16-17}) no longer matches the lines being introduced/emphasized. After adding --host, --allowed-origins is now on later lines in the snippet, so the highlight range should be updated to point at the --allowed-origins lines instead of highlighting --allowed-hosts.
    - '0.0.0.0'
    - '--allowed-hosts'
    - '*'
    - '--allowed-origins'
    - 'example.com;trusted-domain.org'

docs/toolhive/guides-mcp/playwright.mdx:219

  • The line-highlighting directive for playwright-with-volume.yaml ({16-17,22-25,28-31}) is now out of sync after inserting --host. The first highlighted range currently points at --allowed-hosts rather than the output-related args; update the highlight ranges so they emphasize the intended --output-dir/save options and the volume/volumeMount sections.
    - '--allowed-hosts'
    - '*'
    - '--output-dir'
    - '/browser-output'
    - '--save-trace'
    - '--save-session'

@danbarr danbarr merged commit 4d909be into main Jan 27, 2026
10 of 12 checks passed
@danbarr danbarr deleted the fix-playwright-guide branch January 27, 2026 20:35
@danbarr danbarr mentioned this pull request Jan 27, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants