MCPcopy
hub / github.com/shareAI-lab/learn-claude-code / run_request_plan

Function run_request_plan

s19_mcp_plugin/code.py:640–642  ·  view source on GitHub ↗
(teammate: str, task: str)

Source from the content-addressed store, hash-verified

638
639
640def run_request_plan(teammate: str, task: str) -> str:
641 BUS.send("lead", teammate, f"Submit plan for: {task}", "message")
642 return f"Asked {teammate} to submit a plan"
643
644
645def run_review_plan(request_id: str, approve: bool,

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected