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
parent ea17d9bed8
commit 3f3f120825
8 changed files with 376 additions and 22 deletions
@@ -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>