Skip to content

Commit ebac0cf

Browse files
authored
docs: lowercase 'goose' in TabItem labels for consistency (#5297)
1 parent 15b141e commit ebac0cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+228
-228
lines changed

documentation/blog/2025-08-11-mcp-ui-post-browser-world/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Starting from Goose v1.3.0, you can add MCP-UI as an extension.
4444

4545
:::tip Add MCP-UI to Goose
4646
<Tabs groupId="interface">
47-
<TabItem value="ui" label="Goose Desktop" default>
47+
<TabItem value="ui" label="goose Desktop" default>
4848
[Launch the installer](goose://extension?type=streamable_http&url=https%3A%2F%2Fmcp-aharvard.netlify.app%2Fmcp&id=mcpuidemo&name=MCP-UI%20Demo&description=Demo%20MCP-UI-enabled%20extension)
4949
</TabItem>
50-
<TabItem value="cli" label="Goose CLI">
50+
<TabItem value="cli" label="goose CLI">
5151
Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with:
5252

5353
**Endpoint URL**

documentation/docs/experimental/vs-code-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial covers how to install and use the [Goose VS Code Extension](https:
2121
## Configuration
2222

2323
<Tabs>
24-
<TabItem value="desktop" label="Goose Desktop">
24+
<TabItem value="desktop" label="goose Desktop">
2525

2626
1. Open VS Code
2727
2. Open the Extensions view in VS Code:
@@ -34,7 +34,7 @@ This tutorial covers how to install and use the [Goose VS Code Extension](https:
3434
6. Open the Goose: Chat side panel to start a new conversation or view conversation history
3535

3636
</TabItem>
37-
<TabItem value="cli" label="Goose CLI">
37+
<TabItem value="cli" label="goose CLI">
3838

3939
Not available via CLI.
4040

documentation/docs/mcp/agentql-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This tutorial covers how to add the [AgentQL MCP Server](https://github.com/tiny
1414
:::tip TLDR
1515

1616
<Tabs groupId="interface">
17-
<TabItem value="ui" label="Goose Desktop" default>
17+
<TabItem value="ui" label="goose Desktop" default>
1818
[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)
1919
</TabItem>
20-
<TabItem value="cli" label="Goose CLI">
20+
<TabItem value="cli" label="goose CLI">
2121
**Command**
2222
```sh
2323
npx -y agentql-mcp
@@ -37,7 +37,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
3737
:::
3838

3939
<Tabs groupId="interface">
40-
<TabItem value="ui" label="Goose Desktop" default>
40+
<TabItem value="ui" label="goose Desktop" default>
4141
<GooseDesktopInstaller
4242
extensionId="agentql"
4343
extensionName="AgentQL"
@@ -51,7 +51,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
5151
apiKeyLinkText="AGENTQL_API_KEY"
5252
/>
5353
</TabItem>
54-
<TabItem value="cli" label="Goose CLI">
54+
<TabItem value="cli" label="goose CLI">
5555
1. Run the `configure` command:
5656
```sh
5757
goose configure

documentation/docs/mcp/alby-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ You'll need a lightning wallet that supports [NWC](https://nwc.dev). If you don'
2121

2222
:::tip TLDR
2323
<Tabs groupId="interface">
24-
<TabItem value="ui" label="Goose Desktop" default>
24+
<TabItem value="ui" label="goose Desktop" default>
2525
[Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40getalby%2Fmcp&id=alby&name=Alby&description=Connect%20Goose%20to%20your%20Bitcoin%20Lightning%20Wallet&env=NWC_CONNECTION_STRING%3DNWC%20Connection%20Secret)
2626
</TabItem>
27-
<TabItem value="cli" label="Goose CLI">
27+
<TabItem value="cli" label="goose CLI">
2828
**Command**
2929
```sh
3030
npx -y @getalby/mcp
@@ -46,7 +46,7 @@ You'll need [Node.js](https://nodejs.org/) installed on your system to run this
4646
:::
4747

4848
<Tabs groupId="interface">
49-
<TabItem value="ui" label="Goose Desktop" default>
49+
<TabItem value="ui" label="goose Desktop" default>
5050
<Tabs>
5151
<TabItem value="local" label="Local" default>
5252
<GooseDesktopInstaller
@@ -78,7 +78,7 @@ Bearer nostr+walletconnect://...
7878
</TabItem>
7979
</Tabs>
8080
</TabItem>
81-
<TabItem value="cli" label="Goose CLI">
81+
<TabItem value="cli" label="goose CLI">
8282
<Tabs>
8383
<TabItem value="local" label="Local" default>
8484
1. Run the `configure` command:

documentation/docs/mcp/apify-mcp.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This tutorial covers how to add the [Apify MCP server](https://mcp.apify.com) as
1919

2020
:::tip TLDR
2121
<Tabs groupId="interface">
22-
<TabItem value="ui" label="Goose Desktop" default>
22+
<TabItem value="ui" label="goose Desktop" default>
2323
Use `Add custom extension` in Settings → Extensions to add a `Streamable HTTP` extension type with:
2424
</TabItem>
25-
<TabItem value="cli" label="Goose CLI">
25+
<TabItem value="cli" label="goose CLI">
2626
Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with:
2727
</TabItem>
2828
</Tabs>
@@ -34,7 +34,7 @@ https://mcp.apify.com
3434
:::
3535

3636
<Tabs groupId="interface">
37-
<TabItem value="ui" label="Goose Desktop" default>
37+
<TabItem value="ui" label="goose Desktop" default>
3838
1. Obtain an [Apify Token](https://console.apify.com/settings/integrations)
3939
2. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
4040
3. Click `Extensions`
@@ -51,7 +51,7 @@ https://mcp.apify.com
5151
9. Navigate to the chat
5252
</TabItem>
5353

54-
<TabItem value="cli" label="Goose CLI">
54+
<TabItem value="cli" label="goose CLI">
5555
<CLIExtensionInstructions
5656
name="apify-mcp"
5757
type="http"
@@ -74,11 +74,11 @@ https://mcp.apify.com
7474

7575
:::tip TLDR
7676
<Tabs groupId="interface">
77-
<TabItem value="ui" label="Goose Desktop" default>
77+
<TabItem value="ui" label="goose Desktop" default>
7878
[Launch the installer](goose://extension?cmd=npx&arg=@apify/actors-mcp-server&arg=start&id=mcp_apify_local&name=Apify%20Local%20MCP%20Server&description=Run%20Apify%20MCP%20server%20locally%20using%20your%20token&env=APIFY_TOKEN%3DYour%20Apify%20Token)
7979
</TabItem>
8080

81-
<TabItem value="cli" label="Goose CLI">
81+
<TabItem value="cli" label="goose CLI">
8282
**Command**
8383
```sh
8484
npx -y @apify/actors-mcp-server
@@ -93,7 +93,7 @@ APIFY_TOKEN: <YOUR_APIFY_TOKEN>
9393
:::
9494

9595
<Tabs groupId="interface">
96-
<TabItem value="ui" label="Goose Desktop" default>
96+
<TabItem value="ui" label="goose Desktop" default>
9797
1. Obtain an [Apify Token](https://console.apify.com/settings/integrations)
9898
2. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
9999
3. Click `Extensions`
@@ -110,7 +110,7 @@ APIFY_TOKEN: <YOUR_APIFY_TOKEN>
110110
9. Navigate to the chat
111111
</TabItem>
112112

113-
<TabItem value="cli" label="Goose CLI">
113+
<TabItem value="cli" label="goose CLI">
114114
<CLIExtensionInstructions
115115
name="apify-mcp"
116116
type="stdio"

documentation/docs/mcp/asana-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This tutorial covers how to add the [Asana MCP Server](https://github.com/roychr
1515

1616
:::tip TLDR
1717
<Tabs groupId="interface">
18-
<TabItem value="ui" label="Goose Desktop" default>
18+
<TabItem value="ui" label="goose Desktop" default>
1919
[Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40roychri%2Fmcp-server-asana&id=asana&name=Asana&description=enable%20task%20automation%2C%20project%20tracking%2C%20and%20team%20collaboration&env=ASANA_ACCESS_TOKEN%3DAsana%20Access%20Token)
2020
</TabItem>
21-
<TabItem value="cli" label="Goose CLI">
21+
<TabItem value="cli" label="goose CLI">
2222
**Command**
2323
```sh
2424
npx -y @roychri/mcp-server-asana
@@ -39,7 +39,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
3939

4040

4141
<Tabs groupId="interface">
42-
<TabItem value="ui" label="Goose Desktop" default>
42+
<TabItem value="ui" label="goose Desktop" default>
4343
<GooseDesktopInstaller
4444
extensionId="asana"
4545
extensionName="Asana"
@@ -56,7 +56,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
5656
See [Asana's developer docs](https://developers.asana.com/docs/personal-access-token) if you need detailed instructions on creating an access token.
5757
:::
5858
</TabItem>
59-
<TabItem value="cli" label="Goose CLI">
59+
<TabItem value="cli" label="goose CLI">
6060
1. Run the `configure` command:
6161
```sh
6262
goose configure

documentation/docs/mcp/autovisualiser-mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ This guide will cover enabling and using the Auto Visualiser MCP Server.
1919

2020

2121
<Tabs groupId="interface">
22-
<TabItem value="ui" label="Goose Desktop" default>
22+
<TabItem value="ui" label="goose Desktop" default>
2323
<GooseBuiltinInstaller
2424
extensionName="Auto Visualiser"
2525
description="Automatically generate interactive data visualizations"
2626
/>
2727
</TabItem>
28-
<TabItem value="cli" label="Goose CLI">
28+
<TabItem value="cli" label="goose CLI">
2929

3030
1. Run the `configure` command:
3131
```sh

documentation/docs/mcp/blender-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This tutorial covers how to add the [Blender MCP Server](https://github.com/ahuj
1414

1515
:::tip TLDR
1616
<Tabs groupId="interface">
17-
<TabItem value="ui" label="Goose Desktop" default>
17+
<TabItem value="ui" label="goose Desktop" default>
1818
[Launch the installer](goose://extension?cmd=uvx&arg=blender-mcp&id=blender&name=Blender&description=Blender%203D%20scene%20creation%20integration)
1919
</TabItem>
20-
<TabItem value="cli" label="Goose CLI">
20+
<TabItem value="cli" label="goose CLI">
2121
**Command**
2222
```sh
2323
uvx blender-mcp
@@ -51,7 +51,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
5151
### Add Blender MCP Server
5252

5353
<Tabs groupId="interface">
54-
<TabItem value="ui" label="Goose Desktop" default>
54+
<TabItem value="ui" label="goose Desktop" default>
5555
<GooseDesktopInstaller
5656
extensionId="blender"
5757
extensionName="Blender"
@@ -60,7 +60,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
6060
args={["blender-mcp"]}
6161
/>
6262
</TabItem>
63-
<TabItem value="cli" label="Goose CLI">
63+
<TabItem value="cli" label="goose CLI">
6464
1. Run the `configure` command:
6565
```sh
6666
goose configure

documentation/docs/mcp/brave-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This tutorial will get you started with the [Brave Search MCP Server](https://gi
1717

1818
:::tip TLDR
1919
<Tabs groupId="interface">
20-
<TabItem value="ui" label="Goose Desktop" default>
20+
<TabItem value="ui" label="goose Desktop" default>
2121
[Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40modelcontextprotocol%2Fserver-brave-search&id=brave-search&name=Brave%20Search&description=Brave%20Search%20API&env=BRAVE_API_KEY%3DYour%20API%20Key)
2222
</TabItem>
23-
<TabItem value="cli" label="Goose CLI">
23+
<TabItem value="cli" label="goose CLI">
2424
**Command**
2525
```sh
2626
npx -y @modelcontextprotocol/server-brave-search
@@ -40,7 +40,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
4040
:::
4141

4242
<Tabs groupId="interface">
43-
<TabItem value="ui" label="Goose Desktop" default>
43+
<TabItem value="ui" label="goose Desktop" default>
4444
<GooseDesktopInstaller
4545
extensionId="brave-search"
4646
extensionName="Brave Search"
@@ -52,7 +52,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
5252
apiKeyLinkText="Brave Search API Key"
5353
/>
5454
</TabItem>
55-
<TabItem value="cli" label="Goose CLI">
55+
<TabItem value="cli" label="goose CLI">
5656
1. Run the `configure` command:
5757
```sh
5858
goose configure

documentation/docs/mcp/browserbase-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ This tutorial covers how to add the Browserbase MCP Server as a Goose extension
1212
:::tip TLDR
1313

1414
<Tabs groupId="interface">
15-
<TabItem value="ui" label="Goose Desktop" default>
15+
<TabItem value="ui" label="goose Desktop" default>
1616
[Launch the installer](goose://extension?cmd=npx&arg=@browserbasehq/mcp&id=browserbase&name=Browserbase&description=Automate%20web%20browsing%20and%20data%20extraction&env=BROWSERBASE_PROJECT_ID%3DBrowserbase%20Project%20ID&env=BROWSERBASE_API_KEY%3DBrowserbase%20API%20Key)
1717
</TabItem>
18-
<TabItem value="cli" label="Goose CLI">
18+
<TabItem value="cli" label="goose CLI">
1919
**Command**
2020
```sh
2121
npx @browserbasehq/mcp
@@ -32,7 +32,7 @@ This tutorial covers how to add the Browserbase MCP Server as a Goose extension
3232
## Configuration
3333

3434
<Tabs groupId="interface">
35-
<TabItem value="ui" label="Goose Desktop" default>
35+
<TabItem value="ui" label="goose Desktop" default>
3636
<GooseDesktopInstaller
3737
extensionId="browserbase"
3838
extensionName="Browserbase"
@@ -47,7 +47,7 @@ This tutorial covers how to add the Browserbase MCP Server as a Goose extension
4747
apiKeyLinkText="Get your Browserbase credentials"
4848
/>
4949
</TabItem>
50-
<TabItem value="cli" label="Goose CLI">
50+
<TabItem value="cli" label="goose CLI">
5151
1. Run the `configure` command:
5252
```sh
5353
goose configure

0 commit comments

Comments
 (0)