tag:github.com,2008:https://github.com/etsd-tech/mcp-pointer/releases Release notes from mcp-pointer 2025-11-12T15:11:56Z tag:github.com,2008:Repository/1048696224/0.6.0 2025-11-12T15:12:44Z 0.6.0 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/etsd-tech/mcp-pointer/pull/18">#18</a> from etsd-tech/changeset-release/main</p> <p>Version Packages</p> github-actions[bot] tag:github.com,2008:Repository/1048696224/@mcp-pointer/[email protected] 2025-11-12T15:12:41Z @mcp-pointer/server@0.6.0 <h3>Minor Changes</h3> <ul> <li> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/etsd-tech/mcp-pointer/commit/ca7a5163cd884d11db7a330dd1faff99a6a5647a/hovercard" href="https://github.com/etsd-tech/mcp-pointer/commit/ca7a5163cd884d11db7a330dd1faff99a6a5647a"><tt>ca7a516</tt></a>: <strong>Architecture Cleanup &amp; Improvements</strong></p> <ul> <li><strong>Server</strong>: Store full CSS properties in <code>cssProperties</code> instead of filtering to 5 properties</li> <li><strong>Server</strong>: Remove LEGACY_ELEMENT_SELECTED support - only DOM_ELEMENT_POINTED is now supported</li> <li><strong>Server</strong>: Delete unused files (<code>mcp-handler.ts</code>, <code>websocket-server.ts</code>)</li> <li><strong>Server</strong>: Simplify types - remove StateDataV1 and LegacySharedState</li> <li><strong>Server</strong>: Dynamic CSS filtering now happens on-the-fly during MCP tool calls based on cssLevel parameter</li> </ul> <p>This enables full CSS details to be accessible without re-pointing to elements, with filtering applied server-side based on tool parameters.</p> </li> </ul> github-actions[bot] tag:github.com,2008:Repository/1048696224/0.5.2 2025-10-01T10:15:13Z 0.5.2 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/etsd-tech/mcp-pointer/pull/16">#16</a> from etsd-tech/changeset-release/main</p> <p>Version Packages</p> github-actions[bot] tag:github.com,2008:Repository/1048696224/@mcp-pointer/[email protected] 2025-10-01T10:15:10Z @mcp-pointer/server@0.5.2 <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/etsd-tech/mcp-pointer/commit/6d999319dc4f2ba2769c8f55942e7fd650688cdd/hovercard" href="https://github.com/etsd-tech/mcp-pointer/commit/6d999319dc4f2ba2769c8f55942e7fd650688cdd"><tt>6d99931</tt></a>: Align versions for release</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1048696224/0.5.0 2025-09-30T16:04:06Z 0.5.0 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/etsd-tech/mcp-pointer/pull/14">#14</a> from etsd-tech/changeset-release/main</p> <p>Version Packages</p> github-actions[bot] tag:github.com,2008:Repository/1048696224/@mcp-pointer/[email protected] 2025-09-30T16:04:03Z @mcp-pointer/server@0.5.0 <h3>Minor Changes</h3> <ul> <li> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/etsd-tech/mcp-pointer/commit/d91e76452879261ef9e83342d8282123bd07adb7/hovercard" href="https://github.com/etsd-tech/mcp-pointer/commit/d91e76452879261ef9e83342d8282123bd07adb7"><tt>d91e764</tt></a>: Refactor SharedStateService with dual format support and add comprehensive tests</p> <ul> <li>Added dual format support for legacy and new raw DOM data</li> <li>Created ElementProcessor service for server-side DOM processing</li> <li>Added comprehensive test suite with factory pattern</li> <li>Added DOM_ELEMENT_POINTED message type support</li> <li>Maintains full backward compatibility</li> </ul> <p>Server ready for browser extension updates.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/etsd-tech/mcp-pointer/commit/1c9cef47da3f4d2ac950c24c6fb1cf514f355e11/hovercard" href="https://github.com/etsd-tech/mcp-pointer/commit/1c9cef47da3f4d2ac950c24c6fb1cf514f355e11"><tt>1c9cef4</tt></a>: Replace jsdom with node-html-parser for better bundling</p> <ul> <li>Reduced bundle size</li> <li>Fixes bundling issues with esbuild</li> <li>faster HTML parsing</li> </ul> </li> </ul> github-actions[bot] tag:github.com,2008:Repository/1048696224/0.4.4 2025-09-25T21:11:30Z 0.4.4 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/etsd-tech/mcp-pointer/pull/12">#12</a> from etsd-tech/changeset-release/main</p> <p>Version Packages</p> github-actions[bot] tag:github.com,2008:Repository/1048696224/@mcp-pointer/[email protected] 2025-09-25T21:11:27Z @mcp-pointer/server@0.4.4 <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/etsd-tech/mcp-pointer/commit/b245b988db6d0f5dfbb805ba8253077db9395592/hovercard" href="https://github.com/etsd-tech/mcp-pointer/commit/b245b988db6d0f5dfbb805ba8253077db9395592"><tt>b245b98</tt></a>: Sync server version with chrome extension to maintain version alignment. Both packages are now linked and will be versioned together.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1048696224/0.4.3 2025-09-23T11:00:48Z 0.4.3 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/etsd-tech/mcp-pointer/pull/10">#10</a> from etsd-tech/changeset-release/main</p> <p>Version Packages</p> github-actions[bot] tag:github.com,2008:Repository/1048696224/@mcp-pointer/[email protected] 2025-09-23T11:00:44Z @mcp-pointer/server@0.4.3 <h3>Patch Changes</h3> <ul> <li> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/etsd-tech/mcp-pointer/commit/eb701224b2133cdf54d119f10f79e3ff09d7fc55/hovercard" href="https://github.com/etsd-tech/mcp-pointer/commit/eb701224b2133cdf54d119f10f79e3ff09d7fc55"><tt>eb70122</tt></a>: Fix auto-update configuration to always use latest version</p> <p>Users were stuck on the first installed version because npx cached the initial version. Updated all MCP server configurations to use <code>@mcp-pointer/server@latest</code> ensuring users always get the newest version when their AI tool starts the server.</p> <ul> <li>Updated Claude Code, Cursor, and Windsurf configurations</li> <li>Added instructions for existing users to reconfigure</li> <li>Updated documentation and troubleshooting sections</li> </ul> </li> </ul> github-actions[bot]