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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 337 additions and 246 deletions

View file

@ -12,13 +12,17 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
This tutorial covers how to add the [PDF Reader MCP Server](https://github.com/michaelneale/mcp-read-pdf) as a Goose extension, enabling Goose to read and extract text from protected and unprotected PDFs.
:::tip TLDR
**Command**
```sh
uvx mcp-read-pdf
```
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
[Launch the installer](goose://extension?cmd=uvx&arg=mcp-read-pdf&id=pdf_read&name=PDF%20Reader&description=Read%20large%20and%20complex%20PDF%20documents)
</TabItem>
<TabItem value="cli" label="Goose CLI">
**Command**
```sh
uvx mcp-read-pdf
```
</TabItem>
</Tabs>
:::
## Configuration