豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit a65a4fe

Browse files
nroscinoOrKoN
andauthored
chore: updating doc to reflect new index position (#1136)
Updating the CONTRIBUTING.md with `/build/src/bin/chrome-devtools-mcp.js` Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
1 parent 0c0a538 commit a65a4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
9595
To 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

101101
You can use the `DEBUG` environment variable as usual to control categories that are logged.

0 commit comments

Comments
 (0)