fix(dev): ensure uv sync installs skillport-mcp for local MCP server runs #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
- Make
uv syncinstall the workspace MCP server package (skillport-mcp) souv run skillport-mcpworks after a fresh checkout.- Keep
skillport-mcpas a separate package while ensuring it's available in the local workspace environment.Problem
The README dev flow (
uv syncthenuv run skillport-mcp) can fail becauseskillport-mcpis not installed into the environment by default, causing:error: Failed to spawn: skillport-mcp(os error 2)Fix
- Add a dedicated
mcpdependency group that includesskillport-mcp.- Configure
tool.uv.default-groupsto include bothdevandmcpby default.- Add
skillport-mcpto the uv workspace members and resolve it from the workspace source.Verification
-
uv sync-
SKILLPORT_SKILLS_DIR=.skills uv run skillport-mcp-
uv run verify_server.py