@peekdev/mcp 0.1.0-alpha.2 → 0.1.0-alpha.4

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 +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peekdev/mcp",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "peek native messaging host + stdio MCP server. Owns ~/.peek/sessions.db (better-sqlite3) and bridges the browser extension, CLI, and AI tools to a single local source of truth (ADR-0007).",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -21,6 +21,14 @@
21
21
  "./native-host": {
22
22
  "types": "./dist/native-host/index.d.ts",
23
23
  "import": "./dist/native-host/index.js"
24
+ },
25
+ "./mcp/playwright-repro": {
26
+ "types": "./dist/mcp/playwright-repro.d.ts",
27
+ "import": "./dist/mcp/playwright-repro.js"
28
+ },
29
+ "./mcp/event-blobs": {
30
+ "types": "./dist/mcp/event-blobs.d.ts",
31
+ "import": "./dist/mcp/event-blobs.js"
24
32
  }
25
33
  },
26
34
  "files": [