mirror of
https://github.com/block/goose.git
synced 2026-04-30 12:39:36 +00:00
added Description prompt to tutorials (#2392)
This commit is contained in:
parent
72baf5933b
commit
a1ab95cbed
24 changed files with 633 additions and 30 deletions
|
|
@ -134,8 +134,35 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
│
|
||||
└
|
||||
```
|
||||
|
||||
6. Choose to add a description. If you select "Yes" here, you will be prompted to enter a description for the extension.
|
||||
```sh
|
||||
┌ goose-configure
|
||||
│
|
||||
◇ What would you like to configure?
|
||||
│ Add Extension
|
||||
│
|
||||
◇ What type of extension would you like to add?
|
||||
│ Command-line Extension
|
||||
│
|
||||
◇ What would you like to call this extension?
|
||||
│ blender
|
||||
│
|
||||
◇ What command should be run?
|
||||
│ uvx blender-mcp
|
||||
│
|
||||
◇ Please set the timeout for this tool (in secs):
|
||||
│ 300
|
||||
│
|
||||
// highlight-start
|
||||
◇ Would you like to add a description?
|
||||
│ No
|
||||
// highlight-end
|
||||
│
|
||||
└
|
||||
```
|
||||
|
||||
6. Choose No when asked to add environment variables
|
||||
7. Choose No when asked to add environment variables
|
||||
|
||||
```sh
|
||||
┌ goose-configure
|
||||
|
|
@ -154,6 +181,9 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
│
|
||||
◇ Please set the timeout for this tool (in secs):
|
||||
│ 300
|
||||
│
|
||||
◇ Would you like to add a description?
|
||||
│ No
|
||||
│
|
||||
// highlight-start
|
||||
◆ Would you like to add environment variables?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue