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

Class ProjectStatusRequest

src/cocoindex_code/protocol.py:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class ProjectStatusRequest(_msgspec.Struct, tag="project_status"):
30 project_root: str
31
32
33class DaemonStatusRequest(_msgspec.Struct, tag="daemon_status"):

Calls

no outgoing calls