mirror of
https://github.com/block/goose.git
synced 2026-04-29 03:59:36 +00:00
new Brave Search MCP tutorial, and updated template (#2361)
This commit is contained in:
parent
8193bad5b5
commit
b4f5d606ca
2 changed files with 315 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue