mcp auth: duplicate radio button icons in server list #5421

Closed
opened 2026-02-16 17:52:30 -05:00 by yindo · 0 comments
Owner

Originally created by @dmmulroy on GitHub (Jan 13, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

When running opencode mcp auth, the server selection list shows two radio button-like icons per entry instead of one.

Screenshot

Image

Cause

The getAuthStatusIcon function returns for not_authenticated status, which visually duplicates the prompts library's radio button indicator.

Expected

Single radio button per server entry with a distinct status icon.

Originally created by @dmmulroy on GitHub (Jan 13, 2026). Originally assigned to: @rekram1-node on GitHub. ## Description When running `opencode mcp auth`, the server selection list shows two radio button-like icons per entry instead of one. ## Screenshot <img width="1916" height="698" alt="Image" src="https://github.com/user-attachments/assets/a7d582c5-ad26-4cd5-94fb-49b3e4ad0c3b" /> ## Cause The `getAuthStatusIcon` function returns `○` for `not_authenticated` status, which visually duplicates the prompts library's radio button indicator. ## Expected Single radio button per server entry with a distinct status icon.
yindo closed this issue 2026-02-16 17:52:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#5421