clipbait 1.9.2 → 1.9.3

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 +4 -1
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "clipbait",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "Clipbait CLI + MCP server — turn any video into viral clips, and auto-clip live streams, from your terminal or any AI agent.",
5
+ "mcpName": "io.github.spiritscripts/clipbait",
5
6
  "bin": { "clipbait": "index.js" },
6
7
  "type": "commonjs",
7
8
  "engines": { "node": ">=18" },
@@ -10,5 +11,7 @@
10
11
  "@modelcontextprotocol/sdk": "^1.12.0",
11
12
  "zod": "^3.25.0"
12
13
  },
14
+ "repository": { "type": "git", "url": "git+https://github.com/spiritscripts/clipbait-agent.git" },
15
+ "homepage": "https://app.clipbait.ai/docs",
13
16
  "license": "MIT"
14
17
  }