new Brave Search MCP tutorial, and updated template (#2361)

This commit is contained in:
w. ian douglas
2025-04-25 17:16:54 -06:00
committed by GitHub
parent 8193bad5b5
commit b4f5d606ca
2 changed files with 315 additions and 2 deletions

View File

@@ -123,8 +123,35 @@ Note that you'll need [JBang](https://www.jbang.dev/download) installed on your
```
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?
│ {name}
◇ What command should be run?
│ {command}
◆ 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.
:::
@@ -147,6 +174,9 @@ Note that you'll need [JBang](https://www.jbang.dev/download) installed on your
◇ 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