fix(post-update): create missing venvs instead of just warning #209

Merged
lmiranda merged 1 commits from fix/post-update-create-venvs into development 2026-01-27 15:51:40 +00:00
Owner

Summary

  • post-update.sh now creates missing venvs automatically instead of just warning
  • Added viz-platform and contract-validator to the MCP server update list
  • Installs editable packages when pyproject.toml exists

Test plan

  • Verified script creates missing venvs on installed marketplace
  • All 5 MCP servers now have venvs after running post-update.sh

🤖 Generated with Claude Code

## Summary - post-update.sh now creates missing venvs automatically instead of just warning - Added viz-platform and contract-validator to the MCP server update list - Installs editable packages when pyproject.toml exists ## Test plan - [x] Verified script creates missing venvs on installed marketplace - [x] All 5 MCP servers now have venvs after running post-update.sh 🤖 Generated with [Claude Code](https://claude.ai/claude-code)
lmiranda added 1 commit 2026-01-27 15:42:41 +00:00
Previously post-update.sh would only warn when venvs were missing,
requiring a separate setup.sh run. Now it automatically creates
missing venvs and installs dependencies including editable packages.

Also added viz-platform and contract-validator to the update list.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit bbb822db16 into development 2026-01-27 15:51:40 +00:00
lmiranda deleted branch fix/post-update-create-venvs 2026-01-27 15:51:40 +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#209