package.json•979 B
{
"name": "remote-mcp-github-oauth",
"version": "0.0.1",
"private": false,
"description": "A Model Context Protocol (MCP) server with GitHub OAuth, deployable to Cloudflare.",
"author": "Jit <https://github.com/byjit>",
"repository": {
"type": "git",
"url": "https://github.com/byjit/mcp-os.git"
},
"bugs": {
"url": "https://github.com/byjit/mcp-os/issues"
},
"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.13.1",
"agents": "^0.0.100",
"hono": "^4.8.3",
"just-pick": "^4.2.0",
"octokit": "^5.0.3",
"workers-mcp": "^0.0.13",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/node": "^24.0.13",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"wrangler": "^4.24.3"
}
}