Skip to content

Commit 4391db4

Browse files
committed
chore: rebase
1 parent 2730b64 commit 4391db4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/main.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,15 @@ const logDisclaimers = () => {
125125
console.error(
126126
`chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect,
127127
debug, and modify any data in the browser or DevTools.
128-
Avoid sharing sensitive or personal information that you do not want to share with MCP clients.
129-
Performance tools may send trace URLs to the Google CrUX API to fetch real-user experience data. To disable, run with --no-performance-crux.`,
128+
Avoid sharing sensitive or personal information that you do not want to share with MCP clients.`,
130129
);
131130

131+
if (args.performanceCrux) {
132+
console.error(
133+
`Performance tools may send trace URLs to the Google CrUX API to fetch real-user experience data. To disable, run with --no-performance-crux.`,
134+
);
135+
}
136+
132137
if (args.usageStatistics) {
133138
console.error(
134139
`

0 commit comments

Comments
 (0)