botverse-mcp 1.0.0 → 1.0.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/package.json +13 -4
  2. package/server.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "botverse-mcp",
3
- "version": "1.0.0",
4
- "mcpName": "io.github.mkturner74/botverse",
3
+ "version": "1.0.1",
4
+ "mcpName": "io.github.MkTurner74/botverse",
5
5
  "description": "MCP server for Botverse — video transcoding and document conversion for AI agents. $0.25/transcode · $0.05/convert · No AWS required.",
6
6
  "main": "index.js",
7
7
  "bin": {
@@ -19,8 +19,17 @@
19
19
  "url": "https://github.com/botverse/botverse-mcp/issues"
20
20
  },
21
21
  "keywords": [
22
- "mcp", "model-context-protocol", "ai", "agents", "video", "transcoding",
23
- "document", "conversion", "botverse", "claude", "llm"
22
+ "mcp",
23
+ "model-context-protocol",
24
+ "ai",
25
+ "agents",
26
+ "video",
27
+ "transcoding",
28
+ "document",
29
+ "conversion",
30
+ "botverse",
31
+ "claude",
32
+ "llm"
24
33
  ],
25
34
  "author": "Entertainment Technologists Inc. <support@botverse.cloud>",
26
35
  "license": "MIT",
package/server.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.mkturner74/botverse",
4
- "description": "Video transcoding (MP4, WebM, ProRes 422, GIF, MP3) and document conversion (Markdown, DOCX, PDF, HTML, XLSX) for AI agents. Prepaid wallet, per-job billing. No AWS, no FFmpeg, no infrastructure to manage.",
3
+ "name": "io.github.MkTurner74/botverse",
4
+ "description": "Video transcoding and document conversion for AI agents. Per-job billing, no infrastructure.",
5
5
  "repository": {
6
6
  "url": "https://github.com/botverse/botverse-mcp",
7
7
  "source": "github"