Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@mcp-pointer/server@0.5.0

Minor Changes

  • d91e764: Refactor SharedStateService with dual format support and add comprehensive tests

    • Added dual format support for legacy and new raw DOM data
    • Created ElementProcessor service for server-side DOM processing
    • Added comprehensive test suite with factory pattern
    • Added DOM_ELEMENT_POINTED message type support
    • Maintains full backward compatibility

    Server ready for browser extension updates.

Patch Changes

  • 1c9cef4: Replace jsdom with node-html-parser for better bundling

    • Reduced bundle size
    • Fixes bundling issues with esbuild
    • faster HTML parsing

@mcp-pointer/shared@0.4.0

Minor Changes

  • d91e764: Refactor SharedStateService with dual format support and add comprehensive tests

    • Added dual format support for legacy and new raw DOM data
    • Created ElementProcessor service for server-side DOM processing
    • Added comprehensive test suite with factory pattern
    • Added DOM_ELEMENT_POINTED message type support
    • Maintains full backward compatibility

    Server ready for browser extension updates.

@mcp-pointer/chrome-extension@0.5.0

Patch Changes

  • Updated dependencies [d91e764]
    • @mcp-pointer/shared@0.4.0

@elieteyssedou elieteyssedou merged commit 9746914 into main Sep 30, 2025
ashtonchew added a commit to ashtonchew/mcp-pointer that referenced this pull request Oct 1, 2025
- Extension was referencing PointerMessageType.ELEMENT_SELECTED which doesn't exist
- Changed to PointerMessageType.LEGACY_ELEMENT_SELECTED in element-sender-service.ts
- Fixed websocket-server.ts to remove invalid ELEMENT_CLEARED reference (dead code)
- Fixed lint error in mcp-service.ts (line length)
- Fixes bug introduced in PR etsd-tech#14
ashtonchew added a commit to ashtonchew/mcp-pointer that referenced this pull request Oct 1, 2025
- Extension was referencing PointerMessageType.ELEMENT_SELECTED which doesn't exist
- Changed to PointerMessageType.LEGACY_ELEMENT_SELECTED in element-sender-service.ts
- Fixed websocket-server.ts to remove invalid ELEMENT_CLEARED reference (dead code)
- Fixed lint error in mcp-service.ts (line length)
- Fixes bug introduced in PR etsd-tech#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants