You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packaging: launchd plist, systemd unit, and capture/recall hooks now ship inside the wheel (iai_mcp/_deploy/) and resolve via importlib.resources — iai-mcp daemon install and hook setup no longer fail on a clean pip install.
Python/CLI path resolution: server config and hooks use the running interpreter (sys.executable) and resolve the CLI via PATH, so installs under pyenv / non-default layouts work.