豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 8676b72

Browse files
docs: provide disclaimer about supported browsers (#1237)
We already provide Requirements section that states that Chrome is required. This should make it explicit what version we are targeting.
1 parent b2b5e3f commit 8676b72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ allowing them to inspect, debug, and modify any data in the browser or DevTools.
2727
Avoid sharing sensitive or personal information that you don't want to share with
2828
MCP clients.
2929

30+
`chrome-devtools-mcp` officially supports Google Chrome and [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) only.
31+
Other Chromium-based browser may work, but this is not guaranteed, and you may encounter unexpected behavior. Use at your own discretion.
32+
We are committed to providing fixes and support for the latest version of [Extended Stable Chrome](https://chromiumdash.appspot.com/schedule).
33+
3034
Performance tools may send trace URLs to the Google CrUX API to fetch real-user
3135
experience data. This helps provide a holistic performance picture by
3236
presenting field data alongside lab data. This data is collected by the [Chrome
@@ -53,7 +57,7 @@ Collection is disabled if CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS or CI env vari
5357

5458
- [Node.js](https://nodejs.org/) v20.19 or a newer [latest maintenance LTS](https://github.com/nodejs/Release#release-schedule) version.
5559
- [Chrome](https://www.google.com/chrome/) current stable version or newer.
56-
- [npm](https://www.npmjs.com/).
60+
- [npm](https://www.npmjs.com/)
5761

5862
## Getting started
5963

0 commit comments

Comments
 (0)