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
Motivation:
Reduce friction by allowing users to link accounts directly when an account is missing.
Proposed solution:
In frontend/src/app/(dashboard)/available-mcp-servers/page.tsx, expose a clear action to open AddAccountDialog wherever a no-account warning appears; also provide a link from each server’s details view/modal.
Motivation:
Reduce friction by allowing users to link accounts directly when an account is missing.
Proposed solution:
In
frontend/src/app/(dashboard)/available-mcp-servers/page.tsx, expose a clear action to openAddAccountDialogwherever a no-account warning appears; also provide a link from each server’s details view/modal.Additional context:
frontend/src/features/connected-accounts/hooks/use-connected-account.tsx.