feat(mcp): add resource read tools (#33483)
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue