MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / CommandToolProviderConfig

Class CommandToolProviderConfig

config/schema.py:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88@dataclass(slots=True)
89class CommandToolProviderConfig:
90 executable: str = ""
91 extra_args: list[str] = field(default_factory=list)
92 env: dict[str, str] = field(default_factory=dict)
93 working_directory: str = ""
94
95
96@dataclass(slots=True)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected