tunnel-manager 0.0.2__tar.gz → 0.0.3__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.

Potentially problematic release.


This version of tunnel-manager might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tunnel-manager
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Create SSH Tunnels to your remote hosts and host as an MCP Server for Agentic AI!
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -38,7 +38,7 @@ Dynamic: license-file
38
38
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/tunnel-manager)
39
39
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/tunnel-manager)
40
40
 
41
- *Version: 0.0.2*
41
+ *Version: 0.0.3*
42
42
 
43
43
  This project provides a Python-based `Tunnel` class for secure SSH connections and file transfers,
44
44
  integrated with a FastMCP server (`tunnel_mcp.py`) to expose these capabilities as tools for AI-driven workflows.
@@ -20,7 +20,7 @@
20
20
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/tunnel-manager)
21
21
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/tunnel-manager)
22
22
 
23
- *Version: 0.0.2*
23
+ *Version: 0.0.3*
24
24
 
25
25
  This project provides a Python-based `Tunnel` class for secure SSH connections and file transfers,
26
26
  integrated with a FastMCP server (`tunnel_mcp.py`) to expose these capabilities as tools for AI-driven workflows.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tunnel-manager"
7
- version = "0.0.2"
7
+ version = "0.0.3"
8
8
  description = "Create SSH Tunnels to your remote hosts and host as an MCP Server for Agentic AI!"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
@@ -269,7 +269,7 @@ async def download_file(
269
269
  tunnel.close()
270
270
 
271
271
 
272
- def tunnel_mcp():
272
+ def tunnel_manager_mcp():
273
273
  parser = argparse.ArgumentParser(
274
274
  description="Tunnel MCP Server for remote SSH and file operations",
275
275
  formatter_class=argparse.ArgumentDefaultsHelpFormatter,
@@ -313,4 +313,4 @@ def tunnel_mcp():
313
313
 
314
314
 
315
315
  if __name__ == "__main__":
316
- tunnel_mcp()
316
+ tunnel_manager_mcp()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tunnel-manager
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Create SSH Tunnels to your remote hosts and host as an MCP Server for Agentic AI!
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -38,7 +38,7 @@ Dynamic: license-file
38
38
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/tunnel-manager)
39
39
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/tunnel-manager)
40
40
 
41
- *Version: 0.0.2*
41
+ *Version: 0.0.3*
42
42
 
43
43
  This project provides a Python-based `Tunnel` class for secure SSH connections and file transfers,
44
44
  integrated with a FastMCP server (`tunnel_mcp.py`) to expose these capabilities as tools for AI-driven workflows.
File without changes
File without changes