Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mcp/src/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class SyncManager {
console.log('[SYNC-DEBUG] Collection not yet established, this is expected for new cluster users. Will retry on next sync cycle.');
} else {
console.error('[SYNC-DEBUG] Initial sync failed with unexpected error:', error);
throw error;
// Do not re-throw here: this callback runs via setTimeout with no caller to propagate to.
}
}
}, 5000); // Initial sync after 5 seconds
Expand Down