Skip to content

Commit 59601d1

Browse files
Merge pull request #18 from etsd-tech/changeset-release/main
Version Packages
2 parents ba84de6 + e19fca8 commit 59601d1

File tree

8 files changed

+39
-18
lines changed

8 files changed

+39
-18
lines changed

.changeset/remove-legacy-support.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/chrome-extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/chrome-extension/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

packages/server/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/shared/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)