You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rebase onto main, resolve sync_helpers conflict, fix TestRoundTrip isolation
Rebase conflict resolution:
- src/sync_helpers.py: removed redundant pre-loop current_mcp_names =
[...] line (already computed inside the loop per-tool via _filter_mcp_for_tool)
Test fix:
- TestRoundTrip::test_collect_then_sync_claude now resets ~/.claude.json
to seeded state (only test-claude-mcp) and clears the MCP cache before
collecting, so cross-tool servers written by prior --all-sources-mcp runs
are not re-attributed to claude-code on the next collect cycle
0 commit comments