Skip to content

Commit 179d893

Browse files
committed
update mcp name and description in account settings
1 parent b1d14dc commit 179d893

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/routes/account/+page.svelte

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,11 @@
532532
</div>
533533
<div class="flex place-items-center justify-between">
534534
<div class="flex flex-col gap-1">
535-
<span class="font-medium">MCP Tools</span>
536-
<span class="text-muted-foreground text-sm"
537-
>Enable Model Context Protocol tools for enhanced capabilities.</span
538-
>
535+
<span class="font-medium">Nano-GPT MCP</span>
536+
<span class="text-muted-foreground text-sm">
537+
Supports Vision, YouTube Transcripts, Web Scraping, Nano-GPT Balance, Image Generation,
538+
and Model Lists.
539+
</span>
539540
{#if data.restrictions?.mcpDisabled}
540541
<span class="text-xs text-amber-600 dark:text-amber-400"
541542
>Not available when using server API key with subscription-only mode.</span

0 commit comments

Comments
 (0)