mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
docs: switching Goose Desktop and Goose CLI tabs (#2384)
This commit is contained in:
parent
2dc2301fa4
commit
8f7fe26461
38 changed files with 552 additions and 556 deletions
|
|
@ -26,7 +26,26 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||
:::
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="cli" label="Goose CLI" default>
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Advanced Settings`
|
||||
3. Under `Extensions`, click the `Add` link
|
||||
4. On the `Add Extension Manually` modal, enter the following:
|
||||
* **Type**: `Standard IO`
|
||||
* **ID**: `filesystem-mcp` (_set this to whatever you want_)
|
||||
* **Name**: `filesystem` (_set this to whatever you want_)
|
||||
* **Description**: `filesystem MCP Server` (_set this to whatever you want_)
|
||||
* **Command**: `npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory`
|
||||
5. Click `Add Extension` button
|
||||
|
||||
:::tip Multiple Directories
|
||||
You can specify multiple directories by separating them with a space.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
1. Run the `configure` command:
|
||||
```sh
|
||||
goose configure
|
||||
|
|
@ -138,25 +157,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||
└ Added filesystem extension
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Advanced Settings`
|
||||
3. Under `Extensions`, click the `Add` link
|
||||
4. On the `Add Extension Manually` modal, enter the following:
|
||||
* **Type**: `Standard IO`
|
||||
* **ID**: `filesystem-mcp` (_set this to whatever you want_)
|
||||
* **Name**: `filesystem` (_set this to whatever you want_)
|
||||
* **Description**: `filesystem MCP Server` (_set this to whatever you want_)
|
||||
* **Command**: `npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory`
|
||||
5. Click `Add Extension` button
|
||||
|
||||
:::tip Multiple Directories
|
||||
You can specify multiple directories by separating them with a space.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Example Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue