Skip to content

Commit a770c8e

Browse files
Merge pull request #4 from etsd-tech/changeset-release/main
Version Packages
2 parents 5e14226 + eac72c4 commit a770c8e

File tree

6 files changed

+42
-29
lines changed

6 files changed

+42
-29
lines changed

.changeset/major-chrome-restructure.md

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

.changeset/major-restructure-and-config-improvements.md

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

packages/chrome-extension/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @mcp-pointer/chrome-extension
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 3aef4c2: Major chrome extension architecture overhaul with improved service-based structure
8+
9+
- Remove bridge.js system for direct Chrome API access in isolated world
10+
- Eliminate URL filtering complexity
11+
- Split functionality into focused services
12+
- Consolidate utilities and improve overlay management
13+
- Add proper enable/disable functionality
14+
15+
This is a breaking change that significantly improves maintainability.
16+
17+
### Patch Changes
18+
19+
- ffcbf38: Major restructure and configuration improvements
20+
21+
- **README restructure**: Complete rewrite with cleaner organization (Example section, Getting Started, How it Works, etc.)
22+
- **New automatic config command**: Replace `configure` and `show-config` with unified `config` command that automatically configures AI tools
23+
- **Rename "other" to "manual"**: Clearer naming for manual configuration option suitable for other MCP-compatible tools
24+
- **SupportedTool enum**: Convert tool names to enum for better type safety
25+
- **Jest configuration**: Auto-detect tsconfig instead of manual TypeScript settings
26+
- **Test improvements**: Full test coverage for config command with enum usage
27+
- **Chrome extension**: Add icon and improve build process for assets
28+
329
## 0.3.1
430

531
### 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.3.3",
3+
"version": "0.4.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/etsd-tech/mcp-pointer.git",

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.4.0
4+
5+
### Minor Changes
6+
7+
- ffcbf38: Major restructure and configuration improvements
8+
9+
- **README restructure**: Complete rewrite with cleaner organization (Example section, Getting Started, How it Works, etc.)
10+
- **New automatic config command**: Replace `configure` and `show-config` with unified `config` command that automatically configures AI tools
11+
- **Rename "other" to "manual"**: Clearer naming for manual configuration option suitable for other MCP-compatible tools
12+
- **SupportedTool enum**: Convert tool names to enum for better type safety
13+
- **Jest configuration**: Auto-detect tsconfig instead of manual TypeScript settings
14+
- **Test improvements**: Full test coverage for config command with enum usage
15+
- **Chrome extension**: Add icon and improve build process for assets
16+
317
## 0.3.3
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.3.3",
3+
"version": "0.4.0",
44
"description": "MCP Server for DOM element pointing - WebSocket bridge for element targeting",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)