项目文件夹

文件
browser-automation-bot 0d1de9d343
publish-on-tag / publish-to-npm (push) Has been cancelled
publish-on-tag / publish-to-mcp-registry (push) Has been cancelled
chore(main): release chrome-devtools-mcp 0.25.0 (#1990)
🤖 I have created a release *beep* *boop*
---


##
[0.25.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.24.0...chrome-devtools-mcp-v0.25.0)
(2026-05-06)


### 🎉 Features

* support third-party developer tools
([#1982](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1982))
([7548c97](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/7548c97663b71f7ef6a5e41cccf38c6525887410))


### 🛠️ Fixes

* **input:** stop native select option clicks from timing out
([#1960](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1960))
([510ec0f](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/510ec0f48bbfc7cad3d5d1f9805e901cc992ea89))
* make sure env variables are consistently applied when parsing args
([#1994](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1994))
([f45f068](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/f45f0681a295e96a66c8247bbc1d9fe445ee04ac))


### 📄 Documentation

* extract WebMCP into its own category
([#1993](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1993))
([da0441d](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/da0441d4250702898f5f07815ffb9c708393fe96))
* remove token estimates
([#2003](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2003))
([14938ac](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/14938acd089770ba32a124839c4b7c3a064c7320))
* update generate-docs.ts tools output order
([#1991](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1991))
([895fc65](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/895fc65a1f2b426c8644baa0cda23ee5de98624e)),
closes
[#1932](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1932)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2026-05-06 14:12:44 +00:00

14 行
330 B
JSON

{
"name": "chrome-devtools-mcp",
"version": "0.25.0",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest"
]
}
}
}