mirror of
https://github.com/block/goose.git
synced 2026-04-29 03:59:36 +00:00
docs: extension timeout (#1567)
This commit is contained in:
parent
e05903e23c
commit
2d0cd8e245
15 changed files with 368 additions and 34 deletions
|
|
@ -90,7 +90,30 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
└
|
||||
```
|
||||
|
||||
5. Obtain a [Tavily API Key](https://tavily.com/) and paste it in.
|
||||
5. Enter the number of seconds Goose should wait for actions to complete before timing out. Default is 300s
|
||||
```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?
|
||||
│ tavily
|
||||
│
|
||||
◇ What command should be run?
|
||||
│ uvx mcp-tavily
|
||||
│
|
||||
// highlight-start
|
||||
◆ Please set the timeout for this tool (in secs):
|
||||
│ 300
|
||||
// highlight-end
|
||||
└
|
||||
```
|
||||
|
||||
6. Obtain a [Tavily API Key](https://tavily.com/) and paste it in.
|
||||
:::info
|
||||
You can get your API key by signing up at [tavily.com](https://app.tavily.com/) and navigating to your account settings.
|
||||
:::
|
||||
|
|
@ -110,6 +133,9 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
◇ What command should be run?
|
||||
│ uvx mcp-tavily
|
||||
│
|
||||
◇ Please set the timeout for this tool (in secs):
|
||||
│ 300
|
||||
│
|
||||
// highlight-start
|
||||
◆ Would you like to add environment variables?
|
||||
│ Yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue