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

Interface ClientOptions

node/src/client.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 const resolved = typeof opts === "string" ? { token: opts } : opts;
18 this.config = resolveConfig(resolved);
19 this._t = new Transport(this.config, resolved.binaryPath ?? locateBinary());
20 }
21
22 static fromEnv(): Client {
23 return new Client();
24 }
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected