MCPcopy Create free account
hub / github.com/shareAI-lab/learn-claude-code / run_complete_task

Function run_complete_task

s19_mcp_plugin/code.py:811–812  ·  view source on GitHub ↗
(task_id: str)

Source from the content-addressed store, hash-verified

809 return claim_task(task_id, owner="agent")
810
811def run_complete_task(task_id: str) -> str:
812 return complete_task(task_id)
813
814def run_spawn_teammate(name: str, role: str, prompt: str) -> str:
815 return spawn_teammate_thread(name, role, prompt)

Callers

nothing calls this directly

Calls 1

complete_taskFunction · 0.70

Tested by

no test coverage detected