{ "name": "strava-mcp-bridge", "version": "0.1.1", "mcpName": "io.github.millerchou/strava-mcp-bridge", "description": "Local privacy bridge for using Strava's official MCP from Codex without creating a Strava developer app.", "type": "commonjs", "author": "millerchou <31427924+millerchou@users.noreply.github.com>", "homepage": "https://github.com/millerchou/strava-mcp-bridge#readme", "bugs": { "url": "https://github.com/millerchou/strava-mcp-bridge/issues" }, "repository": { "type": "git", "url": "git+https://github.com/millerchou/strava-mcp-bridge.git" }, "bin": { "strava-mcp-bridge": "bin/strava-mcp-bridge.js" }, "scripts": { "build:keychain-helper": "sh scripts/build-keychain-helper.sh", "setup": "npm run build:keychain-helper", "postinstall": "node scripts/postinstall.js", "test": "node --test" }, "files": [ "bin/strava-mcp-bridge.js", "examples/", "native/", "scripts/", ".agents/skills/", "src/", "CHANGELOG.md", "LICENSE", "README.md", "server.json", "SECURITY.md", "THREAT_MODEL.md" ], "os": [ "darwin" ], "cpu": [ "arm64" ], "keywords": [ "mcp", "strava", "codex", "opencode", "claude-code", "fitness-data", "oauth", "macos", "privacy", "training-analysis" ], "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": ">=22" } }