Commit c54c131
fix(gateway): include user-local bin paths in launchd plist PATH
Port PR #3527's systemd fix to launchd (macOS): generate_launchd_plist()
now calls _build_user_local_paths() so ~/.local/bin, ~/.cargo/bin,
~/go/bin, and ~/.npm-global/bin are always reachable, not just whatever
happened to be in the captured shell PATH at install time. Fixes uv/uvx
MCP servers being unreachable under the launchd-managed gateway.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c624934 commit c54c131
2 files changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3333 | 3333 | | |
3334 | 3334 | | |
3335 | 3335 | | |
| 3336 | + | |
| 3337 | + | |
| 3338 | + | |
| 3339 | + | |
| 3340 | + | |
3336 | 3341 | | |
3337 | 3342 | | |
3338 | 3343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1729 | 1729 | | |
1730 | 1730 | | |
1731 | 1731 | | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
1732 | 1753 | | |
1733 | 1754 | | |
1734 | 1755 | | |
| |||
0 commit comments