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

Class RemoveProjectRequest

src/cocoindex_code/protocol.py:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class RemoveProjectRequest(_msgspec.Struct, tag="remove_project"):
38 project_root: str
39
40
41class StopRequest(_msgspec.Struct, tag="stop"):

Calls

no outgoing calls