Mcp server upgrade
Skill batteryshark/skill-tap/skills/development/mcp/mcp-server-upgrade
Audit and upgrade an existing MCP implementation to current FastMCP 3 patterns while preserving behavior and verifying protocol compatibility.From its SKILL.md
npx -y skills add batteryshark/skill-tap --skill mcp-server-upgradeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 211 tokens by cl100k_base, as published. Nobody here has run it
Upgrade a FastMCP Server
- Record the installed
fastmcp,mcp, Python, and deployment versions plus the server's existing component inventory and representative outputs. - Run
bin/mcp-server-upgrade PATHfor a static migration inventory, then read references/upgrade-map.md. - Separate framework migration from product redesign. Preserve observable names, schemas, errors, auth requirements, and effects unless the user requested a breaking change.
- Migrate imports, configuration, composition, context access, and transport setup in small groups. Replace deprecated patterns with current providers, transforms, component authorization, visibility, versioning, storage, or tasks only where they solve an actual requirement.
- Treat Code Mode and Apps as opt-in product capabilities, not automatic upgrade steps.
- Compare pre/post component catalogs and run direct, in-memory, and deployment smoke tests.
Ask agents/migration-reviewer.md to inspect compatibility evidence before release.
What ships with it: 4 files
3.0 KB alongside SKILL.md, 2 of them executable
agents/
bin/
- mcp-server-upgraderuns246 B
references/
- upgrade-map.md1.1 KB
scripts/
- collect_evidence.pyruns1.2 KB