added tabs on tutorial TLDR blocks (#2487)

This commit is contained in:
w. ian douglas
2025-05-09 12:15:38 -06:00
committed by GitHub
parent 7b81562351
commit 6ec26715b9
24 changed files with 337 additions and 246 deletions

View File

@@ -12,16 +12,21 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
This tutorial covers how to add the [Tavily Web Search MCP Server](https://github.com/tavily-ai/tavily-mcp) as a Goose extension to enable AI-powered web search functionality.
:::tip TLDR
**Command**
```sh
npx -y tavily-mcp
```
**Environment Variable**
```
TAVILY_API_KEY: <YOUR_API_KEY>
```
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
[Launch the installer](goose://extension?cmd=npx&arg=-y&arg=tavily-mcp&id=tavily&name=Tavily%20Web%20Search&description=Search%20the%20web%20with%20Tavily%20MCP&env=TAVILY_API_KEY%3DTavily%20API%20Key)
</TabItem>
<TabItem value="cli" label="Goose CLI">
**Command**
```sh
npx -y tavily-mcp
```
</TabItem>
</Tabs>
**Environment Variable**
```
TAVILY_API_KEY: <YOUR_API_KEY>
```
:::
## Configuration