From 51d1589f58d91f93b046a325cb54e751787b10cd Mon Sep 17 00:00:00 2001 From: Wendy Tang Date: Fri, 4 Apr 2025 17:19:45 -0700 Subject: [PATCH] fix: use official tavily mcp server (#2046) --- documentation/docs/tutorials/tavily-mcp.md | 4 ++-- documentation/static/servers.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/docs/tutorials/tavily-mcp.md b/documentation/docs/tutorials/tavily-mcp.md index 68c90a82..0a8ea927 100644 --- a/documentation/docs/tutorials/tavily-mcp.md +++ b/documentation/docs/tutorials/tavily-mcp.md @@ -85,7 +85,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on │ // highlight-start ◆ What command should be run? - │ uvx mcp-tavily + │ npx -y tavily-mcp // highlight-end └ ``` @@ -104,7 +104,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 │ // highlight-start ◆ Please set the timeout for this tool (in secs): diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 3c9b8f1d..34862674 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -87,8 +87,8 @@ "id": "tavily", "name": "Tavily Web Search", "description": "Web search capabilities powered by Tavily", - "command": "uvx mcp-tavily", - "link": "https://github.com/RamXX/mcp-tavily", + "command": "npx -y tavily-mcp", + "link": "https://github.com/tavily-ai/tavily-mcp", "installation_notes": "Install using uvx package manager. Requires Tavily API key.", "is_builtin": false, "endorsed": true,