Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ ToolDefinition
Class
ToolDefinition
src/Tool.py:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
@dataclass(frozen=True)
7
class
ToolDefinition:
8
name: str
9
purpose: str
10
11
12
DEFAULT_TOOLS = (
Callers
1
Tool.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected