We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d909be commit f465d6fCopy full SHA for f465d6f
1 file changed
docs/toolhive/guides-mcp/playwright.mdx
@@ -170,7 +170,7 @@ kubectl apply -f playwright.yaml
170
For production deployments with network restrictions, add the
171
`--allowed-origins` argument with a list of trusted domains:
172
173
-```yaml {16-17} title="playwright-restricted.yaml"
+```yaml {18-19} title="playwright-restricted.yaml"
174
apiVersion: toolhive.stacklok.dev/v1alpha1
175
kind: MCPServer
176
metadata:
@@ -195,7 +195,7 @@ spec:
195
Mount a persistent volume to save browser output files like screenshots and
196
traces:
197
198
-```yaml {16-17,22-25,28-31} title="playwright-with-volume.yaml"
+```yaml {18-19,24-27,30-33} title="playwright-with-volume.yaml"
199
200
201
0 commit comments