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

@@ -87,6 +87,29 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built-
// highlight-end
└ Enabled Memory extension
```
5. 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?
│ Built-in Extension
◇ Which built-in extension would you like to enable?
│ Memory
◇ Please set the timeout for this tool (in secs):
│ 300
// highlight-start
◆ Would you like to add a description?
│ No
// highlight-end
└ Enabled Memory extension
```
</TabItem>
</Tabs>