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

Method constructor

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

Source from the content-addressed store, hash-verified

182 private workspaceFile: string;
183
184 constructor(params: { workspaceFile: string }) {
185 this.workspaceFile = params.workspaceFile;
186 }
187
188 write(message: JsonRpcMessage): void {
189 if (!('method' in message)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected