Skip to content

Commit b0f824c

Browse files
committed
added translations
1 parent 137e263 commit b0f824c

File tree

4 files changed

+2554
-20
lines changed

4 files changed

+2554
-20
lines changed

src/oss/mcp.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
title: MCP overview
33
sidebarTitle: Overview
44
---
5-
65
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that standardizes how applications provide tools and context to language models. LangGraph agents can use tools defined on MCP servers through the `langchain-mcp-adapters` library.
76

87
![MCP](/oss/images/mcp.png)
98

109
Install the `langchain-mcp-adapters` library to use MCP tools in LangGraph:
1110

11+
:::python
1212
```bash
1313
pip install langchain-mcp-adapters
1414
```
15+
:::
16+
17+
:::js
18+
```bash
19+
npm install @langchain/mcp-adapters
20+
```
21+
:::

0 commit comments

Comments
 (0)