MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / resolveApproval

Method resolveApproval

packages/server-e2e/src/client.ts:340–346  ·  view source on GitHub ↗
(
    sid: string,
    aid: string,
    body: ApprovalResponse,
  )

Source from the content-addressed store, hash-verified

338 return this.http.abortSession(sid);
339 }
340 resolveApproval(
341 sid: string,
342 aid: string,
343 body: ApprovalResponse,
344 ): Promise<ApprovalResolveResult> {
345 return this.http.resolveApproval(sid, aid, body);
346 }
347 listPendingApprovals(sid: string): Promise<ListPendingApprovalsResponse> {
348 return this.http.listPendingApprovals(sid);
349 }

Callers 1

onApprovalRequestedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected