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

Class DirectModeReport

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

Source from the content-addressed store, hash-verified

5
6@dataclass(frozen=True)
7class DirectModeReport:
8 mode: str
9 target: str
10 active: bool
11
12 def as_text(self) -> str:
13 return f'mode={self.mode}\ntarget={self.target}\nactive={self.active}'
14
15
16def run_direct_connect(target: str) -> DirectModeReport:

Callers 2

run_direct_connectFunction · 0.85
run_deep_linkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected