MCPcopy Create free account
hub / github.com/anus-dev/ANUS / sendUpdate

Method sendUpdate

packages/cli/src/zed-integration/zedIntegration.ts:304–311  ·  view source on GitHub ↗
(update: acp.SessionUpdate)

Source from the content-addressed store, hash-verified

302 }
303
304 private async sendUpdate(update: acp.SessionUpdate): Promise<void> {
305 const params: acp.SessionNotification = {
306 sessionId: this.id,
307 update,
308 };
309
310 await this.client.sessionUpdate(params);
311 }
312
313 private async runTool(
314 abortSignal: AbortSignal,

Callers 3

promptMethod · 0.95
runToolMethod · 0.95
#resolvePromptMethod · 0.95

Calls 1

sessionUpdateMethod · 0.65

Tested by

no test coverage detected