File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @mcp-pointer/chrome-extension
22
3+ ## 0.6.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ ca7a516]
8+ - @mcp-pointer/shared @0.5.0
9+
310## 0.5.2
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @mcp-pointer/chrome-extension" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/etsd-tech/mcp-pointer.git" ,
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " MCP Pointer" ,
4- "version" : " 0.5.2 " ,
4+ "version" : " 0.6.0 " ,
55 "description" : " Point to DOM elements for your agentic coding tools" ,
66 "icons" : {
77 "16" : " icon.png" ,
Original file line number Diff line number Diff line change 11# @mcp-pointer/server
22
3+ ## 0.6.0
4+
5+ ### Minor Changes
6+
7+ - ca7a516: ** Architecture Cleanup & Improvements**
8+
9+ - ** Server** : Store full CSS properties in ` cssProperties ` instead of filtering to 5 properties
10+ - ** Server** : Remove LEGACY_ELEMENT_SELECTED support - only DOM_ELEMENT_POINTED is now supported
11+ - ** Server** : Delete unused files (` mcp-handler.ts ` , ` websocket-server.ts ` )
12+ - ** Server** : Simplify types - remove StateDataV1 and LegacySharedState
13+ - ** Server** : Dynamic CSS filtering now happens on-the-fly during MCP tool calls based on cssLevel parameter
14+
15+ This enables full CSS details to be accessible without re-pointing to elements, with filtering applied server-side based on tool parameters.
16+
317## 0.5.2
418
519### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @mcp-pointer/server" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " MCP Server for DOM element pointing - WebSocket bridge for element targeting" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11# @mcp-pointer/shared
22
3+ ## 0.6.0
4+
5+ ### Minor Changes
6+
7+ - ca7a516: ** Architecture Cleanup & Improvements**
8+
9+ - ** Server** : Store full CSS properties in ` cssProperties ` instead of filtering to 5 properties
10+ - ** Server** : Remove LEGACY_ELEMENT_SELECTED support - only DOM_ELEMENT_POINTED is now supported
11+ - ** Server** : Delete unused files (` mcp-handler.ts ` , ` websocket-server.ts ` )
12+ - ** Server** : Simplify types - remove StateDataV1 and LegacySharedState
13+ - ** Server** : Dynamic CSS filtering now happens on-the-fly during MCP tool calls based on cssLevel parameter
14+
15+ This enables full CSS details to be accessible without re-pointing to elements, with filtering applied server-side based on tool parameters.
16+
317## 0.4.0
418
519### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @mcp-pointer/shared" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.6 .0" ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/etsd-tech/mcp-pointer.git" ,
You can’t perform that action at this time.
0 commit comments