Skip to content

fix: use packageName for create-expert-skill instead of relative path#486

Merged
FL4TLiN3 merged 2 commits intomainfrom
fix/create-expert-skill-path
Feb 13, 2026
Merged

fix: use packageName for create-expert-skill instead of relative path#486
FL4TLiN3 merged 2 commits intomainfrom
fix/create-expert-skill-path

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • create-expert-skill was referenced via a relative path (./apps/create-expert-skill/bin/server.ts), which breaks when npx create-expert is run from outside the monorepo root
  • Switched to packageName = "@perstack/create-expert-skill" so npx resolves the published package from the registry
  • Fixes MCP error -32000: Connection closed when running npx create-expert from any directory

Test plan

  • Run npx create-expert "test query" from a directory outside the monorepo root
  • Verify the create-expert-skill MCP server starts correctly
  • Verify runExpert tool works when invoked by the expert

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits February 13, 2026 21:39
The create-expert-skill was referenced via a relative path
(./apps/create-expert-skill/bin/server.ts), which fails when
npx create-expert is run from outside the monorepo root directory,
causing MCP error -32000 (Connection closed).

Switch to packageName so npx resolves the published
@perstack/create-expert-skill package from the registry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 73e1d3f into main Feb 13, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/create-expert-skill-path branch February 13, 2026 12:42
@FL4TLiN3 FL4TLiN3 mentioned this pull request Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant