Releases: etsd-tech/mcp-pointer
Releases · etsd-tech/mcp-pointer
0.6.0
@mcp-pointer/server@0.6.0
Minor Changes
-
ca7a516: Architecture Cleanup & Improvements
- Server: Store full CSS properties in
cssPropertiesinstead 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.
- Server: Store full CSS properties in
0.5.2
Merge pull request #16 from etsd-tech/changeset-release/main Version Packages
@mcp-pointer/server@0.5.2
Patch Changes
- 6d99931: Align versions for release
0.5.0
Merge pull request #14 from etsd-tech/changeset-release/main Version Packages
@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
0.4.4
Merge pull request #12 from etsd-tech/changeset-release/main Version Packages
@mcp-pointer/server@0.4.4
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
Merge pull request #10 from etsd-tech/changeset-release/main Version Packages
@mcp-pointer/server@0.4.3
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@latestensuring 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