iai-mcp-opencode/mcp-wrapper
Apunkt 7173a446a6
feat(wrapper): spawn daemon on Linux when hibernated
On non-darwin platforms, the wrapper now attempts to spawn the daemon
via 'iai-mcp daemon start' (which uses systemctl --user start) when
the daemon socket is unreachable. This allows the daemon to wake from
hibernation automatically instead of only writing wake.signal as a
passive marker.

If spawn fails (binary not found, systemd unavailable), falls back to
writing wake.signal for future daemon boots.
2026-05-14 18:05:05 +02:00
..
src feat(wrapper): spawn daemon on Linux when hibernated 2026-05-14 18:05:05 +02:00
test feat(wrapper): spawn daemon on Linux when hibernated 2026-05-14 18:05:05 +02:00
package-lock.json Initial release: iai-mcp v0.1.0 2026-05-06 01:04:47 -07:00
package.json Initial release: iai-mcp v0.1.0 2026-05-06 01:04:47 -07:00
tsconfig.json Initial release: iai-mcp v0.1.0 2026-05-06 01:04:47 -07:00