langchain-mcp-tools 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: langchain-mcp-tools
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Model Context Protocol (MCP) To LangChain Tools Conversion Utility
5
5
  Project-URL: Bug Tracker, https://github.com/hideya/langchain-mcp-tools-py/issues
6
6
  Project-URL: Source Code, https://github.com/hideya/langchain-mcp-tools-py
@@ -28,11 +28,30 @@ This package is intended to simplify the use of
28
28
  [Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
29
29
  server tools with LangChain / Python.
30
30
 
31
+ [Model Context Protocol (MCP)](https://modelcontextprotocol.io/),
32
+ introduced by
33
+ [Anthropic](https://www.anthropic.com/news/model-context-protocol),
34
+ extends the capabilities of LLMs by enabling interaction with external tools and resources,
35
+ such as web search and database access.
36
+ Thanks to its open-source nature, MCP has gained significant traction in the developer community,
37
+ with over 400 MCP servers already developed and shared:
38
+
39
+ - [Smithery: MCP Server Registry](https://smithery.ai/)
40
+ - [Glama’s list of Open-Source MCP servers](https://glama.ai/mcp/servers)
41
+
42
+ In the MCP framework, external features are encapsulated in an MCP server
43
+ that runs in a separate process.
44
+ This clear decoupling allows for easy adoption and reuse of
45
+ any of the significant collections of MCP servers listed above.
46
+
47
+ To make it easy for LangChain to take advantage of such a vast resource base,
48
+ this package offers quick and seamless access from LangChain to MCP servers.
49
+
31
50
  It contains a utility function `convert_mcp_to_langchain_tools()`.
32
51
  This async function handles parallel initialization of specified multiple MCP servers
33
52
  and converts their available tools into a list of LangChain-compatible tools.
34
53
 
35
- A typescript equivalent of this utility library is available
54
+ A typescript equivalent of this utility is available
36
55
  [here](https://www.npmjs.com/package/@h1deya/langchain-mcp-tools)
37
56
 
38
57
  ## Requirements
@@ -1,8 +1,8 @@
1
1
  langchain_mcp_tools/__init__.py,sha256=Xtv2VphhrWB_KlxTIofHZqtCIGtNEl0MxugnrNXTERA,94
2
2
  langchain_mcp_tools/langchain_mcp_tools.py,sha256=hdlCAAwy7xVHzBNq-t5K91uqfieqeMXJcdr3ZoUcDGo,9621
3
3
  langchain_mcp_tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- langchain_mcp_tools-0.1.2.dist-info/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
5
- langchain_mcp_tools-0.1.2.dist-info/METADATA,sha256=HVDvbhb2bOiVDNAl3Y-Fd-4moVMD4RbhCSSEZiBIDvk,3599
6
- langchain_mcp_tools-0.1.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- langchain_mcp_tools-0.1.2.dist-info/top_level.txt,sha256=aR_9V2A1Yt-Bca60KmndmGLUWb2wiM5IOG-Gkaf1dxY,20
8
- langchain_mcp_tools-0.1.2.dist-info/RECORD,,
4
+ langchain_mcp_tools-0.1.3.dist-info/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
5
+ langchain_mcp_tools-0.1.3.dist-info/METADATA,sha256=ZQCV-DU31mUuM6tjj5ygkrRav_wpUnr1I7pzzx29P8s,4547
6
+ langchain_mcp_tools-0.1.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ langchain_mcp_tools-0.1.3.dist-info/top_level.txt,sha256=aR_9V2A1Yt-Bca60KmndmGLUWb2wiM5IOG-Gkaf1dxY,20
8
+ langchain_mcp_tools-0.1.3.dist-info/RECORD,,