[PR #1376] [MERGED] docs: move MCP section to top and clarify langchain-mcp-adapters usage #1514

Closed
opened 2026-02-17 17:22:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1376
Author: @Nomzy-kush
Created: 11/11/2025
Status: Merged
Merged: 11/13/2025
Merged by: @lnhsingh

Base: mainHead: patch-1


📝 Commits (1)

  • 7fb9a45 docs: move MCP section to top and clarify langchain-mcp-adapters usage

📊 Changes

1 file changed (+10 additions, -2 deletions)

View changed files

📝 reference/python/docs/integrations/index.md (+10 -2)

📄 Description

Added section on Model Context Protocol (MCP) support and its benefits.

Overview

This PR makes the langchain-mcp-adapters package easier to find. It adds a new “Model Context Protocol (MCP)” section at the top of the Integrations Overview page.
MCP support was only previously mentioned in a tip block. This made it hard for developers to find when looking for integration options. This update shows that MCP is an important integration. It also explains its purpose and value for users of LangChain and LangGraph.

Type of change

Type: Update existing documentation

Related issues/PRs

Fixes #32395

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

🔄 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/1376 **Author:** [@Nomzy-kush](https://github.com/Nomzy-kush) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7fb9a45`](https://github.com/langchain-ai/docs/commit/7fb9a45bba4b48a2c02854d9cc80684018cc9ee1) docs: move MCP section to top and clarify langchain-mcp-adapters usage ### 📊 Changes **1 file changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/docs/integrations/index.md` (+10 -2) </details> ### 📄 Description Added section on Model Context Protocol (MCP) support and its benefits. ## Overview This PR makes the langchain-mcp-adapters package easier to find. It adds a new “Model Context Protocol (MCP)” section at the top of the Integrations Overview page. MCP support was only previously mentioned in a tip block. This made it hard for developers to find when looking for integration options. This update shows that MCP is an important integration. It also explains its purpose and value for users of LangChain and LangGraph. ## Type of change **Type:** Update existing documentation ## Related issues/PRs Fixes #32395 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <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-02-17 17:22:26 -05:00
yindo closed this issue 2026-02-17 17:22:26 -05:00
yindo changed title from [PR #1376] docs: move MCP section to top and clarify langchain-mcp-adapters usage to [PR #1376] [MERGED] docs: move MCP section to top and clarify langchain-mcp-adapters usage 2026-06-05 18:13:03 -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#1514