langchain-mcp-tools 0.0.4__py3-none-any.whl → 0.0.5__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.
- {langchain_mcp_tools-0.0.4.dist-info → langchain_mcp_tools-0.0.5.dist-info}/METADATA +7 -5
- langchain_mcp_tools-0.0.5.dist-info/RECORD +6 -0
- langchain_mcp_tools-0.0.4.dist-info/RECORD +0 -6
- {langchain_mcp_tools-0.0.4.dist-info → langchain_mcp_tools-0.0.5.dist-info}/LICENSE +0 -0
- {langchain_mcp_tools-0.0.4.dist-info → langchain_mcp_tools-0.0.5.dist-info}/WHEEL +0 -0
- {langchain_mcp_tools-0.0.4.dist-info → langchain_mcp_tools-0.0.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
|
-
Name:
|
3
|
-
Version: 0.0.
|
2
|
+
Name: langchain_mcp_tools
|
3
|
+
Version: 0.0.5
|
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
|
@@ -19,7 +19,7 @@ Requires-Dist: pyjson5>=1.6.8
|
|
19
19
|
Requires-Dist: pympler>=1.1
|
20
20
|
Requires-Dist: python-dotenv>=1.0.1
|
21
21
|
|
22
|
-
# MCP To LangChain Tools Conversion Utility
|
22
|
+
# MCP To LangChain Tools Conversion Utility [](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [](https://pypi.org/project/langchain-mcp-tools/)
|
23
23
|
|
24
24
|
This package is intended to simplify the use of
|
25
25
|
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
|
@@ -30,7 +30,7 @@ This function handles parallel initialization of specified multiple MCP servers
|
|
30
30
|
and converts their available tools into an array of
|
31
31
|
[LangChain-compatible tools](https://js.langchain.com/docs/how_to/tool_calling/).
|
32
32
|
|
33
|
-
A typescript
|
33
|
+
A typescript equivalent of this utility library is available
|
34
34
|
[here](https://www.npmjs.com/package/@h1deya/langchain-mcp-tools)
|
35
35
|
|
36
36
|
## Requirements
|
@@ -148,6 +148,7 @@ Any comments pointing out something I am missing would be greatly appreciated!
|
|
148
148
|
called from the same task that created the context
|
149
149
|
|
150
150
|
3. Task Lifecycle:
|
151
|
+
|
151
152
|
To allow the initialization task to stay alive waiting for cleanup:
|
152
153
|
```
|
153
154
|
[Task starts]
|
@@ -169,4 +170,5 @@ It usually means I'm doing something very worng...
|
|
169
170
|
I think it is a natural assumption that MCP SDK is designed with consideration
|
170
171
|
for parallel server initialization.
|
171
172
|
I'm not sure what I'm missing...
|
172
|
-
(FYI, with the TypeScript SDK, parallel
|
173
|
+
(FYI, with the TypeScript MCP SDK, parallel initialization was
|
174
|
+
[pretty straightforward](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/src/langchain-mcp-tools.ts))
|
@@ -0,0 +1,6 @@
|
|
1
|
+
src/langchain_mcp_tools.py,sha256=0vIjVWyK5Ps7p3rxHVOEjbTywuLY3ON5G-hHJj-XkF0,10451
|
2
|
+
langchain_mcp_tools-0.0.5.dist-info/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
|
3
|
+
langchain_mcp_tools-0.0.5.dist-info/METADATA,sha256=QxO5dVf1V1dktQlsWD5u-VyquTrQoqSLNInDMmDAI34,6687
|
4
|
+
langchain_mcp_tools-0.0.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
5
|
+
langchain_mcp_tools-0.0.5.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
|
6
|
+
langchain_mcp_tools-0.0.5.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
src/langchain_mcp_tools.py,sha256=0vIjVWyK5Ps7p3rxHVOEjbTywuLY3ON5G-hHJj-XkF0,10451
|
2
|
-
langchain_mcp_tools-0.0.4.dist-info/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
|
3
|
-
langchain_mcp_tools-0.0.4.dist-info/METADATA,sha256=cUhK1wvYEuOrZnDKKpkQi2z5OrWbAaeopD4dcEP7P2s,6605
|
4
|
-
langchain_mcp_tools-0.0.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
5
|
-
langchain_mcp_tools-0.0.4.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
|
6
|
-
langchain_mcp_tools-0.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|