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

Releases: ChromeDevTools/chrome-devtools-mcp

chrome-devtools-mcp: v0.21.0

01 Apr 08:42
66ced45

Choose a tag to compare

0.21.0 (2026-04-01)

🎉 Features

  • add a skill for detecting memory leaks using take_memory_snapshot tool (#1162) (d19a235)

🛠️ Fixes

  • cli: avoid defaulting to isolated when userDataDir is provided (#1258) (73e1e24)
  • list_pages should work after selected page is closed (#1145) (2664455)
  • mark lighthouse and memory as non-read-only (#1769) (bec9dae)
  • telemetry: record client name (9a47b65)
  • versioning for Claude Code plugin (#1233) (966b86f)
  • wrap .mcp.json config in mcpServers key (#1246) (c7948cf)

📄 Documentation

  • Command Code CLI instructions for MCP server (0a7c0a7)
  • provide disclaimer about supported browsers (#1237) (8676b72)

🏗️ Refactor

chrome-devtools-mcp: v0.20.3

20 Mar 16:22
350f7de

Choose a tag to compare

0.20.3 (2026-03-20)

🛠️ Fixes

  • mark categoryExtensions flag mutually exclusive with autoConnect (#1202) (8c2a7fc), closes #1072

⚡ Performance

  • memory: release old navigation request in NetworkCollector (#1200) (1e6456c)
  • use CDP to find open DevTools pages (reland) (#1210) (53483bc)

chrome-devtools-mcp: v0.20.2

18 Mar 11:53
6279177

Choose a tag to compare

0.20.2 (2026-03-18)

📄 Documentation

  • add troubleshooting for Claude Code plugin HTTPS clone failures (#1195) (d082ca4)

chrome-devtools-mcp: v0.20.1

17 Mar 09:53
e237bad

Choose a tag to compare

0.20.1 (2026-03-16)

🛠️ Fixes

  • update VS Code manual installation powershell command (#1151) (6c64a5b)

⚡ Performance

chrome-devtools-mcp: v0.20.0

11 Mar 10:43
8b7d22f

Choose a tag to compare

0.20.0 (2026-03-11)

🎉 Features

📄 Documentation

  • fix typo (#1155) (b59cabc)
  • fix typos and improve phrasing (#1130) (70d4f36)
  • revise contribution process and add release process (#1134) (d7d26a1)
  • troubleshooting: add symptom for missing tools due to read-only mode (#1148) (57e7d51)
  • Update troubleshooting for MCP server connection errors (#1017) (00f9c31)

🏗️ Refactor

chrome-devtools-mcp: v0.19.0

05 Mar 18:23
8388be5

Choose a tag to compare

0.19.0 (2026-03-05)

🎉 Features

  • add pageId routing for parallel multi-agent workflows (#1022) (caf601a), closes #1019
  • Add skill which helps with onboarding of the mcp server (#1083) (7273f16)
  • integrate Lighthouse audits (#831) (dfdac26)

🛠️ Fixes

📄 Documentation

  • Adapt a11y skill to utilize Lighthouse (#1054) (21634e6)
  • add feature release checklist to CONTRIBUTING.md (#1118) (0378457)
  • fix typo in README regarding slim mode (#1093) (92f2c7b)

🏗️ Refactor

chrome-devtools-mcp: v0.18.1

25 Feb 14:54
9c966b4

Choose a tag to compare

0.18.1 (2026-02-25)

🛠️ Fixes

  • remove endsWith for filePath in memory tools (#1041) (d0622d5)

chrome-devtools-mcp: v0.18.0

25 Feb 06:57
ff7ac7c

Choose a tag to compare

0.18.0 (2026-02-24)

🎉 Features

  • --slim mode for maximum token savings (#958) (c402b43)
  • add a new skill for accessibility debugging and auditing with Chrome DevTools MCP. (#1002) (b0c6d04)
  • add experimental screencast recording tools (#941) (33446d4)
  • add skill to debug and optimize LCP (#993) (2cd9b95)
  • add storage-isolated browser contexts (#991) (59f6477)
  • add take_memory_snapshot tool (#1023) (7ffdc5e)
  • support any-match text arrays in wait_for (#1011) (496ab1b)
  • support type_text (#1026) (b5d01b5)

🛠️ Fixes

♻️ Chores

  • cleanup string and structured console formatters (#1005) (0d78685)
  • extract version in a seprate file (#1032) (0106865)
  • move emulation settings to context (#1000) (bc3c40e)
  • optimize slim tool descriptions and params (#1028) (ca6635d)
  • simplify JavaScript code examples, update code block language, and refine descriptions in a11y debugging skill documentation. (#1009) (5cedcaa)
  • types for JSON output of IssueFormatter (#1007) (9ef4479)

chrome-devtools-mcp: v0.17.3

19 Feb 17:01
0c4f211

Choose a tag to compare

0.17.3 (2026-02-19)

🛠️ Fixes

chrome-devtools-mcp: v0.17.2

19 Feb 16:14
34882a2

Choose a tag to compare

0.17.2 (2026-02-19)

🛠️ Fixes

  • check that combobox is actually a select element before filling out options (#979) (d2bc489)
  • handle network request pagination correctly (#980) (0d9f422)

📄 Documentation

  • Add a note about previously installed server installations (#982) (c0009f7)
  • update codex doc URL (#987) (ebbbea7)

♻️ Chores

  • network: de-duplicate String and JSON formatters (#985) (1896dbb)
  • remove text from the status code for Network requests (#778) (327a388)