Skip to content

Commit 5ed5644

Browse files
claudeaceaeclaude
authored andcommitted
docs: fix typos and improve clarity
- Fix duplicate "as as" typo in Antigravity section - Fix malformed closing HTML tag in Antigravity link - Change bash code block to json for Antigravity config - Improve clarity of npx -y flag usage in troubleshooting - Remove redundant "for more help" in Android debugging doc These changes improve the documentation readability and fix syntax highlighting for code blocks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3fcca02 commit 5ed5644

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
6666
<details>
6767
<summary>Antigravity</summary>
6868

69-
To use the Chrome DevTools MCP server follow the instructions from <a href="https://antigravity.google/docs/mcp">Antigravity's docs<a/> to install a custom MCP server. Add the following config to the MCP servers config:
69+
To use the Chrome DevTools MCP server follow the instructions from <a href="https://antigravity.google/docs/mcp">Antigravity's docs</a> to install a custom MCP server. Add the following config to the MCP servers config:
7070

71-
```bash
71+
```json
7272
{
7373
"mcpServers": {
7474
"chrome-devtools": {
@@ -85,7 +85,7 @@ To use the Chrome DevTools MCP server follow the instructions from <a href="http
8585

8686
This will make the Chrome DevTools MCP server automatically connect to the browser that Antigravity is using. If you are not using port 9222, make sure to adjust accordingly.
8787

88-
Chrome DevTools MCP will not start the browser instance automatically using this approach as as the Chrome DevTools MCP server runs in Antigravity's built-in browser. If the browser is not already running, you have to start it first by clicking the Chrome icon at the top right corner.
88+
Chrome DevTools MCP will not start the browser instance automatically using this approach as the Chrome DevTools MCP server runs in Antigravity's built-in browser. If the browser is not already running, you have to start it first by clicking the Chrome icon at the top right corner.
8989

9090
</details>
9191

docs/debugging-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an experimental feature as Puppeteer does not officially support Chrome on Android as a target.
44

5-
The workflow below works for most users. See [Troubleshooting: DevTools is not detecting the Android device for more help](https://developer.chrome.com/docs/devtools/remote-debugging#troubleshooting) for more help.
5+
The workflow below works for most users. See [Troubleshooting: DevTools is not detecting the Android device](https://developer.chrome.com/docs/devtools/remote-debugging#troubleshooting) if you encounter any issues.
66

77
1. Open the Developer Options screen on your Android. See [Configure on-device developer Options](https://developer.android.com/studio/debug/dev-options.html).
88
2. Select Enable USB Debugging.

docs/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- Run `npx chrome-devtools-mcp@latest --help` to test if the MCP server runs on your machine.
66
- Make sure that your MCP client uses the same npm and node version as your terminal.
7-
- When configuring your MCP client, try using the `--yes` argument to `npx` to
8-
auto-accept installation prompt.
7+
- When configuring your MCP client, try using the `-y` argument to `npx` to
8+
auto-accept installation prompts (e.g., `npx -y chrome-devtools-mcp@latest`).
99
- Find a specific error in the output of the `chrome-devtools-mcp` server.
1010
Usually, if your client is an IDE, logs would be in the Output pane.
1111

0 commit comments

Comments
 (0)