MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / ok

Method ok

src/tool_system/build_tool.py:22–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21 @staticmethod
22 def ok() -> ValidationResult:
23 return ValidationResult(result=True)
24
25 @staticmethod
26 def fail(message: str, error_code: int = 0) -> ValidationResult:

Callers 6

_validate_mcp_inputFunction · 0.45
_validate_inputFunction · 0.45
_validate_inputFunction · 0.45
_validate_skill_inputFunction · 0.45
_bash_validate_inputFunction · 0.45

Calls 1

ValidationResultClass · 0.85

Tested by

no test coverage detected