File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ npm run build
6767### Testing with @modelcontextprotocol/inspector
6868
6969``` sh
70- npx @modelcontextprotocol/inspector node build/src/index .js
70+ npx @modelcontextprotocol/inspector node / build/src/bin/chrome-devtools-mcp .js
7171```
7272
7373### Testing with an MCP client
@@ -79,7 +79,7 @@ Add the MCP server to your client's config.
7979 "mcpServers" : {
8080 "chrome-devtools" : {
8181 "command" : " node" ,
82- "args" : [" /path-to/build/src/index .js" ]
82+ "args" : [" /path-to/build/src/bin/chrome-devtools-mcp .js" ]
8383 }
8484 }
8585}
@@ -95,7 +95,7 @@ Usually VS Code automatically detects and forwards `6274` but fails to detect `6
9595To write debug logs to ` log.txt ` in the working directory, run with the following commands:
9696
9797``` sh
98- npx @modelcontextprotocol/inspector node build/src/index .js --log-file=/your/desired/path/log.txt
98+ npx @modelcontextprotocol/inspector node / build/src/bin/chrome-devtools-mcp .js --log-file=/your/desired/path/log.txt
9999```
100100
101101You can use the ` DEBUG ` environment variable as usual to control categories that are logged.
You can’t perform that action at this time.
0 commit comments