screenpipe-mcp 0.3.0 → 0.3.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.
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ const SCREENPIPE_API = `http://localhost:${port}`;
21
21
  // Initialize server
22
22
  const server = new index_js_1.Server({
23
23
  name: "screenpipe",
24
- version: "0.3.0",
24
+ version: "0.3.1",
25
25
  }, {
26
26
  capabilities: {
27
27
  tools: {},
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "screenpipe",
4
4
  "display_name": "Screenpipe",
5
- "version": "0.2.0",
5
+ "version": "0.3.1",
6
6
  "description": "Search your screen recordings, audio transcriptions, and control your computer with AI",
7
7
  "long_description": "Screenpipe is a 24/7 screen and audio recorder that lets you search everything you've seen or heard. This extension connects Claude to your local screenpipe instance, enabling AI-powered search through your digital memory and computer control capabilities.",
8
8
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screenpipe-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server for screenpipe - search your screen recordings, audio transcriptions, and control your computer",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/src/index.ts CHANGED
@@ -29,7 +29,7 @@ const SCREENPIPE_API = `http://localhost:${port}`;
29
29
  const server = new Server(
30
30
  {
31
31
  name: "screenpipe",
32
- version: "0.3.0",
32
+ version: "0.3.1",
33
33
  },
34
34
  {
35
35
  capabilities: {