Skip to content

Commit fb70622

Browse files
committed
doc: bold important points
1 parent b2aad17 commit fb70622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Chrome Inspector MCP
22

3-
This gives agents DOM Elements, CSS Rules, and Computed Style, the tools that `chrome-devtools-mcp` doesn't provide.
3+
This gives agents **DOM Elements**, **CSS Rules**, and **Computed Style**, the tools that `chrome-devtools-mcp` doesn't provide.
44

55
This redesign of DevTools MCP aims to enable agents to take over DevTools for complex debugging. Any suggestions are welcomed. Current directions includes:
66

7-
- Agent Ergonomics: Building directly on [Chrome DevTools Protocol (CDP)](https://chromedevtools.github.io/devtools-protocol/), designing for agent needs, not library constraints
8-
- Extensibility: Making it easy for users (and agents?) to hack and customize their own toolsets
7+
- **Agent Ergonomics**: Building directly on [Chrome DevTools Protocol (CDP)](https://chromedevtools.github.io/devtools-protocol/), designing for agent needs, not library constraints
8+
- **Extensibility**: Making it easy for users (and agents?) to hack and customize their own toolsets
99

1010
## Demo
1111

0 commit comments

Comments
 (0)