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

Method to_command_provider_config

config/schema.py:113–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 working_directory: str = ""
112
113 def to_command_provider_config(self) -> CommandToolProviderConfig:
114 return CommandToolProviderConfig(
115 executable=self.executable,
116 extra_args=list(self.extra_args),
117 env=dict(self.env),
118 working_directory=self.working_directory,
119 )
120
121
122@dataclass(slots=True)

Callers 2

build_terminal_toolFunction · 0.80
handle_doctorFunction · 0.80

Calls 1

Tested by

no test coverage detected