← UpgradeLens

Review a Dependabot dependency update before merge

Turn exact package versions from a Dependabot pull request into a cited security, compatibility, and migration decision.

UpgradeLens is a read-only MCP and REST service for npm and PyPI. It returns proceed, review_required, block, or unknown with evidence links and ordered migration actions.

Agent-ready request

curl -X POST https://upgradelens.mattpicone.workers.dev/v1/upgrade/review -H 'content-type: application/json' -d '{"ecosystem":"npm","package":"express","current_version":"4.19.2","target_version":"5.1.0","runtime":{"node":"22"},"detail":"compact"}'

OpenAPI · Examples · Agent Card