mcp-chat 0.0.2__py3-none-any.whl → 0.0.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.
mcp_chat/cli_chat.py CHANGED
@@ -34,7 +34,7 @@ except ImportError as e:
34
34
  sys.exit(1)
35
35
 
36
36
  # Local application imports
37
- from mcp_chat.config_loader import load_config
37
+ from .config_loader import load_config
38
38
 
39
39
  # Type definitions
40
40
  ConfigType = dict[str, Any]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-chat
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Simple CLI MCP Client to quickly test and explore MCP servers from the command line
5
5
  Project-URL: Bug Tracker, https://github.com/hideya/mcp-client-langchain-py/issues
6
6
  Project-URL: Source Code, https://github.com/hideya/mcp-client-langchain-py
@@ -0,0 +1,8 @@
1
+ mcp_chat/__init__.py,sha256=cxW2vB9rLAKUrNgEJ9hxa3sAK95x9-3_7RZaTxCVTTo,66
2
+ mcp_chat/cli_chat.py,sha256=rpZFvhg2kD2Li-ZU3Mg_OL-mXBCyTkkbRk72iHFr-dY,8081
3
+ mcp_chat/config_loader.py,sha256=SXQYTf_i5ZG7F8_EUC_8_SC0W4R97Juqx0jCllYS0Wk,2325
4
+ mcp_chat-0.0.3.dist-info/METADATA,sha256=nFU6ytjKwTXkN7oVZBMQ6wLaPR4WeBqZTGuo4UAQ5VM,5564
5
+ mcp_chat-0.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ mcp_chat-0.0.3.dist-info/entry_points.txt,sha256=nVuS7z3aG9zJ6VcZ4OK9j9lKea-fnNmMluMikwG3z-o,52
7
+ mcp_chat-0.0.3.dist-info/licenses/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
8
+ mcp_chat-0.0.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- mcp_chat/__init__.py,sha256=cxW2vB9rLAKUrNgEJ9hxa3sAK95x9-3_7RZaTxCVTTo,66
2
- mcp_chat/cli_chat.py,sha256=uTTXW38-hpGqhJNneiY2TZ19wpzrcazzEzYjfVi_5PE,8089
3
- mcp_chat/config_loader.py,sha256=SXQYTf_i5ZG7F8_EUC_8_SC0W4R97Juqx0jCllYS0Wk,2325
4
- mcp_chat-0.0.2.dist-info/METADATA,sha256=w9EINqHwyQfSYzKup61pbwBMOUjZuw_o1I3twjraOcs,5564
5
- mcp_chat-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- mcp_chat-0.0.2.dist-info/entry_points.txt,sha256=nVuS7z3aG9zJ6VcZ4OK9j9lKea-fnNmMluMikwG3z-o,52
7
- mcp_chat-0.0.2.dist-info/licenses/LICENSE,sha256=CRC91e8v116gCpnp7h49oIa6_zjhxqnHFTREeoZFJwA,1072
8
- mcp_chat-0.0.2.dist-info/RECORD,,