Cloudflare to GitHub Backup MCP Server

{ "name": "cloudflare-github-backup", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "postbuild": "node -e \"require('fs').chmodSync('build/index.js', 0o755)\"" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^0.7.0", "axios": "^1.6.7", "dotenv": "^16.4.5" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.3.3" }, "type": "module" }