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,15 +12,21 @@ This tutorial covers how to add the [AgentQL MCP Server](https://github.com/tiny
:::tip TLDR
**Command**
```sh
npx -y agentql-mcp
```
**Environment Variable**
```
AGENTQL_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=agentql-mcp&id=agentql&name=AgentQL&description=Transform%20unstructured%20web%20content%20into%20structured%20data&env=AGENTQL_API_KEY%3DAgentQL%20API%20Key)
</TabItem>
<TabItem value="cli" label="Goose CLI">
**Command**
```sh
npx -y agentql-mcp
```
</TabItem>
</Tabs>
**Environment Variable**
```
AGENTQL_API_KEY: <YOUR_API_KEY>
```
:::
## Configuration