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
Two distinct bugs in the IDE install flow, both fixed:
1. The popover anchored to the icon with `top-full mt-2`, opening downward.
In the Clients empty state the grid sits near the bottom of its Card,
so the action button ended up below the scroll viewport and users had
to scroll to find it. Flipped to `bottom-full mb-2` + repositioned the
arrow to the bottom edge; the popover now floats above the icon.
2. The per-card "what you do next" blurb was a switch on the action type
(`deep_link` vs `copy_config` vs `copy_command`), which papered over
real per-IDE differences. In particular the generic "restart the IDE"
wording was wrong for several clients and missed the one-click
tripwires that the generic "start a chat" path would never surface.
Replaced with a per-entry `nextStep` string, each one written from the
actual IDE flow:
* VS Code — auto-starts the server; user only needs to run
"MCP: Show Installed Servers" → Start if it doesn't
come up on its own.
* Cursor — explicit toggle required in Settings → MCP Tools;
does NOT auto-start newly-added servers.
* Windsurf — Cascade → MCP settings, paste + Refresh or reload.
* Claude Code — `claude mcp add` needs a new session; existing
sessions need /restart.
* JetBrains / Android Studio — AI Assistant MCP config only reads
on IDE startup, full restart required.
* JSON — generic reminder that each client's reload path differs.
The lingering "Copied — paste & restart" chip now reads "Copied —
paste & follow above" so the text doesn't contradict nextStep for
IDEs that require a toggle instead of a restart.
pnpm typecheck + lint clean; warning count unchanged at 31.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments