MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / constructor

Method constructor

test/bindingRuntime.prompt.test.ts:30–32  ·  view source on GitHub ↗
(params: { workspaceFile: string })

Source from the content-addressed store, hash-verified

28 private workspaceFile: string;
29
30 constructor(params: { workspaceFile: string }) {
31 this.workspaceFile = params.workspaceFile;
32 }
33
34 write(message: JsonRpcMessage): void {
35 this.written.push(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected