Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1rgs/claude-code-proxy
/ Tool
Class
Tool
server.py:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
202
203
class
Tool(BaseModel):
204
name: str
205
description: Optional[str] = None
206
input_schema: Dict[str, Any]
207
208
209
class
ThinkingConfig(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected