@feedmob/ai-video-hub 1.0.2 → 1.0.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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install
13
13
  | Variable | Required | Description |
14
14
  |----------|----------|-------------|
15
15
  | `FEEDMOB_ACCESS_TOKEN` | Yes | OAuth access token for Rails API |
16
- | `RAILS_BASE_URL` | No | Rails API base URL (default: `https://insights-mcp.feedmob.com`) |
16
+ | `RAILS_BASE_URL` | No | Rails API base URL |
17
17
 
18
18
  ## MCP Client Configuration
19
19
 
package/dist/index.js CHANGED
@@ -72,7 +72,7 @@ async function uploadFile(filePath) {
72
72
  // Create MCP Server
73
73
  const server = new FastMCP({
74
74
  name: "feedmob-ai-video-hub",
75
- version: "1.0.2",
75
+ version: "1.0.3",
76
76
  });
77
77
  // Tool: list_ai_videos
78
78
  server.addTool({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmob/ai-video-hub",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "FeedMob AI Video Hub MCP Server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",