MCPcopy Create free account
hub / github.com/apache/maka / childToolsForSession

Method childToolsForSession

packages/runtime/src/session-manager.ts:4403–4407  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

4401 }
4402
4403 private async childToolsForSession(sessionId: string): Promise<readonly MakaTool[]> {
4404 return this.deps.resolveChildTools
4405 ? await this.deps.resolveChildTools(sessionId)
4406 : (this.deps.childTools ?? []);
4407 }
4408
4409 async readChildAgentOutput(
4410 sessionId: string,

Calls

no outgoing calls

Tested by

no test coverage detected