Skip to content

Commit d91e764

Browse files
committed
Add changeset and update gitignore
1 parent 5fa00e8 commit d91e764

File tree

3 files changed

+17
-94
lines changed

3 files changed

+17
-94
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@mcp-pointer/server": minor
3+
"@mcp-pointer/shared": minor
4+
---
5+
6+
Refactor SharedStateService with dual format support and add comprehensive tests
7+
8+
- Added dual format support for legacy and new raw DOM data
9+
- Created ElementProcessor service for server-side DOM processing
10+
- Added comprehensive test suite with factory pattern
11+
- Added DOM_ELEMENT_POINTED message type support
12+
- Maintains full backward compatibility
13+
14+
Server ready for browser extension updates.

.claude/plan.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ dist/
1010
packages/server/src/__tests__/tmp/
1111

1212
# Release artifacts
13-
mcp-pointer-chrome-extension.zip
13+
mcp-pointer-chrome-extension.zip
14+
15+
.claude/*.local.md

0 commit comments

Comments
 (0)