mirror of
https://github.com/block/goose.git
synced 2026-05-01 21:10:54 +00:00
docs: lowercase 'goose' in TabItem labels for consistency (#5297)
This commit is contained in:
parent
15b141e2ad
commit
ebac0cfb4f
55 changed files with 228 additions and 228 deletions
|
|
@ -18,10 +18,10 @@ This tutorial covers how to add the [Fetch MCP Server](https://github.com/modelc
|
|||
|
||||
:::tip TLDR
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
[Launch the installer](goose://extension?cmd=uvx&arg=mcp-server-fetch&id=fetch&name=Fetch&description=Web%20content%20fetching%20and%20processing%20capabilities)
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
**Command**
|
||||
```sh
|
||||
uvx mcp-server-fetch
|
||||
|
|
@ -37,7 +37,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
:::
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
<GooseDesktopInstaller
|
||||
extensionId="fetch"
|
||||
extensionName="Fetch"
|
||||
|
|
@ -46,7 +46,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
args={["mcp-server-fetch"]}
|
||||
/>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
1. Run the `configure` command:
|
||||
```sh
|
||||
goose configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue