
Dependency Migration Mcp
Give your coding agent structured through-the-upgrade migration briefs instead of guessing breaking changes mid-bump.
Overview
dependency-migration-mcp is a MCP server for the Ship phase that supplies through-the-upgrade dependency-migration briefs for LLM coding agents.
What is this MCP server?
- Produces through-the-upgrade dependency-migration briefs tailored for LLM coding agents
- Distributed as mcpb package dependency-migration-mcp v0.1.2 with stdio transport
- Pairs with agent-driven refactors when major or minor semver bumps land
- GitHub-hosted SolvoHQ release with pinned fileSha256 in catalog metadata
- Catalog version 0.1.2
- Single mcpb registry package with stdio transport
What problem does it solve?
Agents routinely mishandle library upgrades because they lack a focused migration brief tied to the version jump you are attempting.
Who is it for?
Solo maintainers bumping npm, PyPI, or similar deps who want agent-assisted migrations with explicit upgrade guidance.
Skip if: Greenfield scaffolds with no existing dependency tree or teams that only need CVE dashboards without migration narratives.
What do I get? / Deliverables
After registration, your agent can pull migration-oriented context while you review and apply dependency upgrades with fewer missed breaking changes.
- Agent-accessible migration briefs for in-flight dependency upgrades
- Stdio MCP connection using the published 0.1.2 mcpb artifact
Recommended MCP Servers
Journey fit
How it compares
Upgrade migration brief MCP, not live registry health scoring like Freshdeps.
Common Questions / FAQ
Who is io.github.SolvoHQ/dependency-migration-mcp for?
It is for developers using Claude Code, Cursor, or Codex who upgrade dependencies and want the agent to follow structured migration briefs instead of generic advice.
When should I use io.github.SolvoHQ/dependency-migration-mcp?
Use it during Ship review or Operate iterate when you are planning or executing a version upgrade and need agent-ready migration context.
How do I add io.github.SolvoHQ/dependency-migration-mcp to my agent?
Add the v0.1.2 mcpb package from the SolvoHQ GitHub release to your MCP client with stdio transport per your host’s mcpb install flow.