ssh-licco 1.2.1__tar.gz → 1.2.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.
- {ssh_licco-1.2.1/ssh_licco.egg-info → ssh_licco-1.2.2}/PKG-INFO +2 -1
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/README.md +1 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/pyproject.toml +1 -1
- {ssh_licco-1.2.1 → ssh_licco-1.2.2/ssh_licco.egg-info}/PKG-INFO +2 -1
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/LICENSE +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/setup.cfg +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_licco.egg-info/SOURCES.txt +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_licco.egg-info/dependency_links.txt +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_licco.egg-info/entry_points.txt +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_licco.egg-info/requires.txt +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_licco.egg-info/top_level.txt +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/__init__.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/audit_logger.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/batch_executor.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/cli.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/clients/__init__.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/clients/additional_clients.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/clients/factory.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/clients/interface.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/clients/paramiko_client.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/config_manager.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/connection_config.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/connection_pool.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/exceptions.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/executor.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/fallback_executor.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/key_manager.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/logging_config.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/security.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/server.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/service.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/session_manager.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/ssh_mcp/watchdog.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_audit_logger.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_batch_executor.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_cli.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_cli_local.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_cli_unit.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_config_manager.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_connection_config.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_connection_pool.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_exceptions.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_executor.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_factory.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_key_manager.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_logging_config.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_paramiko_client.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_security.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_server.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_service.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_session_manager.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_utilities.py +0 -0
- {ssh_licco-1.2.1 → ssh_licco-1.2.2}/tests/test_watchdog.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssh-licco
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.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
|
|
@@ -730,6 +730,7 @@ pytest --cov=ssh_mcp --cov-report=term-missing
|
|
|
730
730
|
|
|
731
731
|
| 版本 | 日期 | 主要变更 |
|
|
732
732
|
|------|------|----------|
|
|
733
|
+
| v1.2.1 | 2026-06-03 | 📝 README 文档更新,同步到 PyPI |
|
|
733
734
|
| v1.1.0 | 2026-06-01 | 🔥 精简重构!MCP 工具从 15 个合并为 7 个(ssh_connect/ssh_execute/ssh_disconnect/ssh_file_transfer/ssh_host/ssh_docker/ssh_generate_key),自动连接、智能后台检测、长任务等待 |
|
|
734
735
|
| v1.0.0 | 2026-05-31 | 🎉 首个主要版本!CLI 增强(exec/upload/download/docker-build/list-hosts)、完整测试套件(402 用例)、看门狗监控、审计日志、连接池、批量执行 |
|
|
735
736
|
| v0.5.5 | 2026-05 | 自动安装体系优化:依赖完整性检查、增量更新、Anaconda 检测、cli.py 精简 |
|
|
@@ -698,6 +698,7 @@ pytest --cov=ssh_mcp --cov-report=term-missing
|
|
|
698
698
|
|
|
699
699
|
| 版本 | 日期 | 主要变更 |
|
|
700
700
|
|------|------|----------|
|
|
701
|
+
| v1.2.1 | 2026-06-03 | 📝 README 文档更新,同步到 PyPI |
|
|
701
702
|
| v1.1.0 | 2026-06-01 | 🔥 精简重构!MCP 工具从 15 个合并为 7 个(ssh_connect/ssh_execute/ssh_disconnect/ssh_file_transfer/ssh_host/ssh_docker/ssh_generate_key),自动连接、智能后台检测、长任务等待 |
|
|
702
703
|
| v1.0.0 | 2026-05-31 | 🎉 首个主要版本!CLI 增强(exec/upload/download/docker-build/list-hosts)、完整测试套件(402 用例)、看门狗监控、审计日志、连接池、批量执行 |
|
|
703
704
|
| v0.5.5 | 2026-05 | 自动安装体系优化:依赖完整性检查、增量更新、Anaconda 检测、cli.py 精简 |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssh-licco
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.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
|
|
@@ -730,6 +730,7 @@ pytest --cov=ssh_mcp --cov-report=term-missing
|
|
|
730
730
|
|
|
731
731
|
| 版本 | 日期 | 主要变更 |
|
|
732
732
|
|------|------|----------|
|
|
733
|
+
| v1.2.1 | 2026-06-03 | 📝 README 文档更新,同步到 PyPI |
|
|
733
734
|
| v1.1.0 | 2026-06-01 | 🔥 精简重构!MCP 工具从 15 个合并为 7 个(ssh_connect/ssh_execute/ssh_disconnect/ssh_file_transfer/ssh_host/ssh_docker/ssh_generate_key),自动连接、智能后台检测、长任务等待 |
|
|
734
735
|
| v1.0.0 | 2026-05-31 | 🎉 首个主要版本!CLI 增强(exec/upload/download/docker-build/list-hosts)、完整测试套件(402 用例)、看门狗监控、审计日志、连接池、批量执行 |
|
|
735
736
|
| v0.5.5 | 2026-05 | 自动安装体系优化:依赖完整性检查、增量更新、Anaconda 检测、cli.py 精简 |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|