MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _detect_rc_path

Function _detect_rc_path

uncommon_route/cli.py:307–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305
306
307def _detect_rc_path() -> tuple[str, Path]:
308 display = _detect_rc_file()
309 return display, Path(display).expanduser()
310
311
312def _render_client_exports(client: str, *, port: int) -> list[str]:

Callers 1

_cmd_initFunction · 0.85

Calls 1

_detect_rc_fileFunction · 0.85

Tested by

no test coverage detected