You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/web-search.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This guide shows how to add web search to workflows using the Tavily Model Conte
9
9
10
10
## Tavily Search
11
11
12
-
[Tavily](https://tavily.com/) provides AI-optimized search with structured JSON responses, news search capability, and fast response times through the [@tavily/mcp-server](https://github.com/tavily-ai/tavily-mcp-server) MCP server.
12
+
[Tavily](https://tavily.com/) provides AI-optimized search with structured JSON responses, news search capability, and fast response times through the [@tavily/mcp](https://github.com/tavily-ai/tavily-mcp) MCP server.
13
13
14
14
```aw wrap
15
15
---
@@ -18,7 +18,7 @@ engine: copilot
18
18
mcp-servers:
19
19
tavily:
20
20
command: npx
21
-
args: ["-y", "@tavily/mcp-server"]
21
+
args: ["-y", "@tavily/mcp"]
22
22
env:
23
23
TAVILY_API_KEY: "${{ secrets.TAVILY_API_KEY }}"
24
24
allowed: ["search", "search_news"]
@@ -69,6 +69,6 @@ network:
69
69
- [AI Engines](/gh-aw/reference/engines/) - Engine capabilities and limitations
70
70
- [CLI Commands](/gh-aw/setup/cli/) - CLI commands including `mcp inspect`
0 commit comments