From af7918a79447792fa8a46ed1a692ee76e333deef Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Sun, 15 Jun 2025 21:47:44 -0400 Subject: [PATCH] Docs: Fetch MCP doesnt work with Gemini (#2940) --- documentation/docs/tutorials/fetch-mcp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/tutorials/fetch-mcp.md b/documentation/docs/tutorials/fetch-mcp.md index cbcdefc856..40ca2c5a76 100644 --- a/documentation/docs/tutorials/fetch-mcp.md +++ b/documentation/docs/tutorials/fetch-mcp.md @@ -9,6 +9,10 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; +:::warning Known Limitation +The Fetch extension [does not work](https://github.com/block/goose/issues/1184) with Google models (e.g. gemini-2.0-flash) because this extension uses `format: uri` in its JSON schema which Google doesn't support. +::: + This tutorial covers how to add the [Fetch MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) as a Goose extension to retrieve and process content from the web. :::tip TLDR