marshal-shim 0.5.0

Stdio MCP shim that bridges Claude Code sessions to the marshal coordination daemon.
marshal-shim-0.5.0 is not a library.

marshal-shim — stdio MCP server backed by a MykoClient.

On startup the shim:

  1. connects MykoClient to MARSHAL_DAEMON_ADDRESS (default ws://localhost:6155),
  2. SETs a Session entity describing this Claude session,
  3. registers on_command::<NotifyChannel> so daemon-pushed notifications (currently: peer messages via MessageNotifySaga) are forwarded as notifications/claude/channel MCP events,
  4. serves stdio MCP with a curated tool surface backed by the MykoClient.