mirror of
https://github.com/block/goose.git
synced 2026-04-29 03:59:36 +00:00
Docs: Fetch MCP doesnt work with Gemini (#2940)
This commit is contained in:
parent
0509ade8d3
commit
af7918a794
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
|||
|
||||
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/_WMm4kDYMog" />
|
||||
|
||||
:::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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue