Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/toolhive/guides-mcp/playwright.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ kubectl apply -f playwright.yaml
For production deployments with network restrictions, add the
`--allowed-origins` argument with a list of trusted domains:

```yaml {16-17} title="playwright-restricted.yaml"
```yaml {18-19} title="playwright-restricted.yaml"
apiVersion: toolhive.stacklok.dev/v1alpha1
kind: MCPServer
metadata:
Expand All @@ -195,7 +195,7 @@ spec:
Mount a persistent volume to save browser output files like screenshots and
traces:

```yaml {16-17,22-25,28-31} title="playwright-with-volume.yaml"
```yaml {18-19,24-27,30-33} title="playwright-with-volume.yaml"
apiVersion: toolhive.stacklok.dev/v1alpha1
kind: MCPServer
metadata:
Expand Down
Loading