File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
127127debug, 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 `
You can’t perform that action at this time.
0 commit comments