MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / list

Method list

node/src/resources/machines.ts:40–53  ·  view source on GitHub ↗
(opts: ListMachinesOptions = {})

Source from the content-addressed store, hash-verified

38 case: "askMachineReq",
39 value: {
40 machineId,
41 prompt,
42 options: {
43 pin: options.pin,
44 session: options.session,
45 attachmentIds,
46 engine: options.engine,
47 workingDir: options.workingDir,
48 projectRootId: options.projectRootId,
49 model: options.model,
50 },
51 },
52 }),
53 );
54 }
55
56 async messages(machineId: string, options: MessageOptions = {}): Promise<MachineMessageList> {

Callers 2

iterMethod · 0.95
pagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected