fix/setup-editable-install #201

Merged
lmiranda merged 2 commits from fix/setup-editable-install into development 2026-01-26 21:48:50 +00:00
Owner
No description provided.
lmiranda added 2 commits 2026-01-26 21:48:45 +00:00
The setup script only installed requirements.txt dependencies but not the
local package itself, causing MCP servers to fail with ModuleNotFoundError.

Changes:
- Add `pip install -e .` for servers with pyproject.toml
- Add viz-platform and contract-validator to MCP server setup
- Add symlink verification for new plugins
- Update version banner to v5.0.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit f9e23fd6eb into development 2026-01-26 21:48:50 +00:00
lmiranda deleted branch fix/setup-editable-install 2026-01-26 21:48:51 +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#201