diff --git a/documentation/blog/2025-03-31-goose-benchmark/index.md b/documentation/blog/2025-03-31-goose-benchmark/index.md index df31bbd1..7c0252fe 100644 --- a/documentation/blog/2025-03-31-goose-benchmark/index.md +++ b/documentation/blog/2025-03-31-goose-benchmark/index.md @@ -1,6 +1,6 @@ --- title: "Community-Inspired Benchmarking: The Goose Vibe Check" -description: "Explore the new Speech MCP server that enables voice-controlled coding and natural conversation with your AI agent" +description: "See how open source AI models measure up in our first Goose agent benchmark tests" authors: - alice --- diff --git a/documentation/docs/tutorials/tavily-mcp.md b/documentation/docs/tutorials/tavily-mcp.md index 24031214..68c90a82 100644 --- a/documentation/docs/tutorials/tavily-mcp.md +++ b/documentation/docs/tutorials/tavily-mcp.md @@ -9,13 +9,13 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; -This tutorial covers how to add the [Tavily Web Search MCP Server](https://github.com/RamXX/mcp-tavily) as a Goose extension to enable AI-powered web search functionality. +This tutorial covers how to add the [Tavily Web Search MCP Server](https://github.com/tavily-ai/tavily-mcp) as a Goose extension to enable AI-powered web search functionality. :::tip TLDR **Command** ```sh -uvx mcp-tavily +npx -y tavily-mcp ``` **Environment Variable** @@ -131,7 +131,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on │ tavily │ ◇ What command should be run? - │ uvx mcp-tavily + │ npx -y tavily-mcp │ ◇ Please set the timeout for this tool (in secs): │ 300 @@ -154,7 +154,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on - 1. [Launch the installer](goose://extension?cmd=uvx&arg=mcp-tavily&id=tavily&name=Tavily%20Web%20Search&description=Web%20search%20capabilities%20powered%20by%20Tavily&env=TAVILY_API_KEY%3DAPI%20key%20for%20Tavily%20web%20search%20service) + 1. [Launch the installer](goose://extension?cmd=npx&arg=-y&arg=tavily-mcp&id=tavily&name=Tavily%20Web%20Search&description=Search%20the%20web%20with%20Tavily%20MCP&env=TAVILY_API_KEY%3DTavily%20API%20Key) 2. Press `Yes` to confirm the installation 3. Obtain a [TAVILY_API_KEY](hhttps://tavily.com/) and paste it in 4. Click `Save Configuration` @@ -213,5 +213,5 @@ Would you like me to search for more specific information about any of these dev ``` :::tip -You can adjust the [search parameters](https://github.com/RamXX/mcp-tavily?tab=readme-ov-file#prompts) for different types of queries and depths of information. The extension supports both quick searches and comprehensive research. +You can adjust the [search parameters](https://github.com/tavily-ai/tavily-mcp#tavily-search-examples) for different types of queries and depths of information. The extension supports both quick searches and comprehensive research. ::: \ No newline at end of file diff --git a/documentation/src/pages/prompt-library/index.tsx b/documentation/src/pages/prompt-library/index.tsx index e18f76bf..b06b25c3 100644 --- a/documentation/src/pages/prompt-library/index.tsx +++ b/documentation/src/pages/prompt-library/index.tsx @@ -112,7 +112,7 @@ export default function HomePage() {
{ setSearchQuery(e.target.value); diff --git a/documentation/yarn.lock b/documentation/yarn.lock index 3ed56a07..27b424d1 100644 --- a/documentation/yarn.lock +++ b/documentation/yarn.lock @@ -4518,6 +4518,11 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== +fsevents@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" @@ -8661,7 +8666,6 @@ svgo@^3.0.2, svgo@^3.2.0: csso "^5.0.5" picocolors "^1.0.0" - swiper@^11.2.6: version "11.2.6" resolved "https://registry.npmjs.org/swiper/-/swiper-11.2.6.tgz"