screenpipe-mcp 0.18.4 → 0.18.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.
Files changed (2) hide show
  1. package/bun.lock +0 -11
  2. package/package.json +1 -2
package/bun.lock CHANGED
@@ -6,7 +6,6 @@
6
6
  "name": "screenpipe-mcp",
7
7
  "dependencies": {
8
8
  "@modelcontextprotocol/sdk": "^1.27.1",
9
- "screenpipe": "latest",
10
9
  "ws": "^8.19.0",
11
10
  },
12
11
  "devDependencies": {
@@ -133,14 +132,6 @@
133
132
 
134
133
  "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.56.0", "", { "os": "win32", "cpu": "x64" }, "sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g=="],
135
134
 
136
- "@screenpipe/cli-darwin-arm64": ["@screenpipe/cli-darwin-arm64@0.3.302", "", { "os": "darwin", "cpu": "arm64", "bin": { "screenpipe": "bin/screenpipe" } }, "sha512-WlPu/vT20xbKCACQjoTvK2D7jOxdDpMjP1X093/f0GbjUxwXjSeHkqxgWES1jWlv6+rsVS181yF9/II3UOy5NA=="],
137
-
138
- "@screenpipe/cli-darwin-x64": ["@screenpipe/cli-darwin-x64@0.3.302", "", { "os": "darwin", "cpu": "x64", "bin": { "screenpipe": "bin/screenpipe" } }, "sha512-KrMeC4+MHTl8la1EQmVV2LcmK2ifuOe2AXb5BWoZ748HDUwR+pPSalNIvIt2GS6GuJVnpudB1HH0fIZqox9afQ=="],
139
-
140
- "@screenpipe/cli-linux-x64": ["@screenpipe/cli-linux-x64@0.3.302", "", { "os": "linux", "cpu": "x64", "bin": { "screenpipe": "bin/screenpipe" } }, "sha512-/aY+YaOqnroPDGPa0j9hZhv97ePMlNpReaigIMs9H7/vjLsFkgzSBZE/goFYxFCks7MjTm18SN7BcvUmJA8x6Q=="],
141
-
142
- "@screenpipe/cli-win32-x64": ["@screenpipe/cli-win32-x64@0.3.302", "", { "os": "win32", "cpu": "x64", "bin": { "screenpipe": "bin/screenpipe.exe" } }, "sha512-gq7WF1pV6CtPk9ozPDzmC9OiuAEgi6x9YVj3iyEOO3M+IsHOZ1V7sBBX4txRObHHSF5v2FWVaGfkLEA4N3N2rQ=="],
143
-
144
135
  "@standard-schema/spec": ["@standard-schema/spec@1.1.0", "", {}, "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w=="],
145
136
 
146
137
  "@tsconfig/node10": ["@tsconfig/node10@1.0.12", "", {}, "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ=="],
@@ -361,8 +352,6 @@
361
352
 
362
353
  "safer-buffer": ["safer-buffer@2.1.2", "", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="],
363
354
 
364
- "screenpipe": ["screenpipe@0.3.302", "", { "optionalDependencies": { "@screenpipe/cli-darwin-arm64": "0.3.302", "@screenpipe/cli-darwin-x64": "0.3.302", "@screenpipe/cli-linux-x64": "0.3.302", "@screenpipe/cli-win32-x64": "0.3.302" }, "bin": { "screenpipe": "bin/screenpipe.js" } }, "sha512-S/rSOBqeQ7IqRFyDLCtEJlvQTZdbcEz/LOgQ5HBqnMf095kDzyorzmN+UsB+9ZEpZKC8gUotuqpbYD4v5tkV6A=="],
365
-
366
355
  "send": ["send@1.2.1", "", { "dependencies": { "debug": "^4.4.3", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "fresh": "^2.0.0", "http-errors": "^2.0.1", "mime-types": "^3.0.2", "ms": "^2.1.3", "on-finished": "^2.4.1", "range-parser": "^1.2.1", "statuses": "^2.0.2" } }, "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ=="],
367
356
 
368
357
  "serve-static": ["serve-static@2.2.1", "", { "dependencies": { "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "parseurl": "^1.3.3", "send": "^1.2.0" } }, "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw=="],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screenpipe-mcp",
3
- "version": "0.18.4",
3
+ "version": "0.18.5",
4
4
  "description": "MCP server for screenpipe - search your screen recordings and audio transcriptions",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -31,7 +31,6 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@modelcontextprotocol/sdk": "^1.27.1",
34
- "screenpipe": "latest",
35
34
  "ws": "^8.19.0"
36
35
  },
37
36
  "devDependencies": {