MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / DaemonEnvResponse

Class DaemonEnvResponse

src/cocoindex_code/protocol.py:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171
172class DaemonEnvResponse(_msgspec.Struct, tag="daemon_env"):
173 env_names: list[str]
174 settings_env_names: list[str]
175 db_path_mappings: list[DbPathMappingEntry] = []
176 host_path_mappings: list[DbPathMappingEntry] = []
177
178
179class ErrorResponse(_msgspec.Struct, tag="error"):

Callers 3

_dispatchFunction · 0.85

Calls

no outgoing calls