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
Copy file name to clipboardExpand all lines: skills/troubleshooting/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Identify the exact error message from the failed tool call or the MCP initializa
18
18
19
19
### Step 2: Read Known Issues
20
20
21
-
Use the `view_file` tool to read the contents of `docs/troubleshooting.md` in the project root to map the error to a known issue. Pay close attention to:
21
+
Read the contents of https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/docs/troubleshooting.md to map the error to a known issue. Pay close attention to:
22
22
23
23
- Sandboxing restrictions (macOS Seatbelt, Linux containers).
24
24
- WSL requirements.
@@ -37,14 +37,14 @@ _If you are unsure of the user's configuration, ask the user to provide their cu
37
37
38
38
### Step 4: Run Diagnostic Commands
39
39
40
-
If the issue is still unclear, use the `run_command` tool to run diagnostic commands to test the server directly:
40
+
If the issue is still unclear, run diagnostic commands to test the server directly:
41
41
42
42
-`npx chrome-devtools-mcp@latest --help` (to verify the installation and Node.js environment)
43
43
- Ask the user to run `DEBUG=* npx chrome-devtools-mcp@latest --log-file=/tmp/cdm-test.log` to capture verbose logs if they are attempting to run it from an IDE or different environment.
44
44
45
45
### Step 5: Check GitHub for Existing Issues
46
46
47
-
If `docs/troubleshooting.md` does not cover the specific error, check if the `gh` (GitHub CLI) tool is available in the environment. If so, use the `run_command` tool to search the GitHub repository for similar issues:
47
+
If https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/docs/troubleshooting.md does not cover the specific error, check if the `gh` (GitHub CLI) tool is available in the environment. If so, search the GitHub repository for similar issues:
48
48
`gh issue list --repo ChromeDevTools/chrome-devtools-mcp --search "<error snippet>" --state all`
49
49
50
50
Alternatively, you can recommend that the user checks https://github.com/ChromeDevTools/chrome-devtools-mcp/issues and https://github.com/ChromeDevTools/chrome-devtools-mcp/discussions for help.
0 commit comments