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

Function run_remote_mode

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

Source from the content-addressed store, hash-verified

14
15
16def run_remote_mode(target: str) -> RuntimeModeReport:
17 return RuntimeModeReport('remote', True, f'Remote control placeholder prepared for {target}')
18
19
20def run_ssh_mode(target: str) -> RuntimeModeReport:

Callers 1

mainFunction · 0.85

Calls 1

RuntimeModeReportClass · 0.85

Tested by

no test coverage detected