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

Method constructor

node/src/transport.ts:114–117  ·  view source on GitHub ↗
(
    private readonly cfg: ClientConfig,
    private readonly binPath: string,
  )

Source from the content-addressed store, hash-verified

112 if (this.#starting) return this.#starting;
113 this.#starting = this.#spawn();
114 try {
115 await this.#starting;
116 } finally {
117 this.#starting = undefined;
118 }
119 }
120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected