MCPcopy Create free account
hub / github.com/tiann/hapi / getMachineCursorModels

Method getMachineCursorModels

web/src/api/client.ts:630–634  ·  view source on GitHub ↗
(machineId: string)

Source from the content-addressed store, hash-verified

628 }
629
630 async getMachineCursorModels(machineId: string): Promise<CursorModelsResponse> {
631 return await this.request<CursorModelsResponse>(
632 `/api/machines/${encodeURIComponent(machineId)}/cursor-models`
633 )
634 }
635
636 async getMachineOpencodeModelsForCwd(machineId: string, cwd: string): Promise<OpencodeModelsResponse> {
637 return await this.request<OpencodeModelsResponse>(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected