feat(mcp): add resource read tools (#33483)

This commit is contained in:
Shoubhit Dash 2026-06-23 13:49:42 +05:30 committed by GitHub
commit 3f3f120825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 376 additions and 22 deletions

View file

@ -773,7 +773,7 @@ export function Autocomplete(props: {
</text>
<Show when={option().description}>
<text fg={index === store.selected ? selectedForeground(theme) : theme.textMuted} wrapMode="none">
{option().description}
{" " + option().description?.trimStart()}
</text>
</Show>
</box>