[PR #4131] [MERGED] Add MCP tools section to Deep Agents customization page #4129

Closed
opened 2026-06-05 19:12:52 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4131
Author: @langsmith-fleet[bot]
Created: 5/21/2026
Status: Merged
Merged: 5/26/2026
Merged by: @lnhsingh

Base: mainHead: docs/mcp-tools-visibility-deep-agents


📝 Commits (1)

  • 361ca13 Add MCP tools section to Deep Agents customization page

📊 Changes

1 file changed (+76 additions, -0 deletions)

View changed files

📝 src/oss/deepagents/customization.mdx (+76 -0)

📄 Description

Summary

  • Adds a prominent ### MCP tools subsection under ## Tools on the Deep Agents customization page
  • Includes a clear <Tip> callout confirming that MCP tools are fully supported in Deep Agents
  • Shows Python and JS code examples using langchain-mcp-adapters / @langchain/mcp-adapters with create_deep_agent / createDeepAgent
  • Links to the full MCP guide for advanced configuration

Why: During an Intuit call, customers believed MCP tools could not be used with Deep Agents. This was purely a discoverability gap — the capability exists but was never surfaced in the customization docs. This change makes it immediately visible to anyone reading the Tools section.

Links

Verification

Not run; docs-only copy change.

Reviewers

Requested review from: @npentrel, @lnhsingh


🔄 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/4131 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 5/21/2026 **Status:** ✅ Merged **Merged:** 5/26/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `docs/mcp-tools-visibility-deep-agents` --- ### 📝 Commits (1) - [`361ca13`](https://github.com/langchain-ai/docs/commit/361ca134ce121bb4e6d1f649d76f565186bc1846) Add MCP tools section to Deep Agents customization page ### 📊 Changes **1 file changed** (+76 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/customization.mdx` (+76 -0) </details> ### 📄 Description ## Summary - Adds a prominent `### MCP tools` subsection under `## Tools` on the Deep Agents customization page - Includes a clear `<Tip>` callout confirming that MCP tools are fully supported in Deep Agents - Shows Python and JS code examples using `langchain-mcp-adapters` / `@langchain/mcp-adapters` with `create_deep_agent` / `createDeepAgent` - Links to the full MCP guide for advanced configuration **Why:** During an Intuit call, customers believed MCP tools could not be used with Deep Agents. This was purely a discoverability gap — the capability exists but was never surfaced in the customization docs. This change makes it immediately visible to anyone reading the Tools section. ## Links - Linear: https://linear.app/langchain/issue/DOC-1154/make-mcp-tool-support-in-deep-agents-more-clearly-visible - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1779399748354859 ## Verification Not run; docs-only copy change. ## Reviewers Requested review from: @npentrel, @lnhsingh --- <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 19:12:52 -04:00
yindo closed this issue 2026-06-05 19:12:52 -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#4129