Skip to content

Conversation

@danbarr
Copy link
Collaborator

@danbarr danbarr commented Nov 5, 2025

Description

The Playwright MCP has been switched to use stdio transport in the registry. This makes it simpler to use in single-user UI/CLI scenarios because the --port and --allowed-hosts no longer have to be specified/preserved when using other CLI args.

Related issues/PRs

stacklok/toolhive-registry#356

DO NOT MERGE until the above is merged and a ToolHive release has happened.

Merge checklist

Content

  • (N/A) New pages include a frontmatter section with title and description at a minimum
  • (N/A) Sidebar navigation (sidebars.ts) updated for added, deleted, reordered, or renamed files
  • (N/A) Redirects added to vercel.json for moved, renamed, or deleted pages (i.e., if the URL slug changed)

Reviews

  • Content has been reviewed for technical accuracy
  • Content has been reviewed for spelling, grammar, and style

Playwright MCP switched to stdio in the registry for simplicity.

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Nov 5, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs-website Ready Ready Preview Comment Nov 5, 2025 11:06pm

@danbarr danbarr marked this pull request as ready for review November 6, 2025 18:35
Copilot AI review requested due to automatic review settings November 6, 2025 18:35
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

This PR clarifies transport-specific requirements for the Playwright MCP server by removing unnecessary command-line arguments from UI and CLI usage examples while retaining them for Kubernetes deployments.

Key changes:

  • Removed --port 8931 and --allowed-hosts "*" arguments from UI and CLI examples where they are not required
  • Updated the Kubernetes section description to clarify these arguments are specifically for Streamable HTTP transport
  • Removed duplicate admonition notes from UI and CLI sections
  • Clarified in the remaining Kubernetes admonition that the arguments are required for Streamable HTTP, not ToolHive in general

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.

2 participants