We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b59f0 commit fa16808Copy full SHA for fa16808
src/main.ts
@@ -86,7 +86,7 @@ const logDisclaimers = () => {
86
console.error(
87
`chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect,
88
debug, and modify any data in the browser or DevTools.
89
-Avoid sharing sensitive or personal information that you do want to share with MCP clients.`,
+Avoid sharing sensitive or personal information that you do not want to share with MCP clients.`,
90
);
91
};
92
0 commit comments