vidistill 0.6.1 → 0.6.2
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/README.md +4 -11
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,17 +112,10 @@ vidistill can run as an MCP server, letting AI coding tools (Claude Code, Cursor
|
|
|
112
112
|
vidistill mcp
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
To configure in Claude Code
|
|
116
|
-
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
"mcpServers": {
|
|
120
|
-
"vidistill": {
|
|
121
|
-
"command": "npx",
|
|
122
|
-
"args": ["vidistill", "mcp"]
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
115
|
+
To configure in Claude Code:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
claude mcp add vidistill -- npx vidistill mcp
|
|
126
119
|
```
|
|
127
120
|
|
|
128
121
|
**Tools exposed:**
|
package/dist/index.js
CHANGED
package/package.json
CHANGED