Feature Request: Inter-session communication
Resolved 💬 3 comments Opened Mar 9, 2026 by SecludedCorner Closed Mar 10, 2026
Use Case
I run a multi-team development workflow with Claude Code — a research team session and a development team session, coordinated by a third session. Currently there's no way for one session to send instructions to another running session.
What I'd Love to See
- CLI command:
claude send --session <id> "message"— send a message to a running session - MCP push support: Allow MCP servers to proactively push messages to connected sessions, not just respond to tool calls
- MCP Tasks: Accelerate the implementation of the MCP Tasks primitive (call-now, fetch-later pattern from the 2025-11 spec)
Current Workarounds
- File-based mailbox (manual, no push notification)
- MCP Server with polling (tool calls timeout at ~60s, long polling not viable)
/looppolling (wastes resources checking when there's nothing to do)
None of these are great. True inter-session communication would unlock powerful multi-agent workflows.
Keep up the great work!
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗