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

Class

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

Source from the content-addressed store, hash-verified

22 static fromEnv(): Client {
23 return new Client();
24 }
25
26 get baseUrl(): string | undefined {
27 return this.config.baseUrl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected