Skip to content

Commit 24798d3

Browse files
committed
chore: fix
1 parent b17d15e commit 24798d3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

skills/troubleshooting/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All tools in `chrome-devtools-mcp` are annotated with `readOnlyHint: true` (for
5252
If the tools related to extensions (like `install_extension`) are not available, or if the extensions you load are not functioning:
5353

5454
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 MCP server in configured to launch Chrome instead of connecting to an instance. Chrome before 149 is not able to load extensions when connecting to existing instance (`--auto-connect`, `--browserUrl`).
55+
2. **Make sure the MCP server in configured to launch Chrome instead of connecting to an instance**: Chrome before 149 is not able to load extensions when connecting to an existing instance (`--auto-connect`, `--browserUrl`).
5656

5757
#### Other Common Errors
5858

tests/cli.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ describe('cli args parsing', () => {
1717
categoryPerformance: true,
1818
'category-network': true,
1919
categoryNetwork: true,
20+
'category-extensions': false,
21+
categoryExtensions: false,
2022
'auto-connect': undefined,
2123
autoConnect: undefined,
2224
'performance-crux': true,

0 commit comments

Comments
 (0)