Skip to content

Commit 31a62d3

Browse files
committed
Add changeset for Phase 2 implementation
1 parent 7e53afb commit 31a62d3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/phase-2-raw-element.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@mcp-pointer/chrome-extension': minor
3+
---
4+
5+
Send raw DOM element data for server-side processing
6+
7+
- Add extractRawPointedDOMElement() to collect minimal raw DOM data
8+
- Send outerHTML, boundingClientRect, url, timestamp, computedStyles
9+
- Include React Fiber when present on element
10+
- Use DOM_ELEMENT_POINTED message type
11+
- Move data processing responsibility to server

0 commit comments

Comments
 (0)