Skip to content

Commit 2faf088

Browse files
committed
docs(readme): clarify numeric detail levels
1 parent 08339fb commit 2faf088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Your AI tool will automatically start the MCP server when needed using the `npx
104104
105105
**Available MCP Tool:**
106106
- `get-pointed-element` – Returns textual information about the currently pointed DOM element. Optional arguments:
107-
- `textDetail`: `"full" | "visible" | "none"` (default `"full"`) controls how much text to include.
107+
- `textDetail`: `0 | 1 | 2` (default `2`) controls how much text to include (`0 = none`, `1 = visible text only`, `2 = visible + hidden`).
108108
- `cssLevel`: `0 | 1 | 2 | 3` (default `1`) controls styling detail, from no CSS (0) up to full computed styles (3).
109109
110110
## 🎯 How It Works

0 commit comments

Comments
 (0)