-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "remote-mcp-github-oauth",
"version": "0.0.1",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"cf-typegen": "wrangler types",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@cloudflare/workers-oauth-provider": "^0.0.5",
"@modelcontextprotocol/sdk": "^1.12.1",
"agents": "^0.0.94",
"hono": "^4.7.10",
"just-pick": "^4.2.0",
"octokit": "^5.0.2",
"url-parse": "^1.5.10",
"workers-mcp": "^0.0.13",
"youtube-transcript": "^1.2.1",
"zod": "^3.25.28"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250525.0",
"@types/mustache": "^4.2.6",
"@types/url-parse": "^1.4.11",
"mustache": "^4.2.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"wrangler": "^4.18.0"
}
}