Skip to content

Commit 9261aef

Browse files
committed
docs: update headers demo
1 parent 52374e9 commit 9261aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const cliOptions = {
9090
headers: {
9191
type: 'string',
9292
description:
93-
'Custom headers to add to all network requests made by the browser in JSON format (e.g., \'{"Authorization":"Bearer token","User-Agent":"Custom"}\').',
93+
'Custom headers to add to all network requests made by the browser in JSON format (e.g., \'{"x-env":"visit_from_mcp","x-mock-user":"mcp"}\').',
9494
coerce: (val: string | undefined) => {
9595
if (!val) {
9696
return;

0 commit comments

Comments
 (0)