vibeshare-live 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibeshare-live",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Share your live agent coding session by URL — spectate read-only or invite into the session. Local-first: runs on your machine, nothing readable leaves without consent. Part of the Vibe Suite.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -8,7 +8,9 @@
8
8
  "node": ">=18"
9
9
  },
10
10
  "bin": {
11
+ "vibeshare-live": "./dist/cli.js",
11
12
  "vibeshare": "./dist/cli.js",
13
+ "vibeshare-live-mcp": "./dist/mcp.js",
12
14
  "vibeshare-mcp": "./dist/mcp.js"
13
15
  },
14
16
  "main": "./dist/index.js",