Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_api
Method · 0.80
test_api_schemas_valid
Method · 0.80
Calls
1
to_api_schema
Method · 0.80
Tested by
1
test_api_schemas_valid
Method · 0.64