From 328489dcdd7cca9e9b8175a1c7e47f8253ef43f1 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 10 Feb 2025 12:23:39 -0600 Subject: [PATCH] docs: noting Fetch limitation with Gemini (#1174) --- documentation/docs/tutorials/fetch-mcp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/docs/tutorials/fetch-mcp.md b/documentation/docs/tutorials/fetch-mcp.md index 9c32441b..f8107cb2 100644 --- a/documentation/docs/tutorials/fetch-mcp.md +++ b/documentation/docs/tutorials/fetch-mcp.md @@ -6,6 +6,9 @@ description: Add Fetch MCP Server as a Goose Extension import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +:::warning Known Limitation +The Fetch extension does not work with Google models (e.g. gemini-2.0-flash-exp) 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.