MCPcopy Create free account
hub / github.com/1jehuang/jcode / ToolSpec

Class ToolSpec

scripts/bench_memory_cli.py:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36@dataclass
37class ToolSpec:
38 name: str
39 argv: list[str]
40 version_argv: list[str]
41 env: dict[str, str] | None = None
42 jcode: bool = False
43
44
45@dataclass

Callers 1

build_specsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected