We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f726f79 commit 7a62a0cCopy full SHA for 7a62a0c
1 file changed
skills/troubleshooting/SKILL.md
@@ -52,7 +52,7 @@ All tools in `chrome-devtools-mcp` are annotated with `readOnlyHint: true` (for
52
If the tools related to extensions (like `install_extension`) are not available, or if the extensions you load are not functioning:
53
54
1. **Check for the `--categoryExtensions` flag**: Ensure this flag is passed in the MCP server configuration to enable the extension category tools.
55
-2. **Make sure the browser was not started with `--autoConnect`**: When using `--autoConnect`, Chrome is not able to load extensions.
+2. **Make sure the MCP server configuration does not include `--autoConnect`**: when using `--autoConnect`, Chrome is not able to load extensions.
56
57
#### Other Common Errors
58
0 commit comments