MCPcopy Create free account
hub / github.com/Louisym/MiniCC / run_ssh_mode

Function run_ssh_mode

src/remote_runtime.py:20–21  ·  view source on GitHub ↗
(target: str)

Source from the content-addressed store, hash-verified

18
19
20def run_ssh_mode(target: str) -> RuntimeModeReport:
21 return RuntimeModeReport('ssh', True, f'SSH proxy placeholder prepared for {target}')
22
23
24def run_teleport_mode(target: str) -> RuntimeModeReport:

Callers 1

mainFunction · 0.85

Calls 1

RuntimeModeReportClass · 0.85

Tested by

no test coverage detected