You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/mcp/server.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,10 @@ func (s *MCPServer) registerTools() {
136
136
Handler: s.handleCUAScroll},
137
137
138
138
// DOM CUA
139
-
{Name: "codex_dom_get_visible", Description: "Get visible DOM with node IDs for DOM-based interaction",
139
+
{Name: "codex_dom_get_visible", Description: "Get a simplified visible DOM tree (human-readable; use codex_dom_snapshot for node IDs usable with codex_dom_click)",
0 commit comments