{ "name": "mcp-oss-onramp", "mcpName": "io.github.ryotaro-tanaka/mcp-oss-onramp", "version": "0.1.4", "description": "MCP server for high-precision OSS issue scouting. Supports MCP_OSS_ONRAMP_GITHUB_TOKEN for PR cross-referencing and avoiding rate limits.", "license": "MIT", "author": "ryotaro-tanaka", "repository": { "type": "git", "url": "git+https://github.com/ryotaro-tanaka/mcp-oss-onramp.git" }, "bugs": { "url": "https://github.com/ryotaro-tanaka/mcp-oss-onramp/issues" }, "homepage": "https://github.com/ryotaro-tanaka/mcp-oss-onramp#readme", "keywords": [ "mcp", "github", "oss", "beginner-friendly", "good-first-issue", "automation" ], "type": "module", "bin": { "mcp-oss-onramp": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc -w", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "@octokit/core": "^7.0.6" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }