Skip to content

Commit 257f4e7

Browse files
Merge pull request #7 from n13b9/cf-worker-support
Remote MCP server on CF
2 parents 373484e + 6879e16 commit 257f4e7

9 files changed

Lines changed: 601 additions & 84154 deletions

File tree

.smithery/index.cjs

Lines changed: 0 additions & 83293 deletions
This file was deleted.

README.md

Lines changed: 107 additions & 272 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 171 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,24 @@
33
"version": "1.0.1",
44
"description": "MCP server for Supadata video & web scraping integration. Features include YouTube, TikTok, Instagram, Twitter, and file video transcription, web scraping, batch processing and structured data extraction.",
55
"type": "module",
6+
"bin": "./dist/index.js",
67
"module": "src/index.ts",
78
"scripts": {
8-
"dev": "npx @smithery/cli dev",
9-
"build": "npm run build:http",
10-
"build:stdio": "tsc",
11-
"build:http": "npx @smithery/cli build",
12-
"start": "npm run start:http",
13-
"start:http": "node .smithery/index.cjs",
14-
"start:stdio": "RUN_STDIO=true node dist/index.js",
15-
"prepublishOnly": "npm run build:stdio",
9+
"dev": "wrangler dev",
10+
"build": "tsc",
11+
"start": "node dist/index.js",
12+
"prepublishOnly": "npm run build",
1613
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
1714
"lint": "eslint src/**/*.ts",
1815
"lint:fix": "eslint src/**/*.ts --fix",
1916
"format": "prettier --write .",
20-
"prepare": "npm run build",
21-
"publish": "npm run build && npm publish"
17+
"prepare": "npm run build"
2218
},
2319
"license": "MIT",
2420
"dependencies": {
25-
"@modelcontextprotocol/sdk": "^1.17.3",
21+
"@modelcontextprotocol/sdk": "^1.25.3",
2622
"@supadata/js": "^1.3.0",
2723
"dotenv": "^16.4.7",
28-
"express": "^5.1.0",
29-
"shx": "^0.3.4",
30-
"ws": "^8.18.1",
3124
"zod": "^3.25.76"
3225
},
3326
"devDependencies": {
@@ -65,4 +58,4 @@
6558
"url": "https://github.com/supadata-ai/mcp/issues"
6659
},
6760
"homepage": "https://github.com/supadata-ai/mcp#readme"
68-
}
61+
}

smithery.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)