MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / _base_url

Function _base_url

plugin/skills/coderlm/scripts/coderlm_cli.py:63–66  ·  view source on GitHub ↗
(state: dict)

Source from the content-addressed store, hash-verified

61
62
63def _base_url(state: dict) -> str:
64 host = state.get("host", "127.0.0.1")
65 port = state.get("port", 3000)
66 return f"http://{host}:{port}/api/v1"
67
68
69def _session_id(state: dict) -> str:

Callers 5

_getFunction · 0.85
_postFunction · 0.85
_safe_getFunction · 0.85
cmd_statusFunction · 0.85
cmd_cleanupFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected