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

Method api_schemas

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

Source from the content-addressed store, hash-verified

69 return list(self._tools.values())
70
71 def api_schemas(self) -> list[dict[str, Any]]:
72 return [t.to_api_schema() for t in self._tools.values()]
73
74 @classmethod
75 def default(cls) -> "ToolRegistry":

Callers 2

_call_apiMethod · 0.80

Calls 1

to_api_schemaMethod · 0.80

Tested by 1