Skip to content

Commit b71499b

Browse files
committed
docs: Simplify troubleshooting skill instructions by removing explicit tool mentions and updating the troubleshooting guide link.
1 parent 6c0fda3 commit b71499b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skills/troubleshooting/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Identify the exact error message from the failed tool call or the MCP initializa
1818

1919
### Step 2: Read Known Issues
2020

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:
2222

2323
- Sandboxing restrictions (macOS Seatbelt, Linux containers).
2424
- WSL requirements.
@@ -37,14 +37,14 @@ _If you are unsure of the user's configuration, ask the user to provide their cu
3737

3838
### Step 4: Run Diagnostic Commands
3939

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:
4141

4242
- `npx chrome-devtools-mcp@latest --help` (to verify the installation and Node.js environment)
4343
- 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.
4444

4545
### Step 5: Check GitHub for Existing Issues
4646

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:
4848
`gh issue list --repo ChromeDevTools/chrome-devtools-mcp --search "<error snippet>" --state all`
4949

5050
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

Comments
 (0)