Skip to content

Commit dddf5dc

Browse files
authored
fix: do not show duplicated client restart notifications (#613)
fixes #612
1 parent b399a15 commit dddf5dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderer/src/features/mcp-servers/lib/restart-client-notification.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function restartClientNotification({
2525
`Restart ${matchedClient.client_type} to activate new MCP servers.`,
2626
{
2727
duration: Infinity,
28+
id: `restart-${matchedClient.client_type}`,
2829
}
2930
)
3031
}

0 commit comments

Comments
 (0)