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
Repositories:
- R4: remove the prominent provenance banner; surface registry name on each
server card (badge-ghost, non-colliding data-test) for multi-registry results
- R6: card header wraps long ids ([overflow-wrap:anywhere], min-w-0) so the
registry badge stays readable instead of being struck through
- R2: replace colorful NPM/Remote badges with neutral transport labels derived
from install_cmd/url (remote, stdio:npm, stdio:python, stdio:docker, stdio)
- R3: add a Transport filter (All/Remote/Stdio) to the search form
Tools:
- T1: Pending Approval stat counts pending+changed but the Approval=Pending
filter matched only pending -> empty table. Clicking the card now applies an
'Awaiting approval' filter (pending OR changed) so count == rows.
Add Server modal:
- A1: drop DaisyUI .label (justify-between) for explicit left-aligned flex so
Options toggle labels sit beside the toggle instead of centered
- A2: constrain Options tooltips to wrap (before:w-56) so tooltip-right stays
inside the modal frame instead of being clipped
Verified live with Playwright (5/5 scenarios green). Unit suite 101/101.
Refs MCP-991 (MCP-992/993/994/995/998/999/1000)
<divclass="tooltip tooltip-right"data-tip="Prevent tool execution until security review is complete. Recommended for new servers.">
196
+
<divclass="tooltip tooltip-right before:whitespace-normal before:w-56 before:max-w-[14rem]"data-tip="Prevent tool execution until security review is complete. Recommended for new servers.">
<spanclass="label-text font-semibold opacity-50">Idle on Inactivity</span>
232
-
<divclass="tooltip tooltip-right"data-tip="Future feature: Automatically stop server after period of inactivity to save resources">
232
+
<divclass="tooltip tooltip-right before:whitespace-normal before:w-56 before:max-w-[14rem]"data-tip="Future feature: Automatically stop server after period of inactivity to save resources">
0 commit comments