mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
fix: use official tavily mcp server (#2046)
This commit is contained in:
@@ -85,7 +85,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||||||
│
|
│
|
||||||
// highlight-start
|
// highlight-start
|
||||||
◆ What command should be run?
|
◆ What command should be run?
|
||||||
│ uvx mcp-tavily
|
│ npx -y tavily-mcp
|
||||||
// highlight-end
|
// highlight-end
|
||||||
└
|
└
|
||||||
```
|
```
|
||||||
@@ -104,7 +104,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||||||
│ tavily
|
│ tavily
|
||||||
│
|
│
|
||||||
◇ What command should be run?
|
◇ What command should be run?
|
||||||
│ uvx mcp-tavily
|
│ npx -y tavily-mcp
|
||||||
│
|
│
|
||||||
// highlight-start
|
// highlight-start
|
||||||
◆ Please set the timeout for this tool (in secs):
|
◆ Please set the timeout for this tool (in secs):
|
||||||
|
|||||||
@@ -87,8 +87,8 @@
|
|||||||
"id": "tavily",
|
"id": "tavily",
|
||||||
"name": "Tavily Web Search",
|
"name": "Tavily Web Search",
|
||||||
"description": "Web search capabilities powered by Tavily",
|
"description": "Web search capabilities powered by Tavily",
|
||||||
"command": "uvx mcp-tavily",
|
"command": "npx -y tavily-mcp",
|
||||||
"link": "https://github.com/RamXX/mcp-tavily",
|
"link": "https://github.com/tavily-ai/tavily-mcp",
|
||||||
"installation_notes": "Install using uvx package manager. Requires Tavily API key.",
|
"installation_notes": "Install using uvx package manager. Requires Tavily API key.",
|
||||||
"is_builtin": false,
|
"is_builtin": false,
|
||||||
"endorsed": true,
|
"endorsed": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user