@h1deya/langchain-mcp-tools 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# MCP To LangChain Tools Conversion Utility [](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/LICENSE) [](https://www.npmjs.com/package/@h1deya/langchain-mcp-tools)
|
|
2
2
|
|
|
3
|
-
This package is intended to simplify the use of
|
|
3
|
+
This package is intended to simplify the use of
|
|
4
|
+
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
|
|
5
|
+
server tools with LangChain.
|
|
4
6
|
|
|
5
7
|
It contains a utility function `convertMcpToLangchainTools()`
|
|
6
8
|
that initializes specified MCP servers,
|
|
7
9
|
and returns [LangChain Tools](https://js.langchain.com/docs/how_to/tool_calling/)
|
|
8
|
-
that wrap all the tools found in
|
|
10
|
+
that wrap all the tools found in the MCP servers.
|
|
9
11
|
|
|
10
12
|
## Installation
|
|
11
13
|
|