@sylphx/cue 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 (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## Zero-config
2
+
3
+ ```bash
4
+ npx -y @sylphx/cue
5
+ ```
6
+
1
7
  <div align="center">
2
8
 
3
9
  # Cue
@@ -98,7 +104,6 @@ claude mcp add cue -- npx @sylphx/cue
98
104
  **Install once. Call once.**
99
105
 
100
106
  ```bash
101
- claude mcp add video-reader -- npx @sylphx/cue
102
107
  ```
103
108
 
104
109
  ```json
@@ -176,7 +181,6 @@ Supported formats: MP4, M4V, MKV, MOV, WebM, and other formats ffprobe can inspe
176
181
  ### Claude Code
177
182
 
178
183
  ```bash
179
- claude mcp add video-reader -- npx @sylphx/cue
180
184
  ```
181
185
 
182
186
  ### Claude Desktop
@@ -186,7 +190,7 @@ Add this to `claude_desktop_config.json`:
186
190
  ```json
187
191
  {
188
192
  "mcpServers": {
189
- "video-reader": {
193
+ "cue": {
190
194
  "command": "npx",
191
195
  "args": ["@sylphx/cue"]
192
196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/cue",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "mcpName": "io.github.SylphxAI/cue",
5
5
  "description": "Cue \u2014 timeline proof for agents. Local video evidence (ffprobe, subtitles, scenes) via MCP/CLI/SDK. Not frame-by-frame VLM.",
6
6
  "type": "module",
@@ -77,9 +77,9 @@
77
77
  "packageManager": "bun@1.3.12",
78
78
  "private": false,
79
79
  "optionalDependencies": {
80
- "@sylphx/cue-darwin-arm64": "0.2.0",
81
- "@sylphx/cue-darwin-x64": "0.2.0",
82
- "@sylphx/cue-linux-x64-gnu": "0.2.0",
83
- "@sylphx/cue-linux-arm64-gnu": "0.2.0"
80
+ "@sylphx/cue-darwin-arm64": "0.2.1",
81
+ "@sylphx/cue-darwin-x64": "0.2.1",
82
+ "@sylphx/cue-linux-x64-gnu": "0.2.1",
83
+ "@sylphx/cue-linux-arm64-gnu": "0.2.1"
84
84
  }
85
85
  }