fix(hooks): correct venv path in startup-check scripts #399

Merged
lmiranda merged 1 commits from fix/startup-hook-venv-paths into development 2026-02-03 02:58:10 +00:00
Owner

Summary

  • Fixed data-platform and pr-review startup hooks looking for MCP venvs in wrong path
  • Hooks were looking relative to plugin directory instead of marketplace root
  • This caused false "venv missing" errors on every session start

Test plan

  • Restart Claude session
  • Verify no false "venv missing" errors appear
  • Verify MCP tools still work
## Summary - Fixed data-platform and pr-review startup hooks looking for MCP venvs in wrong path - Hooks were looking relative to plugin directory instead of marketplace root - This caused false "venv missing" errors on every session start ## Test plan - [ ] Restart Claude session - [ ] Verify no false "venv missing" errors appear - [ ] Verify MCP tools still work
lmiranda added 1 commit 2026-02-03 02:57:48 +00:00
The startup hooks were looking for MCP venvs relative to the plugin
directory instead of the marketplace root, causing false "venv missing"
errors on every session start.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit db8fec42f2 into development 2026-02-03 02:58:10 +00:00
lmiranda deleted branch fix/startup-hook-venv-paths 2026-02-03 02:58:10 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#399