MCPcopy
hub / github.com/lightningpixel/modly / _unsupported_process

Function _unsupported_process

tools/modly-cli/agent.py:225–226  ·  view source on GitHub ↗
(message: str = "This process is not available through the canonical process-run contract.")

Source from the content-addressed store, hash-verified

223
224
225def _unsupported_process(message: str = "This process is not available through the canonical process-run contract.") -> ModlyCliError:
226 return ModlyCliError(message, code="UNSUPPORTED_PROCESS")
227
228
229def _request_supported_contract(method: str, url: str, *, timeout: float, data: bytes | None = None, headers: dict[str, str] | None = None) -> Any:

Calls 1

ModlyCliErrorClass · 0.85

Tested by

no test coverage detected