-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Description
The MCP pointer tool (mcp__pointer__get-pointed-element) is returning incorrect element information. When pointing at a specific component on the page, it returns data for a different element instead.
Expected Behavior
The pointer should return information about the element that is actually being pointed at/hovered over by the user.
Actual Behavior
The pointer returned information for an H1 element with id "page-title" and text "Welcome", which was not the component being pointed at by the user.
Additional Notes
The user confirmed that the H1 "Welcome" element was NOT the component they were pointing at, indicating a detection or tracking issue with the pointer functionality.
Severity
Medium - The tool provides incorrect data which could lead to wrong element interactions.
Metadata
Metadata
Assignees
Labels
No labels