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

Method allow

tutorials/08_hook_system.py:71–72  ·  view source on GitHub ↗
(messages: list[str] | None = None)

Source from the content-addressed store, hash-verified

69
70 @staticmethod
71 def allow(messages: list[str] | None = None) -> "HookRunResult":
72 return HookRunResult(denied=False, messages=messages or [])
73
74
75# ============================================================

Callers 1

_run_commandsMethod · 0.45

Calls 1

HookRunResultClass · 0.70

Tested by

no test coverage detected