Skip to content

v4.1.3 — MCP + hooks find attestor on PATH

Choose a tag to compare

@bolnet bolnet released this 26 May 19:26
· 11 commits to main since this release
c0becc6

Fix: the MCP server and lifecycle hooks failed with bash: attestor: command not found. Claude Code spawns them with a minimal, non-interactive PATH that excludes ~/.local/bin (the pipx shim), so the .env-sourcing wrappers couldn't find the binary — /mcp never attached and auto-capture hooks silently saved nothing.

Both _mcp_entry and _hook_command now prepend export PATH="$HOME/.local/bin:$PATH" before invoking attestor. Pairs with the 4.1.2 attestor quickstart zero-question installer so a fresh pipx install reaches a working MCP server + hooks after restart.

Install: pipx install attestor==4.1.3 then attestor quickstart.