[PR #4330] [MERGED] add Tools page to Deep Agents Core capabilities sidebar with MCP support #4312

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4330
Author: @langsmith-fleet[bot]
Created: 6/5/2026
Status: Merged
Merged: 6/5/2026
Merged by: @npentrel

Base: mainHead: docs/add-deepagents-tools-page


📝 Commits (4)

  • acbea1c Add Tools page to Deep Agents Core capabilities sidebar with MCP support
  • 070cf20 Restore 'Tools and MCP' card in overview.mdx
  • d7d7f85 Trim tools.mdx to avoid duplicating LangChain docs
  • 0f3d8a6 Revert "Trim tools.mdx to avoid duplicating LangChain docs"

📊 Changes

4 files changed (+159 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -0)
📝 src/oss/deepagents/harness.mdx (+1 -1)
📝 src/oss/deepagents/overview.mdx (+9 -0)
src/oss/deepagents/tools.mdx (+147 -0)

📄 Description

Fixes DOC-1212

Summary

  • Add src/oss/deepagents/tools.mdx: new dedicated Tools page in the Deep Agents Core capabilities sidebar covering custom tools, MCP tools (with MultiServerMCPClient examples for Python and JS), and the built-in harness tools table
  • Add oss/python/deepagents/tools and oss/javascript/deepagents/tools to the Core capabilities navigation group in docs.json
  • Add a "Tools and MCP" card to the Core capabilities section of overview.mdx to make MCP support more prominent
  • Add a "Tools and MCP" card to the Get started CardGroups on overview.mdx (Python and JS versions)
  • Update harness.mdx Tools section to cross-link to the new Tools page instead of only linking to the generic LangChain tools page

Links

Verification

Not run; docs-only content 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/4330 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 6/5/2026 **Status:** ✅ Merged **Merged:** 6/5/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `docs/add-deepagents-tools-page` --- ### 📝 Commits (4) - [`acbea1c`](https://github.com/langchain-ai/docs/commit/acbea1cea64b87e3743e579c43265c37354a546c) Add Tools page to Deep Agents Core capabilities sidebar with MCP support - [`070cf20`](https://github.com/langchain-ai/docs/commit/070cf2043640149da5fc2660ccb13995a988942a) Restore 'Tools and MCP' card in overview.mdx - [`d7d7f85`](https://github.com/langchain-ai/docs/commit/d7d7f856cd4b2b159121d681d8d27df9a8834ccf) Trim tools.mdx to avoid duplicating LangChain docs - [`0f3d8a6`](https://github.com/langchain-ai/docs/commit/0f3d8a64255cb794bc0e78950de5761d3a196ec3) Revert "Trim tools.mdx to avoid duplicating LangChain docs" ### 📊 Changes **4 files changed** (+159 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -0) 📝 `src/oss/deepagents/harness.mdx` (+1 -1) 📝 `src/oss/deepagents/overview.mdx` (+9 -0) ➕ `src/oss/deepagents/tools.mdx` (+147 -0) </details> ### 📄 Description Fixes DOC-1212 ## Summary - Add `src/oss/deepagents/tools.mdx`: new dedicated Tools page in the Deep Agents Core capabilities sidebar covering custom tools, MCP tools (with `MultiServerMCPClient` examples for Python and JS), and the built-in harness tools table - Add `oss/python/deepagents/tools` and `oss/javascript/deepagents/tools` to the Core capabilities navigation group in `docs.json` - Add a "Tools and MCP" card to the Core capabilities section of `overview.mdx` to make MCP support more prominent - Add a "Tools and MCP" card to the Get started CardGroups on `overview.mdx` (Python and JS versions) - Update `harness.mdx` Tools section to cross-link to the new Tools page instead of only linking to the generic LangChain tools page ## Links - Linear: https://linear.app/langchain/issue/DOC-1212/add-tools-page-to-deep-agents-core-capabilities-sidebar-and-surface - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1780664199.279049 ## Verification Not run; docs-only content 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:13:28 -04:00
yindo closed this issue 2026-06-05 19:13:28 -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#4312