forked from TurboML-Inc/mcp-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 689 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 689 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
{
"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.17.1",
"agents": "^0.0.109",
"hono": "^4.8.12",
"just-pick": "^4.2.0",
"octokit": "^5.0.3",
"workers-mcp": "^0.0.13",
"zod": "^3.25.67"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250803.0",
"prettier": "^3.6.2",
"typescript": "5.8.3",
"wrangler": "^4.27.0"
}
}