Skip to content

@mcp-pointer/[email protected]

Choose a tag to compare

@github-actions github-actions released this 30 Sep 16:04
· 9 commits to main since this release
9746914

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