@jobshimo/browser-link 0.5.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "browser-link",
4
- "version": "0.5.4",
4
+ "version": "0.7.5",
5
5
  "description": "Bridge between Chrome and an MCP client (Claude Code, OpenCode, GitHub Copilot CLI, …). Per-tab manual activation.",
6
6
  "permissions": [
7
7
  "debugger",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobshimo/browser-link",
3
- "version": "0.5.4",
3
+ "version": "0.7.5",
4
4
  "description": "MCP server that bridges Claude Code, OpenCode, GitHub Copilot CLI and other MCP clients to a Chrome tab. Per-tool permissions, multi-agent mode (multiple MCP clients sharing one bridge), persistent UI map across sessions.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -36,6 +36,9 @@
36
36
  "README.md",
37
37
  "LICENSE"
38
38
  ],
39
+ "engines": {
40
+ "node": ">=22.13"
41
+ },
39
42
  "publishConfig": {
40
43
  "access": "public"
41
44
  },
@@ -48,7 +51,7 @@
48
51
  "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
49
52
  "test": "vitest run",
50
53
  "test:watch": "vitest",
51
- "prepublishOnly": "npm run clean && npm run build && node ./scripts/prepare-publish.mjs"
54
+ "prepublishOnly": "pnpm run clean && pnpm run build && node ./scripts/prepare-publish.mjs"
52
55
  },
53
56
  "dependencies": {
54
57
  "@modelcontextprotocol/sdk": "^1.0.0",