We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08339fb commit 2faf088Copy full SHA for 2faf088
README.md
@@ -104,7 +104,7 @@ Your AI tool will automatically start the MCP server when needed using the `npx
104
105
**Available MCP Tool:**
106
- `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.
+ - `textDetail`: `0 | 1 | 2` (default `2`) controls how much text to include (`0 = none`, `1 = visible text only`, `2 = visible + hidden`).
108
- `cssLevel`: `0 | 1 | 2 | 3` (default `1`) controls styling detail, from no CSS (0) up to full computed styles (3).
109
110
## 🎯 How It Works
0 commit comments