From 01558b1a93ea564271418567095d08b7ca670375 Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Mon, 13 Apr 2026 15:26:43 +0200 Subject: [PATCH 1/2] Rename project and enhance README content Updated the README to reflect the correct project name and added information about the CLI. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41743ac90..4f71cb7ff 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# Chrome DevTools MCP +# Chrome DevTools for Agents [![npm chrome-devtools-mcp package](https://img.shields.io/npm/v/chrome-devtools-mcp.svg)](https://npmjs.org/package/chrome-devtools-mcp) -`chrome-devtools-mcp` lets your coding agent (such as Gemini, Claude, Cursor or Copilot) +Chrome DevTools for Agents (`chrome-devtools-mcp`) lets your coding agent (such as Gemini, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. +In addition it bolsters a [CLI](./docs/cli.md), if MCP is not available or desired. ## [Tool reference](./docs/tool-reference.md) | [Changelog](./CHANGELOG.md) | [Contributing](./CONTRIBUTING.md) | [Troubleshooting](./docs/troubleshooting.md) | [Design Principles](./docs/design-principles.md) From a75b813f592ab5c24a3e05d2a411633fc385201b Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Wed, 15 Apr 2026 12:48:52 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Mathias Bynens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f71cb7ff..2ac29e566 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Chrome DevTools for Agents (`chrome-devtools-mcp`) lets your coding agent (such control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. -In addition it bolsters a [CLI](./docs/cli.md), if MCP is not available or desired. +A [CLI](docs/cli.md) is also provided for use without MCP. ## [Tool reference](./docs/tool-reference.md) | [Changelog](./CHANGELOG.md) | [Contributing](./CONTRIBUTING.md) | [Troubleshooting](./docs/troubleshooting.md) | [Design Principles](./docs/design-principles.md)