langchain-mcp-tools 0.0.13__py3-none-any.whl → 0.0.14__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.
@@ -43,9 +43,9 @@ The key aspects are:
43
43
  (based on [the mcp python-sdk impl as of Jan 14, 2025](https://github.com/modelcontextprotocol/python-sdk/tree/99727a9/src/mcp/client))
44
44
  - Initializing multiple MCP servers in parallel requires a dedicated
45
45
  `asyncio.Task` per server
46
- - Necessity of keeping sessions alive for later use by different tasks
46
+ - Need to keep sessions alive for later use by different tasks
47
47
  after initialization
48
- - Ensuring proper cleanup later in the same task that created them
48
+ - Need to ensure proper cleanup later in the same task that created them
49
49
 
50
50
  2. Solution Strategy:
51
51
  A key requirement for parallel initialization is that each server must be
@@ -73,7 +73,7 @@ The key aspects are:
73
73
 
74
74
  3. Task Lifecycle:
75
75
 
76
- To allow the initialization task to stay alive waiting for cleanup:
76
+ The following illustrates how to implement the above-mentioned strategy:
77
77
  ```
78
78
  [Task starts]
79
79
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: langchain-mcp-tools
3
- Version: 0.0.13
3
+ Version: 0.0.14
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
@@ -125,9 +125,9 @@ Any comments pointing out something I am missing would be greatly appreciated!
125
125
  (based on [the mcp python-sdk impl as of Jan 14, 2025](https://github.com/modelcontextprotocol/python-sdk/tree/99727a9/src/mcp/client))
126
126
  - Initializing multiple MCP servers in parallel requires a dedicated
127
127
  `asyncio.Task` per server
128
- - Necessity of keeping sessions alive for later use by different tasks
128
+ - Need to keep sessions alive for later use by different tasks
129
129
  after initialization
130
- - Ensuring proper cleanup later in the same task that created them
130
+ - Need to ensure proper cleanup later in the same task that created them
131
131
 
132
132
  2. Solution Strategy:
133
133
 
@@ -156,7 +156,7 @@ Any comments pointing out something I am missing would be greatly appreciated!
156
156
 
157
157
  3. Task Lifecycle:
158
158
 
159
- To allow the initialization task to stay alive waiting for cleanup:
159
+ The following illustrates how to implement the above-mentioned strategy:
160
160
  ```
161
161
  [Task starts]
162
162
 
@@ -0,0 +1,8 @@
1
+ langchain_mcp_tools/__init__.py,sha256=Xtv2VphhrWB_KlxTIofHZqtCIGtNEl0MxugnrNXTERA,94
2
+ langchain_mcp_tools/langchain_mcp_tools.py,sha256=LptcccMFDM9t9ZYPOGvNuTBW7JFPP8Nhv3JwLr0Mits,10561
3
+ langchain_mcp_tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ langchain_mcp_tools-0.0.14.dist-info/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
5
+ langchain_mcp_tools-0.0.14.dist-info/METADATA,sha256=XNhz-pzd91ROR5Av0wjJ4qvB3dGcLST_ruBUKprJhrE,6962
6
+ langchain_mcp_tools-0.0.14.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ langchain_mcp_tools-0.0.14.dist-info/top_level.txt,sha256=aR_9V2A1Yt-Bca60KmndmGLUWb2wiM5IOG-Gkaf1dxY,20
8
+ langchain_mcp_tools-0.0.14.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- langchain_mcp_tools/__init__.py,sha256=Xtv2VphhrWB_KlxTIofHZqtCIGtNEl0MxugnrNXTERA,94
2
- langchain_mcp_tools/langchain_mcp_tools.py,sha256=5OKa6xeS54vB-mqH1BTZSB6E8Ykh5Cfu9rXqfCqESOg,10558
3
- langchain_mcp_tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- langchain_mcp_tools-0.0.13.dist-info/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
5
- langchain_mcp_tools-0.0.13.dist-info/METADATA,sha256=tJx9mGu94T09xAYPSCB14V1cIp7w31cM1ndNbUev1vQ,6959
6
- langchain_mcp_tools-0.0.13.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- langchain_mcp_tools-0.0.13.dist-info/top_level.txt,sha256=aR_9V2A1Yt-Bca60KmndmGLUWb2wiM5IOG-Gkaf1dxY,20
8
- langchain_mcp_tools-0.0.13.dist-info/RECORD,,