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

Method fromEnv

node/src/client.ts:36–38  ·  view source on GitHub ↗

Build a client purely from the environment (`CMDOP_*`).

()

Source from the content-addressed store, hash-verified

34
35 #machines?: MachinesResource;
36 get machines(): MachinesResource {
37 return (this.#machines ??= new MachinesResource(this));
38 }
39
40 async close(): Promise<void> {
41 await this._t.close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected