You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* include Error.cause chain for uncaught errors and logged Errors ([#906](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/906)) ([05b01ec](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/05b01ecaba47cf1ce38564636663222c9cab46de))
9
+
* Integrate CrUX data into performance trace summaries ([#733](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/733)) ([b747f9d](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/b747f9d74a12d2119b6531476b2f88ab66be0ff8))
10
+
* show message and stack trace in details when console.log'ging Error objects ([#902](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/902)) ([ffa00da](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/ffa00dab1b65b2eac8db215e0289317b8ed9b725))
11
+
12
+
13
+
### 🛠️ Fixes
14
+
15
+
* console formatter hides frames from ignored scripts ([#927](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/927)) ([8e2380b](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/8e2380b434d9659ffa8a7043d2589261772fa04f))
16
+
* limit stack traces to 50 lines ([#923](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/923)) ([caea23a](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/caea23a7cf33c87cd4ce426eb2a10724aba3cc71))
17
+
18
+
19
+
### 📄 Documentation
20
+
21
+
* add macOS Web Bluetooth troubleshooting note ([#930](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/930)) ([3c9528b](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/3c9528b43d9bbff166fcfcfee321149ff44ddd21)), closes [#917](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/917)
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,16 @@ This indicates that the browser could not be started. Make sure that no Chrome
55
55
instances are running or close them. Make sure you have the latest stable Chrome
56
56
installed and that [your system is able to run Chrome](https://support.google.com/chrome/a/answer/7100626?hl=en).
57
57
58
+
### Chrome crashes on macOS when opening Web Bluetooth
59
+
60
+
On macOS, Chrome launched by an MCP host app may crash with a macOS privacy
61
+
permission violation (TCC, "Transparency, Consent, and Control") when a native
62
+
Bluetooth chooser opens.
63
+
64
+
Grant Bluetooth permission to the MCP host app in
65
+
`System Settings > Privacy & Security > Bluetooth`, then restart the MCP host
66
+
app and Chrome MCP session.
67
+
58
68
### Remote debugging between virtual machine (VM) and host fails
59
69
60
70
When connecting DevTools inside a VM to Chrome running on the host, any domain is rejected by Chrome because of host header validation. Tunneling the port over SSH bypasses this restriction. In the VM, run:
0 commit comments