langchain-mcp-tools 0.0.4__tar.gz → 0.0.5__tar.gz

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
- Name: langchain-mcp-tools
3
- Version: 0.0.4
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 / Python [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [![pypi version](https://img.shields.io/pypi/v/langchain-mcp-tools.svg)](https://pypi.org/project/langchain-mcp-tools/)
22
+ # MCP To LangChain Tools Conversion Utility [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [![pypi version](https://img.shields.io/pypi/v/langchain-mcp-tools.svg)](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 version of this utility library is available
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 server initialization was pretty straightforward)
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))
@@ -1,4 +1,4 @@
1
- # MCP To LangChain Tools Conversion Utility / Python [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [![pypi version](https://img.shields.io/pypi/v/langchain-mcp-tools.svg)](https://pypi.org/project/langchain-mcp-tools/)
1
+ # MCP To LangChain Tools Conversion Utility [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [![pypi version](https://img.shields.io/pypi/v/langchain-mcp-tools.svg)](https://pypi.org/project/langchain-mcp-tools/)
2
2
 
3
3
  This package is intended to simplify the use of
4
4
  [Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
@@ -9,7 +9,7 @@ This function handles parallel initialization of specified multiple MCP servers
9
9
  and converts their available tools into an array of
10
10
  [LangChain-compatible tools](https://js.langchain.com/docs/how_to/tool_calling/).
11
11
 
12
- A typescript version of this utility library is available
12
+ A typescript equivalent of this utility library is available
13
13
  [here](https://www.npmjs.com/package/@h1deya/langchain-mcp-tools)
14
14
 
15
15
  ## Requirements
@@ -127,6 +127,7 @@ Any comments pointing out something I am missing would be greatly appreciated!
127
127
  called from the same task that created the context
128
128
 
129
129
  3. Task Lifecycle:
130
+
130
131
  To allow the initialization task to stay alive waiting for cleanup:
131
132
  ```
132
133
  [Task starts]
@@ -148,4 +149,5 @@ It usually means I'm doing something very worng...
148
149
  I think it is a natural assumption that MCP SDK is designed with consideration
149
150
  for parallel server initialization.
150
151
  I'm not sure what I'm missing...
151
- (FYI, with the TypeScript SDK, parallel server initialization was pretty straightforward)
152
+ (FYI, with the TypeScript MCP SDK, parallel initialization was
153
+ [pretty straightforward](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/src/langchain-mcp-tools.ts))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
- Name: langchain-mcp-tools
3
- Version: 0.0.4
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 / Python [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [![pypi version](https://img.shields.io/pypi/v/langchain-mcp-tools.svg)](https://pypi.org/project/langchain-mcp-tools/)
22
+ # MCP To LangChain Tools Conversion Utility [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-langchain-client-ts/blob/main/LICENSE) [![pypi version](https://img.shields.io/pypi/v/langchain-mcp-tools.svg)](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 version of this utility library is available
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 server initialization was pretty straightforward)
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))
@@ -1,6 +1,6 @@
1
1
  [project]
2
- name = "langchain-mcp-tools"
3
- version = "0.0.4"
2
+ name = "langchain_mcp_tools"
3
+ version = "0.0.5"
4
4
  description = "Model Context Protocol (MCP) To LangChain Tools Conversion Utility"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"