You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve basePath resolution for npx execution support
Updated MCPServer.resolveBasePath() to use a 3-stage resolution strategy
consistent with BaseLoader: check cwd/dist first, walk up from argv[1]
to find dist/, then fall back to argv[1] dirname. This fixes#101 where
npx execution failed because argv[1] pointed to a temp directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments