mcp/pkg
Snider 3ece6656d2 feat(mcp): add ChannelPush IPC message + HandleIPCEvents
Services can now push channel events to Claude Code by sending a
ChannelPush message via Core IPC. The MCP service catches it in
HandleIPCEvents and calls ChannelSend to the stdio transport.

- ChannelPush{Channel, Data} message type in subsystem.go
- HandleIPCEvents on Service catches ChannelPush → ChannelSend
- Enables runner→mcp→Claude Code notification pipeline

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 12:22:53 +00:00
..
mcp feat(mcp): add ChannelPush IPC message + HandleIPCEvents 2026-03-26 12:22:53 +00:00