v0.2.1 — fix MCP dedupe
Small fix on top of v0.2.0:
- Stop deduping MCP servers across hosts. Multi-host setups (pi + Claude Code on the same box) correctly register the same MCP server in both configs — that's intentional, not a duplicate. v0.2.0's dedupe logic was flagging agent-vitals and mempalace as 'duplicate' just because they appear in both
~/.pi/agent/mcp.jsonand~/.claude/.mcp.json. Removed. Each record still carries a 'from ' note so the user can see exactly where each registration lives.
Otherwise identical to v0.2.0.