added Description prompt to tutorials (#2392)

This commit is contained in:
w. ian douglas
2025-04-29 12:48:41 -06:00
committed by GitHub
parent 72baf5933b
commit a1ab95cbed
24 changed files with 633 additions and 30 deletions

View File

@@ -122,7 +122,34 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
```
6. Obtain a [GitHub Personal Access Token](https://github.com/settings/personal-access-tokens) and paste it in.
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?
│ github
◇ What command should be run?
│ npx -y @modelcontextprotocol/server-github
◆ Please set the timeout for this tool (in secs):
│ 300
// highlight-start
◇ Would you like to add a description?
│ No
// highlight-end
```
7. Obtain a [GitHub Personal Access Token](https://github.com/settings/personal-access-tokens) and paste it in.
:::info
When creating your access token, you can specify the repositories and granular permissions you'd like Goose to have access to.
:::
@@ -144,7 +171,10 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
◇ 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?
│ Yes