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.
- {ssh_licco-2.0.1/ssh_licco.egg-info → ssh_licco-2.0.2}/PKG-INFO +3 -3
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/README.md +2 -2
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/pyproject.toml +1 -1
- {ssh_licco-2.0.1 → ssh_licco-2.0.2/ssh_licco.egg-info}/PKG-INFO +3 -3
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/__init__.py +2 -2
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/LICENSE +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/setup.cfg +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/SOURCES.txt +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/dependency_links.txt +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/requires.txt +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_licco.egg-info/top_level.txt +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/__main__.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/audit_logger.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/batch_executor.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/__init__.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/additional_clients.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/factory.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/interface.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/clients/paramiko_client.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/config_manager.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/connection_config.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/connection_pool.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/exceptions.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/executor.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/key_manager.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/logging_config.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/security.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/server.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/service.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/session_manager.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/ssh_mcp/watchdog.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/tests/test_key_manager.py +0 -0
- {ssh_licco-2.0.1 → ssh_licco-2.0.2}/tests/test_security.py +0 -0
- {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.
|
|
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.
|
|
223
|
+
## 🛠️ 可用工具(v2.0.2 扩充至 9 个)
|
|
224
224
|
|
|
225
225
|
| 工具 | 描述 | 核心能力 |
|
|
226
226
|
|------|------|---------|
|
|
@@ -558,7 +558,7 @@ ssh-licco 的核心依赖是:
|
|
|
558
558
|
|
|
559
559
|
| 指标 | 状态 |
|
|
560
560
|
|------|------|
|
|
561
|
-
| **测试用例** |
|
|
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.
|
|
190
|
+
## 🛠️ 可用工具(v2.0.2 扩充至 9 个)
|
|
191
191
|
|
|
192
192
|
| 工具 | 描述 | 核心能力 |
|
|
193
193
|
|------|------|---------|
|
|
@@ -525,7 +525,7 @@ ssh-licco 的核心依赖是:
|
|
|
525
525
|
|
|
526
526
|
| 指标 | 状态 |
|
|
527
527
|
|------|------|
|
|
528
|
-
| **测试用例** |
|
|
528
|
+
| **测试用例** | 344 passed, 0 skipped |
|
|
529
529
|
| **覆盖率** | 16 个源模块全覆盖 |
|
|
530
530
|
| **测试框架** | pytest + pytest-asyncio |
|
|
531
531
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssh-licco
|
|
3
|
-
Version: 2.0.
|
|
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.
|
|
223
|
+
## 🛠️ 可用工具(v2.0.2 扩充至 9 个)
|
|
224
224
|
|
|
225
225
|
| 工具 | 描述 | 核心能力 |
|
|
226
226
|
|------|------|---------|
|
|
@@ -558,7 +558,7 @@ ssh-licco 的核心依赖是:
|
|
|
558
558
|
|
|
559
559
|
| 指标 | 状态 |
|
|
560
560
|
|------|------|
|
|
561
|
-
| **测试用例** |
|
|
561
|
+
| **测试用例** | 344 passed, 0 skipped |
|
|
562
562
|
| **覆盖率** | 16 个源模块全覆盖 |
|
|
563
563
|
| **测试框架** | pytest + pytest-asyncio |
|
|
564
564
|
|
|
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
|