mirror of
https://github.com/block/goose.git
synced 2026-04-30 04:29:40 +00:00
added tabs on tutorial TLDR blocks (#2487)
This commit is contained in:
parent
7b81562351
commit
6ec26715b9
24 changed files with 337 additions and 246 deletions
|
|
@ -15,16 +15,20 @@ The Fetch extension [does not work](https://github.com/block/goose/issues/1184)
|
|||
|
||||
This tutorial covers how to add the [Fetch MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) as a Goose extension to retrieve and process content from the web.
|
||||
|
||||
|
||||
:::tip TLDR
|
||||
|
||||
**Command**
|
||||
```sh
|
||||
uvx mcp-server-fetch
|
||||
```
|
||||
<Tabs groupId="interface">
|
||||
<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">
|
||||
**Command**
|
||||
```sh
|
||||
uvx mcp-server-fetch
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
:::
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
:::info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue