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

Class RuntimeModeReport

src/remote_runtime.py:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6@dataclass(frozen=True)
7class RuntimeModeReport:
8 mode: str
9 connected: bool
10 detail: str
11
12 def as_text(self) -> str:
13 return f'mode={self.mode}\nconnected={self.connected}\ndetail={self.detail}'
14
15
16def run_remote_mode(target: str) -> RuntimeModeReport:

Callers 3

run_remote_modeFunction · 0.85
run_ssh_modeFunction · 0.85
run_teleport_modeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected