ssh-licco 2.0.1__tar.gz → 2.0.2__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.
Files changed (34) hide show
  1. {ssh_licco-2.0.1/ssh_licco.egg-info → ssh_licco-2.0.2}/PKG-INFO +3 -3
  2. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/README.md +2 -2
  3. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/pyproject.toml +1 -1
  4. {ssh_licco-2.0.1 → ssh_licco-2.0.2/ssh_licco.egg-info}/PKG-INFO +3 -3
  5. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/__init__.py +2 -2
  6. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/LICENSE +0 -0
  7. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/setup.cfg +0 -0
  8. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/SOURCES.txt +0 -0
  9. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/dependency_links.txt +0 -0
  10. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/requires.txt +0 -0
  11. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/top_level.txt +0 -0
  12. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/__main__.py +0 -0
  13. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/audit_logger.py +0 -0
  14. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/batch_executor.py +0 -0
  15. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/__init__.py +0 -0
  16. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/additional_clients.py +0 -0
  17. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/factory.py +0 -0
  18. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/interface.py +0 -0
  19. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/paramiko_client.py +0 -0
  20. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/config_manager.py +0 -0
  21. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/connection_config.py +0 -0
  22. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/connection_pool.py +0 -0
  23. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/exceptions.py +0 -0
  24. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/executor.py +0 -0
  25. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/key_manager.py +0 -0
  26. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/logging_config.py +0 -0
  27. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/security.py +0 -0
  28. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/server.py +0 -0
  29. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/service.py +0 -0
  30. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/session_manager.py +0 -0
  31. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/watchdog.py +0 -0
  32. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/tests/test_key_manager.py +0 -0
  33. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/tests/test_security.py +0 -0
  34. {ssh_licco-2.0.1 → ssh_licco-2.0.2}/tests/test_session_manager.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssh-licco
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: SSH Model Context Protocol Server - Enable SSH functionality for AI models
5
5
  Author-email: SSH LICCO Team <contact@ssh-licco.dev>
6
6
  License: MIT
@@ -220,7 +220,7 @@ export SSH_EXTRA_ALLOWED_COMMANDS="git,pip,npm"
220
220
 
221
221
  ---
222
222
 
223
- ## 🛠️ 可用工具(v2.0.1 扩充至 9 个)
223
+ ## 🛠️ 可用工具(v2.0.2 扩充至 9 个)
224
224
 
225
225
  | 工具 | 描述 | 核心能力 |
226
226
  |------|------|---------|
@@ -558,7 +558,7 @@ ssh-licco 的核心依赖是:
558
558
 
559
559
  | 指标 | 状态 |
560
560
  |------|------|
561
- | **测试用例** | 70 passed, 0 skipped |
561
+ | **测试用例** | 344 passed, 0 skipped |
562
562
  | **覆盖率** | 16 个源模块全覆盖 |
563
563
  | **测试框架** | pytest + pytest-asyncio |
564
564
 
@@ -187,7 +187,7 @@ export SSH_EXTRA_ALLOWED_COMMANDS="git,pip,npm"
187
187
 
188
188
  ---
189
189
 
190
- ## 🛠️ 可用工具(v2.0.1 扩充至 9 个)
190
+ ## 🛠️ 可用工具(v2.0.2 扩充至 9 个)
191
191
 
192
192
  | 工具 | 描述 | 核心能力 |
193
193
  |------|------|---------|
@@ -525,7 +525,7 @@ ssh-licco 的核心依赖是:
525
525
 
526
526
  | 指标 | 状态 |
527
527
  |------|------|
528
- | **测试用例** | 70 passed, 0 skipped |
528
+ | **测试用例** | 344 passed, 0 skipped |
529
529
  | **覆盖率** | 16 个源模块全覆盖 |
530
530
  | **测试框架** | pytest + pytest-asyncio |
531
531
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ssh-licco"
3
- version = "2.0.1"
3
+ version = "2.0.2"
4
4
  description = "SSH Model Context Protocol Server - Enable SSH functionality for AI models"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssh-licco
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: SSH Model Context Protocol Server - Enable SSH functionality for AI models
5
5
  Author-email: SSH LICCO Team <contact@ssh-licco.dev>
6
6
  License: MIT
@@ -220,7 +220,7 @@ export SSH_EXTRA_ALLOWED_COMMANDS="git,pip,npm"
220
220
 
221
221
  ---
222
222
 
223
- ## 🛠️ 可用工具(v2.0.1 扩充至 9 个)
223
+ ## 🛠️ 可用工具(v2.0.2 扩充至 9 个)
224
224
 
225
225
  | 工具 | 描述 | 核心能力 |
226
226
  |------|------|---------|
@@ -558,7 +558,7 @@ ssh-licco 的核心依赖是:
558
558
 
559
559
  | 指标 | 状态 |
560
560
  |------|------|
561
- | **测试用例** | 70 passed, 0 skipped |
561
+ | **测试用例** | 344 passed, 0 skipped |
562
562
  | **覆盖率** | 16 个源模块全覆盖 |
563
563
  | **测试框架** | pytest + pytest-asyncio |
564
564
 
@@ -1,8 +1,8 @@
1
1
  # SSH-LICCO 版本信息
2
2
  # 所有代码中的版本信息都从这里读取
3
- # 版本号:2.0.1
3
+ # 版本号:2.0.2
4
4
 
5
- __version__ = "2.0.1"
5
+ __version__ = "2.0.2"
6
6
  __author__ = "Li Qi"
7
7
  __email__ = "1985694657@qq.com"
8
8
  __license__ = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes