diff --git a/documentation/docs/tutorials/agentql-mcp.md b/documentation/docs/tutorials/agentql-mcp.md index f8248ef9..10e752d9 100644 --- a/documentation/docs/tutorials/agentql-mcp.md +++ b/documentation/docs/tutorials/agentql-mcp.md @@ -119,7 +119,34 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to └ ``` - 6. Obtain an [AgentQL API Key](https://dev.agentql.com/api-keys) 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? + │ agentql + │ + ◇ What command should be run? + │ npx -y agentql-mcp + │ + ◆ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` + + 7. Obtain an [AgentQL API Key](https://dev.agentql.com/api-keys) and paste it in. ```sh ┌ goose-configure @@ -139,6 +166,9 @@ 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 diff --git a/documentation/docs/tutorials/asana-mcp.md b/documentation/docs/tutorials/asana-mcp.md index f6c15a59..3a73def9 100644 --- a/documentation/docs/tutorials/asana-mcp.md +++ b/documentation/docs/tutorials/asana-mcp.md @@ -126,8 +126,35 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to │ └ ``` + + 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? + │ Asana + │ + ◇ What command should be run? + │ npx -y @roychri/mcp-server-asana + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` - 6. Obtain a [Asana Access Token](https://app.asana.com/0/my-apps) and paste it in. + 7. Obtain a [Asana Access Token](https://app.asana.com/0/my-apps) and paste it in. :::info See [Asana's developer docs](https://developers.asana.com/docs/personal-access-token) if you need detailed instructions on creating an access token. ::: @@ -149,6 +176,9 @@ 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? diff --git a/documentation/docs/tutorials/blender-mcp.md b/documentation/docs/tutorials/blender-mcp.md index 55665144..a6d07161 100644 --- a/documentation/docs/tutorials/blender-mcp.md +++ b/documentation/docs/tutorials/blender-mcp.md @@ -134,8 +134,35 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on │ └ ``` + + 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? + │ blender + │ + ◇ What command should be run? + │ uvx blender-mcp + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` - 6. Choose No when asked to add environment variables + 7. Choose No when asked to add environment variables ```sh ┌ goose-configure @@ -154,6 +181,9 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on │ ◇ 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? diff --git a/documentation/docs/tutorials/brave-mcp.md b/documentation/docs/tutorials/brave-mcp.md index 9fa9cf19..e7a87879 100644 --- a/documentation/docs/tutorials/brave-mcp.md +++ b/documentation/docs/tutorials/brave-mcp.md @@ -5,7 +5,9 @@ description: Add Brave Search API as a Goose Extension import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; + This tutorial will get you started with the [Brave Search MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) as a Goose extension to enable interactive searches for both web and local searches. diff --git a/documentation/docs/tutorials/elevenlabs-mcp.md b/documentation/docs/tutorials/elevenlabs-mcp.md index e634a67a..116c4de1 100644 --- a/documentation/docs/tutorials/elevenlabs-mcp.md +++ b/documentation/docs/tutorials/elevenlabs-mcp.md @@ -120,7 +120,8 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on // highlight-end │ └ - ``` + ``` + 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 diff --git a/documentation/docs/tutorials/fetch-mcp.md b/documentation/docs/tutorials/fetch-mcp.md index 230d6ee0..5f98f373 100644 --- a/documentation/docs/tutorials/fetch-mcp.md +++ b/documentation/docs/tutorials/fetch-mcp.md @@ -118,7 +118,33 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on └ ``` - 6. Choose No when asked to add environment variables + 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? + │ fetch + │ + ◇ What command should be run? + │ uvx mcp-server-fetch + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + └ + ``` + + 7. Choose No when asked to add environment variables ```sh ┌ goose-configure @@ -137,6 +163,9 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on │ ◇ 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? diff --git a/documentation/docs/tutorials/figma-mcp.md b/documentation/docs/tutorials/figma-mcp.md index 10256dfe..6ebfb7c0 100644 --- a/documentation/docs/tutorials/figma-mcp.md +++ b/documentation/docs/tutorials/figma-mcp.md @@ -123,7 +123,33 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to └ ``` - 6. Obtain a [Figma Access Token](https://www.figma.com/developers/api#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? + │ figma + │ + ◇ What command should be run? + │ npx @hapins/figma-mcp + │ + ◇ 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 [Figma Access Token](https://www.figma.com/developers/api#access-tokens) and paste it in. :::info You can generate an access token from your Figma account settings under the Personal access tokens section. ::: @@ -146,6 +172,9 @@ 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 diff --git a/documentation/docs/tutorials/filesystem-mcp.md b/documentation/docs/tutorials/filesystem-mcp.md index 294b2bc5..cbd7f64a 100644 --- a/documentation/docs/tutorials/filesystem-mcp.md +++ b/documentation/docs/tutorials/filesystem-mcp.md @@ -130,7 +130,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to └ ``` - 6. Choose No when asked to add environment variables + 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 │ @@ -148,6 +148,35 @@ 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 + │ + // highlight-start + ◆ Would you like to add a description? + │ No + // highlight-end + └ + ``` + + 7. Choose No when asked to add environment variables + ```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? + │ filesystem + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory + │ + ◇ 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? diff --git a/documentation/docs/tutorials/github-mcp.md b/documentation/docs/tutorials/github-mcp.md index 879dd704..25f12ff8 100644 --- a/documentation/docs/tutorials/github-mcp.md +++ b/documentation/docs/tutorials/github-mcp.md @@ -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 diff --git a/documentation/docs/tutorials/google-drive-mcp.md b/documentation/docs/tutorials/google-drive-mcp.md index 76df5d2d..bf73af9f 100644 --- a/documentation/docs/tutorials/google-drive-mcp.md +++ b/documentation/docs/tutorials/google-drive-mcp.md @@ -182,12 +182,33 @@ You'll need to re-authenticate once a day when using the Google Drive extension. └ ``` + 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? + │ google drive + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-gdrive + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + └ + ``` -:::tip -You may need to use absolute paths (rather than relying on shell exapansion for `~`) for the `GDRIVE_CREDENTIALS_PATH` and `GDRIVE_OAUTH_PATH`. -::: - - 6. Add your environment variables + 7. Add your environment variables ```sh ┌ goose-configure @@ -206,6 +227,9 @@ You may need to use absolute paths (rather than relying on shell exapansion for │ ◇ 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? diff --git a/documentation/docs/tutorials/google-maps-mcp.md b/documentation/docs/tutorials/google-maps-mcp.md index ed39c30e..ecd2c33c 100644 --- a/documentation/docs/tutorials/google-maps-mcp.md +++ b/documentation/docs/tutorials/google-maps-mcp.md @@ -119,9 +119,35 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to // highlight-end └ ``` - - 6. Obtain a [Google Maps API Key](https://developers.google.com/maps/documentation/javascript/get-api-key) 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? + │ Google Maps + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-google-maps + │ + ◆ 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 [Google Maps API Key](https://developers.google.com/maps/documentation/javascript/get-api-key) and paste it in. ```sh ┌ goose-configure @@ -140,6 +166,9 @@ 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? diff --git a/documentation/docs/tutorials/jetbrains-mcp.md b/documentation/docs/tutorials/jetbrains-mcp.md index 7f40aa1b..75a6af08 100644 --- a/documentation/docs/tutorials/jetbrains-mcp.md +++ b/documentation/docs/tutorials/jetbrains-mcp.md @@ -90,6 +90,30 @@ This tutorial covers how to enable and use the JetBrains MCP Server as a built-i │ └ Enabled jetbrains 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? + │ JetBrains + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◆ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` diff --git a/documentation/docs/tutorials/knowledge-graph-mcp.md b/documentation/docs/tutorials/knowledge-graph-mcp.md index d0497edc..929eb43b 100644 --- a/documentation/docs/tutorials/knowledge-graph-mcp.md +++ b/documentation/docs/tutorials/knowledge-graph-mcp.md @@ -114,7 +114,34 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to └ ``` - 6. Choose No when asked to add environment variables + 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? + │ knowledge graph memory + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-memory + │ + ◆ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` + + 7. Choose No when asked to add environment variables ```sh ┌ goose-configure │ @@ -132,6 +159,9 @@ 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? diff --git a/documentation/docs/tutorials/memory-mcp.md b/documentation/docs/tutorials/memory-mcp.md index 6f36bfe6..d31de292 100644 --- a/documentation/docs/tutorials/memory-mcp.md +++ b/documentation/docs/tutorials/memory-mcp.md @@ -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 + ``` diff --git a/documentation/docs/tutorials/pdf-mcp.md b/documentation/docs/tutorials/pdf-mcp.md index 77a08f96..e57b8f39 100644 --- a/documentation/docs/tutorials/pdf-mcp.md +++ b/documentation/docs/tutorials/pdf-mcp.md @@ -121,7 +121,34 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on └ ``` -6. Choose No when asked to add environment variables +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? +│ pdf +│ +◇ What command should be run? +│ uvx mcp-read-pdf +│ +◇ Please set the timeout for this tool (in secs): +│ 300 +│ +// highlight-start +◇ Would you like to add a description? +│ No +// highlight-end +│ +└ +``` + +7. Choose No when asked to add environment variables ```sh ┌ goose-configure @@ -141,6 +168,9 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on ◇ 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? │ No diff --git a/documentation/docs/tutorials/pieces-mcp.md b/documentation/docs/tutorials/pieces-mcp.md index 695df75e..0d8f9d45 100644 --- a/documentation/docs/tutorials/pieces-mcp.md +++ b/documentation/docs/tutorials/pieces-mcp.md @@ -143,10 +143,12 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse │ ◇ Please set the timeout for this tool (in secs): │ 300 + │ // highlight-start ◆ Would you like to add a description? │ ○ Yes / ● No // highlight-end + │ └ ``` @@ -169,6 +171,7 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse │ ◇ Please set the timeout for this tool (in secs): │ 300 + │ ◇ Would you like to add a description? │ No │ diff --git a/documentation/docs/tutorials/postgres-mcp.md b/documentation/docs/tutorials/postgres-mcp.md index 069b5ed6..013cac93 100644 --- a/documentation/docs/tutorials/postgres-mcp.md +++ b/documentation/docs/tutorials/postgres-mcp.md @@ -134,7 +134,30 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to └ ``` - 6. Configure your PostgreSQL connection URL + 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 would you like to call this extension? + │ PostgreSQL + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◆ Would you like to add a description? + │ No + // highlight-end + └ + ``` + + 7. Configure your PostgreSQL connection URL ```sh ┌ goose-configure │ @@ -149,6 +172,9 @@ 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? diff --git a/documentation/docs/tutorials/puppeteer-mcp.md b/documentation/docs/tutorials/puppeteer-mcp.md index da09d9cd..1e4df26f 100644 --- a/documentation/docs/tutorials/puppeteer-mcp.md +++ b/documentation/docs/tutorials/puppeteer-mcp.md @@ -114,7 +114,33 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to └ ``` - 6. Choose No when asked to add environment variables + 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? + │ Puppeteer + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-puppeteer + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + └ + ``` + + 7. Choose No when asked to add environment variables ```sh ┌ goose-configure @@ -133,6 +159,9 @@ 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? diff --git a/documentation/docs/tutorials/repomix-mcp.md b/documentation/docs/tutorials/repomix-mcp.md index 8e894347..f5f18d3e 100644 --- a/documentation/docs/tutorials/repomix-mcp.md +++ b/documentation/docs/tutorials/repomix-mcp.md @@ -117,8 +117,35 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to │ └ ``` + + 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? + │ repomix + │ + ◇ What command should be run? + │ npx -y repomix --mcp + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` - 6. Choose No when asked to add environment variables + 7. Choose No when asked to add environment variables ```sh ┌ goose-configure @@ -137,6 +164,9 @@ 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? diff --git a/documentation/docs/tutorials/selenium-mcp.md b/documentation/docs/tutorials/selenium-mcp.md index 92d75368..78c488d7 100644 --- a/documentation/docs/tutorials/selenium-mcp.md +++ b/documentation/docs/tutorials/selenium-mcp.md @@ -117,8 +117,35 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to │ └ ``` + + 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? + │ Selenium + │ + ◇ What command should be run? + │ npx -y @angiejones/mcp-selenium + │ + ◇ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` - 6. Choose No when asked to add environment variables + 7. Choose No when asked to add environment variables ```sh ┌ goose-configure @@ -137,6 +164,9 @@ 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? diff --git a/documentation/docs/tutorials/speech-mcp.md b/documentation/docs/tutorials/speech-mcp.md index e8234442..bf8dedc2 100644 --- a/documentation/docs/tutorials/speech-mcp.md +++ b/documentation/docs/tutorials/speech-mcp.md @@ -120,7 +120,8 @@ Before adding this extension, make sure [PortAudio](https://github.com/GoogleClo // highlight-end └ ``` - 6. Choose No when asked to add environment variables + + 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 │ @@ -140,6 +141,35 @@ Before adding this extension, make sure [PortAudio](https://github.com/GoogleClo │ 300 │ // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + └ + ``` + + 7. Choose No when asked to add environment variables + ```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? + │ speech + │ + ◇ What command should be run? + │ uvx -p 3.10.14 speech-mcp@latest + │ + ◇ 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? │ No │ diff --git a/documentation/docs/tutorials/tavily-mcp.md b/documentation/docs/tutorials/tavily-mcp.md index be462e0c..2ea9ed67 100644 --- a/documentation/docs/tutorials/tavily-mcp.md +++ b/documentation/docs/tutorials/tavily-mcp.md @@ -120,7 +120,33 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on └ ``` - 6. Obtain a [Tavily API Key](https://tavily.com/) 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? + │ tavily + │ + ◇ What command should be run? + │ npx -y tavily-mcp + │ + ◇ 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 [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. ::: @@ -143,6 +169,9 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on ◇ 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 diff --git a/documentation/docs/tutorials/vscode-mcp.md b/documentation/docs/tutorials/vscode-mcp.md index 351f9fa1..ab5dda1f 100644 --- a/documentation/docs/tutorials/vscode-mcp.md +++ b/documentation/docs/tutorials/vscode-mcp.md @@ -121,8 +121,35 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to │ └ ``` + + 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? + │ vscode-mcp + │ + ◇ What command should be run? + │ npx vscode-mcp-server install + │ + ◆ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` - 6. No additional environment variables are required for basic setup + 7. No additional environment variables are required for basic setup diff --git a/documentation/docs/tutorials/youtube-transcript.md b/documentation/docs/tutorials/youtube-transcript.md index dfc87996..ed7a4a5c 100644 --- a/documentation/docs/tutorials/youtube-transcript.md +++ b/documentation/docs/tutorials/youtube-transcript.md @@ -116,8 +116,35 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to │ └ ``` - - 6. No environment variables are required for this extension + + 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? + │ knowledge graph memory + │ + ◇ What command should be run? + │ npx -y @modelcontextprotocol/server-memory + │ + ◆ Please set the timeout for this tool (in secs): + │ 300 + │ + // highlight-start + ◇ Would you like to add a description? + │ No + // highlight-end + │ + └ + ``` + + 7. No environment variables are required for this extension ```sh ┌ goose-configure │ @@ -132,11 +159,13 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to │ ◇ What command should be run? │ npx @jkawamoto/mcp-youtube-transcript - │ + │ ◇ Please set the timeout for this tool (in secs): │ 300 - │ - // highlight-start + │ + ◇ Would you like to add a description? + │ No // highlight-start + │ ◆ Would you like to add environment variables? │ No // highlight-end