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

Class DaemonStatusResponse

src/cocoindex_code/protocol.py:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138class DaemonStatusResponse(_msgspec.Struct, tag="daemon_status"):
139 version: str
140 uptime_seconds: float
141 projects: list[DaemonProjectInfo]
142
143
144class RemoveProjectResponse(_msgspec.Struct, tag="remove_project"):

Callers 3

_dispatchFunction · 0.85

Calls

no outgoing calls