remote-debug-mcp 0.2.0__tar.gz → 0.2.1__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.
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/PKG-INFO +1 -1
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/pyproject.toml +1 -1
- remote_debug_mcp-0.2.1/src/remote_debug_mcp/__init__.py +7 -0
- remote_debug_mcp-0.2.0/src/remote_debug_mcp/__init__.py +0 -3
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/AGENTS.md +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/DESIGN.md +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/LICENSE +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/README.md +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/config.example.yaml +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote/com2telnet.py +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote/pyproject.toml +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote_debug_mcp/__main__.py +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote_debug_mcp/config.example.yaml +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote_debug_mcp/config_loader.py +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote_debug_mcp/server.py +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/src/remote_debug_mcp/sessions.py +0 -0
- {remote_debug_mcp-0.2.0 → remote_debug_mcp-0.2.1}/tools_schema.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: remote-debug-mcp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: MCP server for remote debugging via SSH and Telnet with persistent background connections
|
|
5
5
|
Project-URL: Homepage, https://github.com/user/remote-debug-mcp
|
|
6
6
|
Project-URL: Repository, https://github.com/user/remote-debug-mcp
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "remote-debug-mcp"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "MCP server for remote debugging via SSH and Telnet with persistent background connections"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {file = "LICENSE"}
|
|
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
|