[PR #3945] [MERGED] docs: clarify Deep Agents CLI MCP setup and Tavily API key flow [closes DOC-1098] #3954

Closed
opened 2026-06-05 18:53:42 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3945
Author: @open-swe[bot]
Created: 5/11/2026
Status: Merged
Merged: 5/11/2026
Merged by: @npentrel

Base: mainHead: open-swe/doc-1098-mcp-tavily-clarity


📝 Commits (2)

  • 9ffa99b docs: clarify Deep Agents CLI MCP setup and Tavily API key flow [closes DOC-1098]
  • 6cde5eb improve

📊 Changes

3 files changed (+90 additions, -11 deletions)

View changed files

📝 src/oss/deepagents/cli/configuration.mdx (+33 -1)
📝 src/oss/deepagents/cli/mcp-tools.mdx (+51 -8)
📝 src/oss/deepagents/cli/overview.mdx (+6 -2)

📄 Description

Description

Two clarity fixes for the Deep Agents CLI docs, based on feedback that users couldn't figure out how to add MCP servers system-wide (vs. per-project) and couldn't find where to set TAVILY_API_KEY after the CLI prompted them.

  • MCP tools: split the quickstart into a 'choose a scope' step (user vs. project) with a path/use-case table, explicitly noted that there is no mcp add command, used the LangChain docs MCP server as the worked example, and added a tip pointing to deepagents mcp login for OAuth servers.
  • Tavily / web search: added a dedicated Enable web search with Tavily section to the configuration page (steps + reload hint + DEEPAGENTS_CLI_ prefix note), cross-linked it from the overview quickstart, capability list, and built-in tools table, and noted under /auth that tool credentials like TAVILY_API_KEY are env-only.

Release Note

none

Test Plan

  • Spot-check rendered Mintlify pages for /oss/python/deepagents/cli/overview, .../configuration, and .../mcp-tools and confirm the new anchors (#enable-web-search-with-tavily) resolve.

Opened collaboratively by Naomi Pentrel and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3945 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/11/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/doc-1098-mcp-tavily-clarity` --- ### 📝 Commits (2) - [`9ffa99b`](https://github.com/langchain-ai/docs/commit/9ffa99b9d4b6f775c0b80cdf721dcf42a001be54) docs: clarify Deep Agents CLI MCP setup and Tavily API key flow [closes DOC-1098] - [`6cde5eb`](https://github.com/langchain-ai/docs/commit/6cde5eb7bfad9e1e4e0f77a1d68b4d5040c38722) improve ### 📊 Changes **3 files changed** (+90 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/cli/configuration.mdx` (+33 -1) 📝 `src/oss/deepagents/cli/mcp-tools.mdx` (+51 -8) 📝 `src/oss/deepagents/cli/overview.mdx` (+6 -2) </details> ### 📄 Description ## Description Two clarity fixes for the Deep Agents CLI docs, based on feedback that users couldn't figure out how to add MCP servers system-wide (vs. per-project) and couldn't find where to set `TAVILY_API_KEY` after the CLI prompted them. - **MCP tools**: split the quickstart into a 'choose a scope' step (user vs. project) with a path/use-case table, explicitly noted that there is no `mcp add` command, used the LangChain docs MCP server as the worked example, and added a tip pointing to `deepagents mcp login` for OAuth servers. - **Tavily / web search**: added a dedicated `Enable web search with Tavily` section to the configuration page (steps + reload hint + `DEEPAGENTS_CLI_` prefix note), cross-linked it from the overview quickstart, capability list, and built-in tools table, and noted under `/auth` that tool credentials like `TAVILY_API_KEY` are env-only. ## Release Note none ## Test Plan - [ ] Spot-check rendered Mintlify pages for `/oss/python/deepagents/cli/overview`, `.../configuration`, and `.../mcp-tools` and confirm the new anchors (`#enable-web-search-with-tavily`) resolve. _Opened collaboratively by Naomi Pentrel and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:42 -04:00
yindo closed this issue 2026-06-05 18:53:42 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3954