MCPcopy
hub / github.com/codeaashu/claude-code / spawnTeammate

Function spawnTeammate

src/tools/shared/spawnMultiAgent.ts:1088–1093  ·  view source on GitHub ↗
(
  config: SpawnTeammateConfig,
  context: ToolUseContext,
)

Source from the content-addressed store, hash-verified

1086 * This is the main entry point for teammate spawning, used by both TeammateTool and AgentTool.
1087 */
1088export async function spawnTeammate(
1089 config: SpawnTeammateConfig,
1090 context: ToolUseContext,
1091): Promise<{ data: SpawnOutput }> {
1092 return handleSpawn(config, context)
1093}
1094

Callers 1

callFunction · 0.85

Calls 1

handleSpawnFunction · 0.85

Tested by

no test coverage detected