Skip to content

Releases: etsd-tech/mcp-pointer

0.6.0

12 Nov 15:12
59601d1

Choose a tag to compare

Merge pull request #18 from etsd-tech/changeset-release/main

Version Packages

@mcp-pointer/server@0.6.0

12 Nov 15:12
59601d1

Choose a tag to compare

Minor Changes

  • ca7a516: Architecture Cleanup & Improvements

    • Server: Store full CSS properties in cssProperties instead of filtering to 5 properties
    • Server: Remove LEGACY_ELEMENT_SELECTED support - only DOM_ELEMENT_POINTED is now supported
    • Server: Delete unused files (mcp-handler.ts, websocket-server.ts)
    • Server: Simplify types - remove StateDataV1 and LegacySharedState
    • Server: Dynamic CSS filtering now happens on-the-fly during MCP tool calls based on cssLevel parameter

    This enables full CSS details to be accessible without re-pointing to elements, with filtering applied server-side based on tool parameters.

0.5.2

01 Oct 10:15
1f1087f

Choose a tag to compare

Merge pull request #16 from etsd-tech/changeset-release/main

Version Packages

@mcp-pointer/server@0.5.2

01 Oct 10:15
1f1087f

Choose a tag to compare

Patch Changes

  • 6d99931: Align versions for release

0.5.0

30 Sep 16:04
9746914

Choose a tag to compare

Merge pull request #14 from etsd-tech/changeset-release/main

Version Packages

@mcp-pointer/server@0.5.0

30 Sep 16:04
9746914

Choose a tag to compare

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

0.4.4

25 Sep 21:11
3f2f66f

Choose a tag to compare

Merge pull request #12 from etsd-tech/changeset-release/main

Version Packages

@mcp-pointer/server@0.4.4

25 Sep 21:11
3f2f66f

Choose a tag to compare

Patch Changes

  • b245b98: Sync server version with chrome extension to maintain version alignment. Both packages are now linked and will be versioned together.

0.4.3

23 Sep 11:00
db579ec

Choose a tag to compare

Merge pull request #10 from etsd-tech/changeset-release/main

Version Packages

@mcp-pointer/server@0.4.3

23 Sep 11:00
db579ec

Choose a tag to compare

Patch Changes

  • eb70122: Fix auto-update configuration to always use latest version

    Users were stuck on the first installed version because npx cached the initial version. Updated all MCP server configurations to use @mcp-pointer/server@latest ensuring users always get the newest version when their AI tool starts the server.

    • Updated Claude Code, Cursor, and Windsurf configurations
    • Added instructions for existing users to reconfigure
    • Updated documentation and troubleshooting sections