MCPcopy Create free account
hub / github.com/bcefghj/miniClaudeCode / input_schema

Method input_schema

miniclaudecode/tools/base.py:39–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 @property
38 @abstractmethod
39 def input_schema(self) -> dict[str, Any]: ...
40
41 def check_permissions(self, params: dict[str, Any]) -> str | None:
42 """Return None if allowed, or a denial reason string."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected