@mcp-browser-kit/server 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -9495,7 +9495,7 @@ server.tool(
|
|
|
9495
9495
|
"getReadableElements",
|
|
9496
9496
|
[
|
|
9497
9497
|
combinationDescription,
|
|
9498
|
-
"- Use this tool to get a list of [tag,accessible-text]
|
|
9498
|
+
"- Use this tool to get a list of [index,tag,accessible-text] of all readable elements in the current tab.",
|
|
9499
9499
|
"- Usually being called after `getTabs` to read or identify element to interact with."
|
|
9500
9500
|
].join("\n"),
|
|
9501
9501
|
{
|