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

Function run_send_message

s19_mcp_plugin/code.py:817–819  ·  view source on GitHub ↗
(to: str, content: str)

Source from the content-addressed store, hash-verified

815 return spawn_teammate_thread(name, role, prompt)
816
817def run_send_message(to: str, content: str) -> str:
818 BUS.send("lead", to, content)
819 return f"Sent to {to}"
820
821def run_check_inbox() -> str:
822 msgs = consume_lead_inbox(route_protocol=True)

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected